/* Reset and base styles */
:root {
    --primary-color: #96d4cf;
    --secondary-color: #18b2be;
    --accent-color: #42c6e2;
    --text-color: #333;
    --text-light: #555;
    --text-muted: #444;
    --bg-color: #f4f4f4;
    --bg-light: #f9f9f9;
    --bg-white: #ffffff;
    --section-bg-about: #e9f7f3;
    --section-bg-qualifications: #f8ebf6;
    --section-bg-cv: #eef3ff;
    --section-bg-other: #e9f7f3;
    --section-bg-personal: #f3e8ff;
    --section-card: rgba(255, 255, 255, 0.92);
    --section-border: rgba(24, 50, 65, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
    height: 100%;
}

body {
    font-family: 'Bookman Old Style', serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    padding-top: 60px; /* Account for fixed navbar */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

[id] {
    scroll-margin-top: 70px;
}

.workforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.workforms-intro {  
    padding: 0 !important;
}

.container {
    max-width: 80%;
    margin: 0 auto;
}

.cv-section {
    margin-top: 40px !important;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-left: 60px;
    padding-right: 60px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.navbar.compact .container {
    justify-content: flex-end;
}

.navbar-brand a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Noto Serif';
}

.navbar-brand {
    margin-right: 100px;
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-brand.hidden,
.navbar.compact .navbar-brand {
    display: none !important;
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.navbar-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.7rem;
    cursor: pointer;
    padding: 5px 10px;
}

.navbar.compact .navbar-toggle {
    display: block !important;
    margin-left: auto;
}

.navbar-brand.hidden ~ .navbar-toggle {
    margin-left: auto;
}

.navbar-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 250;
    font-size: 1.25rem;
    transition: color 0.3s;
}

.navbar-menu li a:hover {
    color: var(--accent-color);
}

/* Hero Section */
#hero {
    position: relative;
    background: linear-gradient(135deg, rgba(75, 255, 222, 0.17) 0%, rgba(23, 251, 255, 0.17) 100%), url('/media/540736579_1131736112228794_3024484507510930221_n.jpg') center/cover no-repeat;
    color: white;
    padding: 4rem 0;
    margin-top: 1rem;
    text-align: center;
}

.hero-content {
    max-width: 80%;
    margin: 0 auto;
}

.page-szervezetfejlesztes #hero {
    padding: 0 !important;
    display: block;
}

.page-szervezetfejlesztes .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px 60px;
    margin: 0 auto;
    display: block;
}

.page-szervezetfejlesztes .hero-headings {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    align-items: flex-start;
}

.page-szervezetfejlesztes .hero-heading {  
    font-weight: 550;
    font-size: clamp(2rem, 2vw, 2.5rem);
    color: rgb(255, 255, 255);
    line-height: 1.05;
    margin: 0;
    padding-left: 2%;
    text-overflow: ellipsis;
    overflow-wrap: break-word
}



.page-szervezetfejlesztes .hero-heading:nth-of-type(2) {
    padding-left: 12%;
}

.page-szervezetfejlesztes .hero-heading:nth-of-type(3) {
    padding-left: 22%;
}

.page-szervezetfejlesztes .hero-subtitle {

    font-size: clamp(2.1rem, 2vw, 2.15rem);
    margin-top: 4.5rem;
    margin-left: 0%;
    margin-bottom: 0;
    max-width: 55%;
    color: rgb(0, 0, 0);
    font-weight: 1000;
}

@media (max-width: 600px) {
  .page-szervezetfejlesztes .hero-heading { 
    padding-left: 0% !important;
  }
}

.page-szervezetfejlesztes .section-light .container,
.page-szervezetfejlesztes .section-dark .container {
    text-align: left;
}

.page-szervezetfejlesztes .section-light h2,
.page-szervezetfejlesztes .section-dark h2 {
    margin-bottom: 20px;
}

#hero {
  position: relative;
}

#hero .image-credit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0.35rem 0.6rem;
    color: white;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-align: right;
    font-size: 0.95rem;
    line-height: 1.3;
    display: inline-block;
    max-width: calc(100% - 40px);
    overflow-wrap: break-word;
}

.hero-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid white;
}

h1 {
    font-size: 3rem;
    font-family: 'Noto Serif';
    font-weight: 300;
}

.tagline {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 50;
}

.tagline-main {
    font-size: 2.2rem;
    margin-bottom: 24px;
    font-weight: 150;
}

/* Ensure hero CTA link stays white */
.tagline-main a,
.tagline-main a:link,
.tagline-main a:visited,
.tagline-main a:active,
.tagline-main a:hover,
.tagline-main a:focus {
    color: white !important;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: var(--secondary-color);
}

.services-intro {
    max-width: 740px;
    margin: 0 auto 4px;
    color: var(--text-muted);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

/* Section backgrounds */
section {
    padding: 25px 0;
}

#about {
    background: linear-gradient(180deg, rgba(233, 247, 243, 0.475) 0%, rgba(255, 255, 255, 0.47) 100%);
}

#qualifications {
    background: linear-gradient(180deg, rgba(248, 235, 246, 0.475) 0%, rgba(255, 255, 255, 0.48) 100%);
}

#cv {
    background: linear-gradient(180deg, rgba(238, 243, 255, 0.475) 0%, rgba(255, 255, 255, 0.485) 100%);
}

#other-info {
    background: linear-gradient(180deg, rgba(248, 232, 240, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

#personal {
    background: linear-gradient(180deg, rgba(232, 247, 239, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.section-light .container,
.section-dark .container {
    text-align: center;
}

#about-supervision h2, .section-light h2, .section-dark h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;}

section #about h2, #qualifications h2, #about .section-light h2, #about .section-dark h2 {
    margin-bottom: 24px;
    font-size: 2rem;
    color: #2f3b44;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

section #about h2, #qualifications h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
}


section ul {
    display: inline-block;
    list-style-position: outside;
    margin: 0 auto;
    padding-left: 1.2rem;
    text-align: left;
}

section ul li {
    margin-bottom: 12px;
}

#qualifications li, #membership li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: var(--text-muted);
}
#about p, #about-supervision p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    text-align: center;
}

.footnote-quote {
    position: relative;
    margin: 0 auto 18px;
    padding: 24px 28px;
    max-width: 900px;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0.92);
    border-left: 4px solid var(--accent-color);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.footnote-quote::before,
.footnote-quote::after {
    position: absolute;
    color: rgba(0, 0, 0, 0.12);
    font-size: 3rem;
    font-family: Georgia, serif;
    line-height: 1;
}

.footnote-quote::before {
    content: '“';
    top: 10px;
    left: 18px;
}

.footnote-quote::after {
    content: '”';
    bottom: 10px;
    right: 18px;
}

.about-image {
    display: block;
    margin: 0;
    width: 40%;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}

.image-credit-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 25%;
    max-width: 25%;
}

.image-credit-wrapper img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.image-credit {
    font-style: italic;
    color: var(--text-muted);
    text-align: center;
    margin: 0.5rem 0 0;
    padding: 0;
}

.image-credit:empty {
    display: none;
}

.about-image-credit-wrapper {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
    flex: 0 0 30%;
}

.supervisor-image-credit-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 30%;
    max-width: 30%;
}

@media (max-width: 768px) {
.supervisor-image-credit-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 90%;
    max-width: 90%;
    order: 2;
}}

/* Layout: place image left, text (title+paragraph) to the right */
#about .container {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    width: 80%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.modell-container {
   padding: 0 !important;
}


#about #about-title,
#about #about-text {
    text-align: left;
    width: 100%;
}

/* Ensure title stays above text and left-aligned within the content column */
#about .about-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    width: 60%;
    max-width: 60%;
    min-width: 40%;
    flex: 0 0 60%;
    background: var(--section-card);
    border: 1px solid var(--section-border);
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 18px 35px rgba(18, 39, 56, 0.08);
}

#about .about-content h2,
#about .about-content p {
    width: 100%;
}

/* Qualifications and CV sections - card styling */
#qualifications .container,
#cv .container {
    background: var(--section-card);
    border: 1px solid var(--section-border);
    border-radius: 24px;
    padding: 32px 36px;
    box-shadow: 0 18px 35px rgba(18, 39, 56, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

#qualifications .container h2,
#cv .container h2 {
    text-align: center;
    margin-bottom: 24px;
}

#qualifications ul,
#cv .experience-list {
    text-align: left;
}

#personal .container {
    background: var(--section-card);
    border: 1px solid var(--section-border);
    border-radius: 24px;
    padding: 32px 36px;
    box-shadow: 0 18px 35px rgba(18, 39, 56, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

#personal .container h2 {
    text-align: center;
    margin-bottom: 24px;
}

#personal ul {
    text-align: left;
}

#membership-title {
    text-align: center;
}

#volunteer-experience-title,
#other-trainings-title {
    text-align: center;
}

#other-info .info-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 28px;
    padding-bottom: 10px;
}

#other-info .info-section,
#other-info .info-sections .container {
    background: var(--section-card);
    border: 1px solid var(--section-border);
    border-radius: 22px;
    padding: 28px 26px;
    box-shadow: 0 20px 35px rgba(18, 39, 56, 0.07);
    text-align: left;
}

#other-info .info-sections .container {
    grid-column: 1 / -1;
}

#other-info .info-section:nth-child(odd) {
    background: rgba(255, 255, 255, 0.98);
}

#other-info .info-section:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

#other-info .info-section:nth-child(3) ul {
    display: inline-block;
    padding-left: 1.4rem;
}

#other-info .subsection-title {
    font-size: 1.35rem;
    margin-bottom: 16px;
    color: #2f3b44;
}

#other-info ul {
    padding-left: 1.4rem;
}

@media (max-width: 900px) {
    #other-info .info-sections {
        grid-template-columns: 1fr;
    }

    #about .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #about .about-image-credit-wrapper,
    #about .about-content {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    #about .about-content {
        padding: 24px;
    }
}

#contact .container {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
}

#contact .contact-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#contact .contact-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    width: 40%;
    min-width: 280px;
    max-width: 40%;
}

#contact .contact-info {
    text-align: left;
}

@media (max-width: 768px) {
    #contact .container,
    #contact .contact-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #contact .image-credit-wrapper,
    #contact .contact-content {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    #contact .contact-info {
        text-align: center;
    }
}

.service-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px; /* Optional: ensure consistent height */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card p {
    font-size: 1rem;
    filter: blur(2px);
    transition: filter 0.1s ease;
    margin: 0;
}

.service-card:hover p {
    filter: none;
}


/* Services Preview Section */
.services-preview {
    padding: 20px 0;
    background-color: white;
}

.services-preview .container {
    max-width: 100%;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 20px;
}

/* Responsive: 3 columns on tablets */
@media (max-width: 1024px) {
    .services-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive: 2 columns on smaller tablets */
@media (max-width: 768px) {
    .services-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Responsive: 1 column on mobile */
@media (max-width: 480px) {
    .services-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.service-card-link {
    text-decoration: none;
    color: inherit;
}

.service-card-link .service-card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card-link:hover .service-card {
    transform: translateY(-5px);
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 420px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
}

.card-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-link:hover .card-overlay {
    opacity: 1;
}

.service-card h3 {
    margin-bottom: 5px;
    color: #333;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.service-card-link:hover .service-card h3 {
    color: #05a28d;
}

/* Intro Content Layout */
.intro-content {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 90%;
    margin: 0 auto;
}

.supervision-image, .coaching-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}

.intro-text {
    flex: 1;
    text-align: left;
}

.intro-text h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 2.2rem;
}

.intro-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Coaching Intro Layout */
.coaching-intro-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.coaching-intro-text {
    flex: 1.3;
    text-align: justify;
    min-width: 0;
}

.coaching-intro-text h2 {
    margin-bottom: 30px;
    color: #333;
    font-size: 2.2rem;
}

.coaching-intro-text p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.coaching-intro-content .coaching-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}

.coaching-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 45%;
    max-width: 45%;
}

.modell-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-top: 20px;
    width: 30%;
    max-width: 30%;
}

.section-light .coaching-promise-title {
       font-size: clamp(1.25rem, 2vw, 2.25em) !important;
        text-align: left;

}

.coaching-description-title {
    text-align: left;
}


/* Responsive Design */
@media (max-width: 768px) {
    .intro-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .image-credit-wrapper {
        order: 2;
    }

    .intro-text {
        order: 1;
    }

    .supervision-image, .coaching-image {
        width: 90%;
        max-width: 100%;
    }

    .intro-text h2 {
        font-size: clamp(1.5rem, 1.5vw, 1.8em);
    }

    .coaching-intro-content {
        flex-direction: column;
        gap: 20px;
    }

   
    .coaching-promise-title {
        text-align: left !important;
        overflow-wrap: break-word !important;
    }
    .coaching-description-title {
       text-align: left !important;
    }

    .coaching-intro-text {
        text-align: left;
        order: 1;
    }

    .coaching-intro-text-promise {
       text-align: left !important;
    }

    .coaching-image-container {
        order: 2;
    }

    .coaching-intro-text h2 {
        font-size: 1.8rem;
    }

    .coaching-intro-text p {
        text-align: left;
    }

    .coaching-intro-content .coaching-image {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }

    /* About section: stack vertically on small screens */
    #about .container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .about-image {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .image-credit-wrapper,
    .about-image-credit-wrapper,
    .coaching-image-container {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    #about .about-content {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    #about #about-title,
    #about #about-text {
        text-align: center;
    }
}

/* Pricing Section */
#pricing {
 padding: 40px 0;
 background: linear-gradient(135deg, rgba(75, 255, 222, 0.15) 0%, rgba(23, 251, 255, 0.05) 100%);
}

#pricing #pricing-title {
    font-size: 2.5rem;
    font-family: 'Noto Serif';
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

#pricing #pricing-forprofit-title {
    font-size: 2.5rem;
    font-family: 'Noto Serif';
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

#pricing h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
}

.pricing-policy {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
}

.pricing-subsection {
    margin-top: 40px;
    padding: 30px;
    border-radius: 16px;
    background-color: #f7f9fb;
}

.pricing-subsection--forprofit {
    background-color: #eef4ff;
}

.pricing-policy--forprofit {
    color: #31507e;
}

.pricing-card {
    width: 400px;
    height: 160px;
    margin: 0;
    background-color: white;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 4px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.general-card {
    background: var(--section-card);
    border: 1px solid var(--section-border);
    border-radius: 24px;
    padding: 32px 36px;
    box-shadow: 0 18px 35px rgba(18, 39, 56, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

.workform-description {
    margin-bottom: 10px;
}

.workform-ideal strong {
  display: block;
  margin-bottom: 4px; /* optional spacing */
}

.workforms-grid .workform-card h3 {
  margin-bottom: 6px;
}

.workform-pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--section-border);
    border-radius: 999px;
    background: var(--bg-white);
    color: var(--text-color);
    font-family: "Bookman Old Style", "Palatino Linotype", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(18, 39, 56, 0.06);
}

.workform-pricing-toggle:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.workform-pricing-toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.workform-pricing-toggle[aria-expanded="true"] .workform-pricing-toggle-icon {
    transform: rotate(45deg);
}

.workform-pricing-panel {
    margin-top: 0.75rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--section-border);
    border-radius: 18px;
    background: var(--bg-white);
    box-shadow: 0 12px 24px rgba(18, 39, 56, 0.06);
}

.workform-pricing {
    padding-top: 0.25rem;
}

.workform-pricing h4 {
    margin: 0 0 0.4rem;
    color: var(--text-color);
    font-family: "Bookman Old Style", "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
}

.workform-pricing p {
    margin: 0 0 0.35rem;
    font-family: "Bookman Old Style", "Palatino Linotype", "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.6;
}

.pricing-card h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.2rem;
}

.pricing-amount {
    color: #05a28d;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
}

.pricing-description {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Responsive pricing cards */
@media (max-width: 1024px) {
    .pricing-card {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .pricing-card {
        width: 100%;
        min-width: 280px;
        max-width: 400px;
        height: auto;
    }
    
    .pricing-cards {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    
    .pricing-card h3 {
        font-size: 1.1rem;
    }
    
    .pricing-amount {
        font-size: 1.2rem;
    }
    
    .pricing-description {
        font-size: 0.9rem;
    }
    
    .pricing-cards {
        gap: 15px;
    }
}

/* Testimonials Section */
#testimonials {
    padding: 40px 0;
    background-color: #f9f9f9;
}

#testimonials h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
}

.testimonial {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    font-style: italic;
}

.testimonial cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #05a28d;
}

/* Contact Section */
#contact {
    padding: 40px 0;
    background-color: white;
}

#contact h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
}

.contact-info {
    text-align: center;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form button {
    padding: 15px;
    background-color: #05a28d;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #06757f;
}

/* GDPR modal */
.privacy-link {
    text-align: center;
    margin-top: 15px;
    font-size: 0.95rem;
}
.privacy-link a {
    color: #05a28d;
    text-decoration: underline;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.modal.open {
    display: flex;
}
.modal-content {
    background: #fff;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.modal-header h2 {
    margin: 0;
    font-size: 1.4rem;
}
.modal-close {
    background: transparent;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
}

.modal-body h3 {
    margin-bottom: 15px;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.side-menu-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1200;
}

.side-menu-overlay.open {
    visibility: visible;
    opacity: 1;
}

.side-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    width: min(280px, 80vw) !important;
    background: #fff !important;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.2) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease !important;
    z-index: 1250 !important;
    padding: 20px !important;
    overflow-y: auto !important;
    display: none !important;
}

.side-menu.open {
    transform: translateX(0) !important;
    display: block !important;
}

.side-menu-close {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.side-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 12px;
}

.side-menu-links li a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.side-menu-links li a:hover {
    color: #05a28d;
}

.navbar.compact .navbar-menu {
    display: none;
}

.navbar.compact .navbar-toggle {
    display: block !important;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: auto;
}

.final-cta {
    background-color: var(--bg-light);
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid rgba(24, 50, 65, 0.08);
}

.final-cta p {
    font-size: 1.1rem;
    color: var(--text-color);
}

.final-cta a {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

.final-cta a:hover {
    color: var(--accent-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 60px; /* Adjust for smaller navbar */
    }

    .navbar .container {
        flex-direction: row;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand {
        margin-right: 15px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }

    h1 {
        font-size: 2rem;
    }

    .tagline,
    .tagline-main {
        font-size: 1rem;
    }

    .page-szervezetfejlesztes .hero-subtitle {
        font-size: 1.4rem;
    }

    .hero-image {
        width: 150px;
        height: 150px;
    }

    .service-card {
        padding: 20px;
    }
}

/* Experience/CV Page Styles (simplified to match qualifications) */
.experience-list {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1.2rem;
    text-align: left;
}

.experience-list ul {
    padding-left: 1.2rem;
    list-style: disc;
}

.experience-list li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: var(--text-muted);
}