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

body {
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    overflow-x: hidden;
    position: relative;
    min-height: 1839px;
}

/* Background Container */
.bg-container {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 682px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.bg-vector {
    position: absolute;
    top: -89px;
    left: 0;
    width: 2008px;
    height: 1114px;
    background: url('../../images/backgrounds/contact-bg-vector.svg') no-repeat;
    background-size: contain;
}

/* Header */
.header {
    position: relative;
    z-index: 10;
    padding: 32px 120px;
    background: transparent;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}

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

.header-nav-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex: 1;
    max-width: 836px;
}

.logo {
    width: 86px;
    height: 86px;
}

/* Hamburger Menu Button */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: #CB6CE6;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #CB6CE6;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-nav-items {
    display: flex;
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 0;
}

.mobile-nav-item {
    padding: 18px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #454545;
    text-decoration: none;
    border-bottom: 1px solid #E7E7E7;
    transition: color 0.3s ease;
}

.mobile-nav-item:hover,
.mobile-nav-item.active-mobile {
    color: #CB6CE6;
}

.mobile-nav-cta {
    margin-top: 20px;
    padding: 16px 24px;
    background: #CB6CE6;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 50px;
    border: none;
}

.mobile-nav-cta:hover {
    background: #B85BD4;
}

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-item.active {
    border-bottom: 1px solid #CB6CE6;
}

.nav-item a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #454545;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.nav-item.active a {
    color: #CB6CE6;
}

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

.cta-link {
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: #CB6CE6;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 10px;
    width: 200px;
    height: 56px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #B85BD4;
}

/* Content Section */
.content-section {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 81px;
}

/* Breadcrumb */
.breadcrumb-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 267px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumb-item {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #CB6CE6;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.breadcrumb-item:hover {
    opacity: 0.8;
}

.breadcrumb-dot {
    width: 8px;
    height: 8px;
    background: #CB6CE6;
    border-radius: 50%;
}

.page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1em;
    color: #334C57;
    text-align: center;
    width: 100%;
}

/* Section Header */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 326px;
    margin-top: 197px;
}

.section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #CB6CE6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1em;
    color: #334C57;
    text-align: center;
    width: 100%;
}

/* Team Description */
.team-description {
    width: 807px;
    text-align: center;
    margin-top: 33px;
    margin-bottom: 0;
}

.team-description p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #5D5D5D;
    margin: 0;
}

/* Team Members */
.team-members {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 68px;
    width: 100%;
    max-width: 1572px;
    margin: 98px auto 120px;
}

.team-row {
    display: flex;
    gap: 68px;
    justify-content: center;
    position: relative;
    z-index: 10;
    align-self: stretch;
    flex-wrap: wrap;
}

/* First row - Primary/100 background */
.team-row:first-child .team-card img {
    background: #F7EAFD;
}

/* Second row - Secondary/100 background */
.team-row:last-child .team-card img {
    background: #DEEDEF;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.team-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 10;
    filter: grayscale(100%);
    overflow: hidden;
}

.team-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 132px;
}

.team-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.5185em;
    color: #334C57;
    text-align: center;
    margin: 0;
    width: auto;
}

.team-role {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em;
    color: #3E6D7C;
    text-align: center;
    margin: 0;
    width: auto;
}

/* Contact Form Section */
.contact-form {
    width: 100%;
    background: #FFFFFF;
    padding: 79px 0 120px 0;
    position: relative;
    overflow: hidden;
}

/* Background wrapper - Primary/50 */
.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: -542px;
    width: 3061px;
    height: 917.39px;
    background: #FBF5FE;
    pointer-events: none;
    z-index: 0;
}

/* Background base layer - FBF9FF */
.contact-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: -542px;
    width: 2073px;
    height: 786.8px;
    background: #FBF9FF;
    pointer-events: none;
    z-index: 1;
}

.contact-header {
    text-align: center;
    margin: 0 auto 112px;
    position: relative;
    z-index: 2;
    max-width: 578px;
}

.contact-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #CB6CE6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 14px 0;
}

.contact-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1em;
    color: #334C57;
    margin: 0;
}

.contact-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #5D5D5D;
    max-width: 895px;
    margin: 32px auto 0;
    text-align: center;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 732px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.form-row {
    display: flex;
    gap: 42px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.form-row .form-group {
    width: 345px;
    flex: none;
}

.form-group label {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    color: #3D3D3D;
    padding: 2px 0 0 0;
}

.form-group input,
.form-group textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #3D3D3D;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 18px 24px;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input {
    height: 50px;
    border-radius: 50px;
}

.form-group textarea {
    border-radius: 20px;
    resize: vertical;
    min-height: 120px;
    padding: 23px 24px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888888;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #CB6CE6;
    box-shadow: 0 0 0 3px rgba(203, 108, 230, 0.1);
}

.contact-form-container .btn-primary {
    width: 200px;
    height: 56px;
    align-self: flex-end;
}

/* Footer */
.footer {
    width: 100%;
    background: #FFFFFF;
    padding: 77px 120px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1680px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-nav a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #6D6D6D;
    text-decoration: none;
    padding: 16px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #CB6CE6;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: #888888;
    opacity: 0.2;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-copyright {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #CB6CE6;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

.footer-links a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #CB6CE6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #B85BD4;
    text-decoration: underline;
}

/* Responsive Design */

/* Tablet - 1024px and below */
@media (max-width: 1024px) {
    .header {
        padding: 24px 60px;
    }

    .header-main {
        width: 100%;
        gap: 80px;
        justify-content: space-between;
    }

    .logo {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
    }

    .header-nav-group {
        justify-content: flex-end;
    }

    .content-section {
        padding-top: 60px;
    }

    .team-description {
        width: 90%;
        max-width: 700px;
        margin-top: 24px;
    }

    .section-header {
        margin-top: 150px;
    }

    .team-members {
        width: 90%;
        max-width: 1200px;
        margin: 80px auto 100px;
    }

    .team-row {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-card {
        flex: 0 1 calc(33.333% - 27px);
        min-width: 200px;
    }

    /* Contact Form */
    .contact-form {
        padding: 60px 30px 100px;
    }

    .contact-form-container {
        width: 90%;
        max-width: 600px;
    }

    /* Footer */
    .footer {
        padding: 60px 60px;
    }

    .footer-top {
        gap: 40px;
    }

    .footer-info {
        gap: 40px;
    }
}

/* Tablet Small - 768px and below */
@media (max-width: 768px) {
    body {
        min-height: auto;
    }

    .bg-container {
        height: auto;
    }

    .header {
        padding: 20px 30px;
    }

    .header-main {
        width: 100%;
        gap: 20px;
        justify-content: space-between;
    }

    .logo {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }

    .header-nav-group {
        gap: 20px;
        justify-content: flex-end;
    }

    .nav {
        display: none;
    }

    .cta-link {
        display: none !important;
    }

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

    .btn-primary {
        padding: 8px 16px;
        width: 160px;
        height: 48px;
        font-size: 16px;
    }

    .content-section {
        padding-top: 30px;
    }

    .breadcrumb-container {
        width: auto;
        padding: 0 30px;
        margin-bottom: 0;
    }

    .page-title {
        font-size: 48px;
    }

    .team-description {
        width: 90%;
        max-width: 100%;
        padding: 0 30px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .team-description p {
        font-size: 18px;
    }

    .section-header {
        margin-top: 60px;
        width: auto;
        padding: 0 30px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .team-members {
        width: 90%;
        margin: 50px auto 80px;
        gap: 40px;
    }

    .team-row {
        gap: 30px;
        justify-content: center;
    }

    .team-card {
        flex: 0 1 calc(50% - 15px);
        min-width: 150px;
    }

    .team-card img {
        width: 180px;
        height: 180px;
    }

    .team-info {
        width: auto;
        max-width: 180px;
    }

    .team-name {
        font-size: 22px;
    }

    .team-role {
        font-size: 18px;
    }

    /* Contact Form */
    .contact-form {
        padding: 50px 30px 80px;
    }

    .contact-header {
        margin-bottom: 60px;
    }

    .contact-title {
        font-size: 36px;
    }

    .contact-description {
        font-size: 18px;
    }

    .contact-form-container {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: 32px;
    }

    .form-row .form-group {
        width: 100%;
    }

    .contact-form-container button {
        width: 100%;
    }

    /* Footer */
    .footer {
        padding: 40px 30px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-top {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        width: 100%;
    }

    .footer-nav a {
        font-size: 16px;
        flex: 0 0 auto;
    }

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

    .footer-divider {
        margin: 30px 0;
    }

    .footer-info {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* Mobile - 480px and below */
@media (max-width: 480px) {
    .header {
        padding: 16px 20px;
    }

    .header-main {
        gap: 10px;
        justify-content: space-between;
    }

    .logo {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .header-nav-group {
        justify-content: flex-end;
    }

    .hamburger {
        display: flex !important;
        width: 32px;
        height: 24px;
        flex-shrink: 0;
    }

    .hamburger-line {
        height: 2.5px;
    }

    .mobile-menu {
        width: 85%;
    }

    .mobile-nav-item {
        font-size: 16px;
        padding: 16px 0;
    }

    .btn-primary {
        padding: 6px 12px;
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .content-section {
        padding-top: 20px;
    }

    .breadcrumb-container {
        padding: 0 20px;
        margin-bottom: 0;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .page-title {
        font-size: 36px;
    }

    .team-description {
        width: 100%;
        padding: 0 20px;
        margin-top: 16px;
    }

    .team-description p {
        font-size: 16px;
    }

    .section-header {
        margin-top: 50px;
        padding: 0 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .team-members {
        width: 100%;
        margin: 40px auto 60px;
        padding: 0 20px;
        gap: 32px;
    }

    .team-row {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .team-card {
        width: 100%;
        max-width: 280px;
        flex: none;
    }

    .team-card img {
        width: 200px;
        height: 200px;
    }

    .team-info {
        width: auto;
        max-width: 200px;
    }

    .team-name {
        font-size: 20px;
    }

    .team-role {
        font-size: 16px;
    }

    .bg-container {
        display: none;
    }

    /* Contact Form */
    .contact-form {
        padding: 40px 20px 60px;
    }

    .contact-header {
        margin-bottom: 40px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-description {
        font-size: 16px;
    }

    .form-group textarea {
        min-height: 120px;
    }

    /* Footer */
    .footer {
        padding: 30px 16px;
    }

    .footer-content {
        gap: 24px;
    }

    .footer-top {
        flex-direction: column;
        gap: 24px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .footer-nav a {
        font-size: 14px;
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

    .footer-social {
        gap: 20px;
        justify-content: center;
    }

    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
    }

    .footer-social img {
        width: 20px;
        height: 20px;
    }

    .footer-line {
        margin: 24px 0;
    }

    .footer-info {
        flex-direction: column;
        gap: 12px;
    }

    .footer-copyright,
    .footer-links {
        font-size: 12px;
        line-height: 1.6em;
    }
}