/* ==========================================================================
   Color Palette
   Primary:        #16a34a (green)
   Primary Light:  #22c55e
   Primary Subtle: #dcfce7
   CTA:            #f97316 (orange, complementary)
   CTA Hover:      #ea580c
   Text Dark:      #1e293b
   Text Medium:    #475569
   Text Light:     #64748b
   Background:     #f1f5f9
   Surface:        #fff
   ========================================================================== */

body {
    color: #1e293b;
    background-color: #f1f5f9;
    font-size: 1.125rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.active {
    color: #22c55e;
}

.benefit {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.benefit:hover {
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.1);
    transform: translateY(-2px);
}

/* Defines bg in Navigation */
.bg-lightgrey {
    background-color: #f1f5f9;
}

/* Button for read more section */
.btn-more {
    text-align: center;
    font-weight: 600;
    color: #16a34a;
    font-size: 1rem;
    background-color: #dcfce7;
    margin-bottom: 50px;
    border-radius: 8px;
    padding: 10px 24px;
    box-shadow: none !important;
    outline: 0 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-more:hover {
    background-color: #bbf7d0;
    color: #15803d;
}

/* Styles for required skills and benefits section */
.btn-more-left {
    text-align: left;
    font-weight: 600;
    padding: 10px 16px;
    margin-bottom: 10px;
    color: #16a34a;
    font-size: 1rem;
    background-color: #dcfce7;
    border-radius: 8px;
    box-shadow: none !important;
    outline: 0 !important;
    transition: background-color 0.2s ease;
}

.btn-more-left:hover {
    background-color: #bbf7d0;
}

/* Button style Sharing-Section */
.btn-share {
    white-space: normal;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.btn-share a {
    color: #fff;
    font-size: 1.5rem;
}

.btn-style-01 {
    background-color: #f8fafc;
    white-space: normal;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 1.125rem;
    color: #1e293b;
    transition: background-color 0.2s ease;
}

.btn-style-01:hover {
    background-color: #dcfce7;
}

.btn-style-footer a {
    background-color: #475569;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    border: 2px solid #475569;
    font-family: 'Asap', sans-serif;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.btn-style-footer a:hover {
    background-color: #334155;
    border-color: #334155;
}

/* CTA Button - complementary orange */
.btn-white {
    padding: 14px 32px;
    border-radius: 50px;
    background-color: #f97316;
    color: #fff;
    font-family: 'Asap', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.btn-white:hover {
    background-color: #ea580c;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.card {
    padding: 0;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 8px;
    overflow: hidden;
}

.card-header {
    background-color: transparent;
    padding: 0;
}

.readmore-general > .card-body {
    background-color: #f1f5f9;
    font-size: 1.125rem;
    line-height: 1.7;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */

#accordion .card {
    background-color: transparent;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#accordion .card:hover {
    border-color: #22c55e;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.08);
}

#accordion .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}

#accordion .btn-style-01 {
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    border-radius: 0;
}

#accordion .btn-style-01:hover {
    background-color: transparent;
    color: #16a34a;
}

#accordion .btn-style-01:not(.collapsed) {
    color: #16a34a;
}

#accordion .faq > .card-body {
    background-color: #f8fafc;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    padding: 0 20px 20px;
    border-top: 1px solid #e2e8f0;
    margin: 0 16px;
}

.change-lang a {
    color: #475569;
    text-decoration: none;
}

.copyright {
    text-align: center;
    padding-top: 25px;
    color: #94a3b8;
    font-size: 0.8rem;
}

.direct-link,
.direct-link a {
    text-align: center;
    color: #16a34a;
    text-decoration: underline;
    padding: 30px 0 40px 0;
    font-size: 0.95rem;
}

.flag-icon {
    font-size: 1.1rem;
}

.g-recaptcha {
    padding-top: 25px;
}

/* Headline CTA button */
.headline {
    font-size: 2.25rem;
    font-family: 'Asap', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.headline-footer {
    font-size: 2rem;
    line-height: 1.4;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
}

.headline-icon {
    padding: 50px 0 30px 0;
    text-align: center;
    font-size: 2rem;
    color: #16a34a;
}

.headline-logo {
    font-size: 1.5rem;
    text-align: center;
    line-height: 3rem;
    font-family: 'Pacifico', regular;
}

/* Headline for different sections */
.headline-main {
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.3;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1e293b;
}

/* Subheadline for different sections */
.headline-subtitle {
    font-size: 1.15rem;
    text-align: center;
    padding-bottom: 30px;
    font-family: 'Asap', sans-serif;
    color: #64748b;
    font-weight: 400;
}

.input-field {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
}

/* Size of flag icon in choose language navbar section */
.language-flag {
    max-width: 24px;
    padding-right: 5px;
}

/* Small text survey section */
.light-grey {
    color: #64748b;
}

.nav-item a {
    color: #475569;
    font-size: 1.5rem;
    transition: color 0.15s ease;
}

.nav-item a:hover {
    color: #16a34a;
}

.nav-item-lang,
.nav-item-lang a,
.nav-item-lang a:hover {
    font-size: 1rem;
    color: #475569;
    text-decoration: none;
}

.nav-item-bottom,
.nav-item-bottom a {
    color: #475569;
    font-size: 1.2rem;
    text-decoration: none;
}

.readmore-general {
    padding: 0;
}

.readmore-btn {
    padding: 20px 0 0 0;
    text-align: center;
}

.survey-answer {
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    margin: 5px 0 5px 0;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease;
}

.survey-answer:hover {
    border-color: #22c55e;
}

.survey-question {
    text-align: center;
    font-weight: 600;
    padding: 20px;
    margin-bottom: 40px;
    color: #1e293b;
}

.survey-step {
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

/* Text for success stories */
.txt-blockquote p {
    line-height: 1.8;
}

/* Regular text */
.txt-style-01,
li {
    line-height: 1.7;
    font-size: 1.125rem;
    color: #1e293b;
}

/* Bold text */
.txt-style-02 {
    line-height: 1.7;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

nav.navbar.navbar-custom {
    background-color: #16a34a !important;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 16px !important;
}

nav.navbar-custom .navbar-brand-link {
    color: #fff;
    text-decoration: none;
}

nav.navbar-custom .navbar-brand-link:hover {
    color: #dcfce7;
    text-decoration: none;
}

nav.navbar-custom .navbar-toggler {
    border: none;
    padding: 8px 12px;
}

nav.navbar-custom .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background-color: #14532d;
    color: #cbd5e1;
    padding: 60px 0 40px;
    margin-top: 30px;
}

.site-footer .headline-footer {
    color: #fff;
}

.site-footer .nav-item-bottom,
.site-footer .nav-item-bottom a {
    color: #94a3b8;
    font-size: 1rem;
    transition: color 0.15s ease;
}

.site-footer .nav-item-bottom a:hover {
    color: #fff;
}

.site-footer .btn-style-footer a {
    background-color: #f97316;
    color: #fff;
    border-color: #f97316;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer .btn-style-footer a:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

/* Corrects line height in cookie consent */
#klaro p {
    line-height: 1.2rem;
}

button.cm-btn.cm-btn-success {
    background-color: #16a34a;
    border-radius: 8px;
}
