* {
    box-sizing: border-box;
}

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

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);
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

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

a {
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    color: #e67e22;
}

a:hover {
    opacity: .85;
}

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: 700;
    line-height: 1.1;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.1;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    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-12 {
    flex: 0 0 auto;
    width: 100%;
}

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

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.g-4 > * {
    padding: 0.5rem;
}

.g-6 > * {
    padding: 0.75rem;
}

.g-8 > * {
    padding: 1rem;
}

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

.form-control, textarea.form-control {
    display: block;
    width: 100%;
    padding: .875rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: .5rem;
    transition: border-color .3s ease;
}

.form-control:focus, textarea.form-control:focus {
    outline: 0;
    border-color: #e67e22;
    background-color: #ffffff;
}

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

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

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

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

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

.btn-primary {
    background-color: #e67e22;
    color: #ffffff;
    border-color: #e67e22;
}

.btn-primary:hover {
    background-color: #d35400;
    border-color: #d35400;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.btn-light {
    background-color: #ffffff;
    color: #e67e22;
    border-color: #ffffff;
}

.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

.d-flex {
    display: flex !important;
}

.d-inline-block {
    display: inline-block !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

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

.h-100 {
    height: 100% !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

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

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

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

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

.text-muted {
    color: #6c757d !important;
}

.text-white{
    color: #fff;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.rounded-3 {
    border-radius: .5rem !important;
}

.rounded-4 {
    border-radius: .75rem !important;
}

.rounded-5 {
    border-radius: 1rem !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

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

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

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

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

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

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

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

.mb-10 {
    margin-bottom: 2.5rem !important;
}

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

.mb-15 {
    margin-bottom: 3.75rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

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

.mt-10 {
    margin-top: 2.5rem !important;
}

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

.me-4 {
    margin-right: 1rem !important;
}

.me-6 {
    margin-right: 1.5rem !important;
}

.ms-4 {
    margin-right: 1rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.p-15 {
    padding: 3.75rem !important;
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

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

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.ps-8 {
    padding-left: 2rem !important;
}

.ps-10 {
    padding-left: 2.5rem !important;
}

.fs-2 {
    font-size: 1.375rem !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #1a3a52 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-opacity-10 {
    opacity: 0.1;
}

.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.hero-gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    opacity: 0.05;
    z-index: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background-color: #e67e22;
    color: #ffffff;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.hero-image-wrapper img {
    border: 4px solid #e67e22;
}

.feature-card {
    transition: transform .3s ease, box-shadow .3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(230, 126, 34, 0.15);
    border-color: #e67e22;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-icon i {
    font-size: 2.5rem;
    color: #ffffff;
}

.content-badge {
    display: inline-flex;
    padding: 0.5rem 1.25rem;
    background-color: #f8f9fa;
    color: #e67e22;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.875rem;
    border: 2px solid #e67e22;
}

.check-icon {
    width: 40px;
    height: 40px;
    background-color: #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.check-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, #1a3a52 0%, #2c5873 100%);
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(230, 126, 34, 0.1) 0%, transparent 60%);
}

.quote-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-icon i {
    font-size: 2.5rem;
    color: #e67e22;
}

.process-card {
    position: relative;
    padding: 2rem;
}

.process-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #e67e22;
    opacity: 0.2;
}

.bg-accent-section {
    background-color: #fff5ed;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e67e22;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 600;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 3rem;
    border-radius: 1rem;
}

.footer-section {
    position: relative;
}

.footer-brand h3 {
    color: #e67e22;
}

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

.footer-links a:hover {
    color: #e67e22;
    padding-left: 0.5rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-contact a:hover {
    color: #e67e22;
}

.about-badge, .privacy-header, .cookie-header {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background-color: #e67e22;
    color: #ffffff;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.value-card {
    transition: transform .3s ease;
}

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

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a3a52 0%, #2c5873 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.value-icon i {
    font-size: 2.5rem;
    color: #ffffff;
}

.why-icon {
    width: 50px;
    height: 50px;
    background-color: #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.privacy-content, .cookie-content {
    line-height: 1.8;
}

.thank-icon {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: scaleIn 0.5s ease;
}

.thank-icon i {
    font-size: 5rem;
    color: #ffffff;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@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%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
}

@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%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .py-lg-15 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }
    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-lg-25 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .p-lg-12 {
        padding: 3rem !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-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
}

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