* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a2e;
    background-color: #f8f9fa;
}

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

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

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

a {
    color: #6a4c93;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #523672;
    opacity: 0.8;
}

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

button {
    cursor: pointer;
    border: none;
}

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

.display-3 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
}

.display-5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.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%;
}

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a2e;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    outline: 0;
    border-color: #6a4c93;
    box-shadow: 0 0 0 0.2rem rgba(106, 76, 147, 0.25);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a2e;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 0.5rem;
    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='%231a1a2e' 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 0.75rem center;
    background-size: 16px 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-select:focus {
    outline: 0;
    border-color: #6a4c93;
    box-shadow: 0 0 0 0.2rem rgba(106, 76, 147, 0.25);
}

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

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15rem;
    margin-left: -1.75rem;
    vertical-align: top;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    appearance: none;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

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

.form-check-label {
    cursor: pointer;
    display: inline-block;
}

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

.btn-action-1 {
    background-color: #6a4c93;
    color: #fff;
    border-color: #6a4c93;
}

.btn-action-1:hover {
    background-color: #523672;
    border-color: #523672;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(106, 76, 147, 0.3);
}

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

.text-action-1 {
    color: #6a4c93;
}

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

.bg-bg-3 {
    background-color: #f8f9fa;
}

.hero-section {
    background: linear-gradient(135deg, #6a4c93 0%, #8b5cf6 100%);
    color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(15deg);
}

.gradient-section {
    background: linear-gradient(135deg, #a78bfa 0%, #6a4c93 100%);
    color: #fff;
    position: relative;
}

.cta-section {
    background: linear-gradient(135deg, #523672 0%, #6a4c93 100%);
    position: relative;
}

.feature-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #f3f4f6;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(106, 76, 147, 0.15);
    border-color: #6a4c93;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #a78bfa 0%, #6a4c93 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.content-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #6a4c93;
}

.topic-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6a4c93 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.image-decoration {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 1rem;
    position: relative;
}

.image-decoration::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #a78bfa 0%, #6a4c93 100%);
    border-radius: 1rem;
    z-index: -1;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #6a4c93;
}

.footer-section {
    background: #1a1a2e;
    color: #fff;
}

.footer-section a {
    color: #d1d5db;
}

.footer-section a:hover {
    color: #a78bfa;
}

.footer-links a {
    color: #d1d5db;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #a78bfa;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info a {
    color: #d1d5db;
}

.contact-info a:hover {
    color: #a78bfa;
}

.team-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #f3f4f6;
}

.team-card:hover {
    box-shadow: 0 8px 24px rgba(106, 76, 147, 0.15);
    border-color: #6a4c93;
}

.info-box {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
}

.expertise-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #f3f4f6;
}

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(106, 76, 147, 0.15);
    border-color: #6a4c93;
}

.approach-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid #f3f4f6;
}

.content-section {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.content-section h2 {
    color: #6a4c93;
}

.thank-you-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #6a4c93;
}

.icon-circle {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #a78bfa 0%, #6a4c93 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4rem;
}

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

.d-flex {
    display: flex;
}

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

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

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

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

.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-15 { margin-bottom: 3.75rem; }

.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }

.me-3 { margin-right: 0.75rem; }
.me-4 { margin-right: 1rem; }
.me-6 { margin-right: 1.5rem; }

.pt-8 { padding-top: 2rem; }

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

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

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

.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }

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

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

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

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

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

.fs-1 { font-size: 1.5rem; }
.fs-2 { font-size: 1.375rem; }
.fs-3 { font-size: 1.25rem; }
.fs-4 { font-size: 1.125rem; }
.fs-5 { font-size: 1rem; }

.rounded-2 {
    border-radius: 0.5rem;
}

.shadow-lg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

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

.d-block {
    display: block;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

.text-decoration-none {
    text-decoration: none;
}

.opacity-90 {
    opacity: 0.9;
}

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

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .text-md-start {
        text-align: left;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .p-md-12 {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

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

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

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

    .py-lg-25 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .text-lg-start {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    .display-3 {
        font-size: 4rem;
    }

    .display-4 {
        font-size: 3.5rem;
    }

    .display-5 {
        font-size: 2.5rem;
    }
}

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