* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    color: #2c3e50;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.25;
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: color .15s ease-in-out, opacity .15s ease-in-out;
    color: #1a3a52;
}

a:hover {
    opacity: .8;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 800;
    line-height: 1.1;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.1;
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.1;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.form-label {
    margin-bottom: .5rem;
    display: inline-block;
    font-weight: 600;
}

.form-control, .form-select {
    display: block;
    width: 100%;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: .625rem;
}

.form-control:focus, .form-select:focus {
    outline: 0;
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 107, 0.25);
}

.form-select {
    padding-right: 3rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

textarea.form-control {
    min-height: 150px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 0;
}

.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-left: -2rem;
    vertical-align: top;
    background-color: #fff;
    border: 2px solid #dee2e6;
    appearance: none;
    float: left;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.form-check-label {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: .825rem 1.5rem;
    font-size: 1.125rem;
    border-radius: .625rem;
    transition: all .3s ease;
}

.btn-action-1 {
    background-color: #ff6b6b;
    color: white;
    border-color: #ff6b6b;
}

.btn-action-1:hover {
    background-color: #ff5252;
    border-color: #ff5252;
    color: white;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.25rem;
}

.bg-bg-2 {
    background-color: #f0f4f8;
}

.text-action-1 {
    color: #ff6b6b;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.w-100 {
    width: 100% !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.rounded-2 {
    border-radius: .625rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.bi {
    vertical-align: middle;
}

.me-2 {
    margin-right: .5rem !important;
}

.hero-section {
    background: linear-gradient(135deg, #1a3a52 0%, #2c5f7f 100%);
    padding: 5rem 0;
    color: white;
}

.hero-content h1 {
    color: white;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9);
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: .625rem;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.content-box {
    padding: 2rem;
}

.stat-box {
    text-align: center;
}

.program-item {
    background: white;
    padding: 2rem;
    border-radius: .625rem;
    border-left: 4px solid #ff6b6b;
    height: 100%;
}

.gradient-section {
    background: linear-gradient(to right, #f0f4f8 50%, #1a3a52 50%);
}

.testimonial-box {
    background: white;
    padding: 3rem;
    border-radius: .625rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.audience-card {
    background: white;
    padding: 2rem;
    border-radius: .625rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-form-wrapper {
    background: white;
    padding: 3rem;
    border-radius: .625rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-info {
    padding-top: 2rem;
    border-top: 2px solid #f0f4f8;
}

.footer-section {
    background: #1a3a52;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: .75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: color .3s ease;
}

.footer-links a:hover {
    color: #ff6b6b;
    opacity: 1;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero {
    background: linear-gradient(135deg, #2c5f7f 0%, #1a3a52 100%);
    padding: 4rem 0;
    color: white;
    text-align: center;
}

.about-section {
    padding: 4rem 0;
}

.about-card {
    background: white;
    padding: 2.5rem;
    border-radius: .625rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.privacy-content, .cookies-content {
    background: white;
    padding: 3rem;
    border-radius: .625rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.privacy-content h3, .cookies-content h3 {
    color: #1a3a52;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.thank-page {
    background: linear-gradient(135deg, #1a3a52 0%, #2c5f7f 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.thank-box {
    background: white;
    color: #2c3e50;
    padding: 4rem;
    border-radius: .625rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 600px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    .display-3 {
        font-size: 4.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}