.services-section { padding: 120px 20px; background-color: #fff; }
.section-heading h2,
.process-title h2,
.about-text h2,
.cta-content h2 {
    font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-heading { text-align: center; margin-bottom: 64px; }
.section-tag { color: #151a26; font-size: 16px; font-weight: 600; margin: 0; }
.section-heading h2 { color: #23273c; margin: 20px 0; }
.section-subtitle { font-size: 16px; color: #23273c; opacity: 0.7; max-width: 648px; margin: 0 auto; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 39px 24px; }
.service-card {
    background-color: #ffffff;
    border: 1px solid #2b4ae0;
    border-radius: 30px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(43, 74, 224, 0.04);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    will-change: transform;
}
.service-card:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 14px 34px rgba(43, 74, 224, 0.14),
                0 6px 16px rgba(43, 74, 224, 0.09);
    border-color: rgba(43, 74, 224, 0.8);
}
.service-card .icon-wrapper {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.service-card:hover .icon-wrapper {
    transform: scale(1.05) rotate(-2deg);
}
.card-content { padding: 20px; border-radius: 24px; background: linear-gradient(180deg, rgba(76, 103, 246, 0.16) 0%, rgba(76, 103, 246, 0) 100%); height: 100%; }
.card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.icon-wrapper { background-color: #153c91; border-radius: 14px; padding: 6px; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.23); }
.icon-bg { background-color: #3355bc; border-radius: 10px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.card-header h3 { font-size: 24px; color: #171717; margin: 0; }
.card-tag {
    margin-left: auto;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #2b4ae0;
    color: #2b4ae0;
    background: rgba(43, 74, 224, 0.08);
}
.card-tag:empty { display: none; }
.card-description { font-size: 14px; color: #404040; line-height: 1.4; margin: 0 0 10px; }
.features-list { padding: 0; margin: 10px 0 0; }
.features-list ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.features-list p,
.features-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 8px 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #404040;
    list-style: none !important;
}
.features-list p::before,
.features-list li::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    background: #2b4ae0 !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") !important;
    mask-size: contain !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") !important;
    -webkit-mask-size: contain !important;
    flex-shrink: 0 !important;
}

:root {
    --silver: #e9ecf2;
    --black: #1d1d25;
    --neutral-60: #757b8a;
    --neutral-100: #101010;
    --soft-grey-2: #f2f4fc;
}

.process-section { padding: clamp(60px, 7vw, 97px) 0 120px; background-color: var(--color-background-light); overflow: hidden; }

.process-hero { position: relative; display: flex; align-items: flex-start; justify-content: space-between; max-width: 1280px; margin: 0 auto 100px; padding: 0 clamp(20px, 3vw, 60px); }
.process-title { order: 2; text-align: center; max-width: 684px; flex: 1; padding-top: 0; margin-top: -30px; }
.process-title-tag { font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; font-weight: 500; color: #151a26; font-size: clamp(14px, 1.1vw, 16px); line-height: 24px; margin-bottom: 12px; }
.process-title h2 { color: var(--black); margin: 0 0 21px; }
.process-title-subtitle { font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; color: var(--text-01); opacity: 0.7; font-size: clamp(14px, 1.1vw, 16px); line-height: 24px; }

.feature { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); flex-shrink: 0; }
.feature:hover .feature-image { transform: scale(1.1); }
.feature-small { order: 1; align-self: flex-end; width: clamp(120px, 11vw, 160px); height: clamp(120px, 11vw, 160px); }
.feature-large { order: 3; align-self: flex-start; width: clamp(220px, 21vw, 302px); height: clamp(185px, 17.5vw, 253px); }
.feature-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); }

.sparkle-deco { position: absolute; right: 450px; top: 220px; width: clamp(34px, 3.6vw, 55px); height: clamp(34px, 3.6vw, 55px); font-size: clamp(34px, 3.6vw, 55px); line-height: 1; display: flex; align-items: center; justify-content: center; color: var(--black); pointer-events: none; }
.feature-vector { display: none; }

.process-steps-viewport { max-width: 1280px; margin: 0 auto; padding: 0 20px; overflow: hidden; }
.process-steps-track { display: flex; gap: 0; width: 100%; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }

.process-step { flex: 0 0 34%; text-align: left; padding: 0 clamp(10px, 1.5vw, 20px); min-width: 0; box-sizing: border-box; }
.step-number { display: flex; align-items: center; width: clamp(60px, 7vw, 95px); height: clamp(60px, 6vw, 86px); color: var(--silver); font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; font-size: clamp(54px, 5.5vw, 80px); font-weight: 700; line-height: 1; margin-bottom: clamp(12px, 1.5vw, 20px); }
.process-step h3 { margin: 0 0 0 6px; font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; font-weight: 700; color: var(--black); font-size: clamp(24px, 3vw, 40px); line-height: 1.2; letter-spacing: -1px; }
.process-step p { margin: clamp(10px, 1.2vw, 16px) 0 0 6px; font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; font-weight: 400; color: var(--neutral-60); font-size: clamp(14px, 1.1vw, 16px); line-height: 1.5; }

.process-slider-wrap { width: 100%; padding: clamp(40px, 4vw, 60px) 20px 0; max-width: 524px; margin: 0 auto; }
.process-slider { position: relative; height: 6px; cursor: pointer; user-select: none; touch-action: none; padding: 12px 0; background-clip: content-box; }
.process-slider:focus-visible { outline: 2px solid var(--neutral-100); outline-offset: 8px; border-radius: 6px; }
.process-slider-track { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); height: 6px; background: var(--soft-grey-2); border-radius: 6px; overflow: hidden; pointer-events: none; }

.process-slider-fill { height: 100%; background: var(--neutral-100); border-radius: 6px; width: 50%; transition: width 0.3s; }
.process-slider:hover .process-slider-track { background: #e8ebf3; }
.process-slider.dragging .process-slider-track { background: #e8ebf3; }
.process-slider.dragging .process-slider-fill { transition: none; }

@media (max-width: 1024px) {
    
    .process-hero { flex-wrap: wrap; justify-content: center; }
    .process-title { order: 1; flex: 1 1 100%; max-width: none; margin-bottom: 32px; }
    .feature-small { order: 2; }
    .feature-large { order: 3; align-self: flex-end; }
    .feature-small, .feature-large { width: 42%; max-width: 300px; height: 200px; }
    .sparkle-deco { display: none; }
}
@media (max-width: 600px) {
    
    .process-step { flex: 0 0 100%; }
    
}

.cases-section { padding: 120px 20px; background-color: var(--color-background-light); }

.tabs {
    background-color: #f1f0ff;
    border-radius: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 40px;
    font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif;
}
.tab-btn {
    border: none;
    background: transparent;
    padding: 10px 22px;
    border-radius: 24px;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    color: #333333;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}
.tab-btn:hover { color: #22273b; }

.tab-btn.active { background-color: rgba(0, 0, 0, 0.05); color: #22273b; font-weight: 700; }
.cases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }

.case-card.is-hidden { display: none !important; }

.cases-empty { display: none; grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: #808080; font-size: 16px; }
.cases-empty.is-visible { display: block; }

.cases-pager { display: none; justify-content: center; align-items: center; gap: 12px; margin-top: 48px; }
.cases-pager.is-visible { display: flex; }
.pager-dot {
    width: 72px; height: 6px; padding: 0;
    border: none; border-radius: 3px;
    background-color: rgba(14, 18, 85, 0.1);
    cursor: pointer;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}
.pager-dot:hover { background-color: rgba(14, 18, 85, 0.25); }
.pager-dot.active { background-color: #2a85ff; } 

.case-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 50px 0px rgba(79, 115, 141, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-image-header {
    position: relative;
    height: 180px;
    background-color: #0E1255;
    color: white;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-university-icon {
    position: relative; z-index: 1;
    display: flex; align-items: center;
}
.card-university-icon img {
    width: 39px; height: 43px; display: block;
    
    filter: brightness(0) invert(1);
}

.rank-tag {
    position: absolute; top: 20px; right: 30px; z-index: 1;
    background-color: #f67761;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 13px; font-weight: 600;
}
.rank-tag:empty { display: none; }
.rank-tag.blue { background-color: #3b82f6; }
.rank-tag.green { background-color: #10b981; }

.university-info { position: relative; z-index: 1; }
.university-info h4 { margin: 0 0 4px; font-size: 22px; font-weight: 700; line-height: 1.2; }
.university-info p { margin: 0; font-size: 14px; opacity: 0.8; line-height: 1.4; }

.admission-type {
    position: absolute; right: 24px; bottom: 20px; z-index: 1;
    display: flex; align-items: center; gap: 6px;
}
.admission-icon {
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
}
.admission-icon img { width: 28px; height: 28px; display: block; }
.admission-label { font-size: 14px; font-weight: 500; }
.admission-label:empty { display: none; }

.card-body { padding: 28px 24px 20px; }
.card-body h5 {
    font-size: 22px; font-weight: 700;
    color: #23273c; margin: 0 0 24px;
    line-height: 1.3;
}
.card-body h5:empty { display: none; }
.case-detail-row {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 16px; gap: 16px;
}
.case-detail-label {
    font-size: 15px; color: #888; font-weight: 500;
    min-width: 90px;
}
.case-detail-value {
    font-size: 15px; color: #333; flex: 1;
    line-height: 1.5;
}
.case-divider {
    height: 1px; background-color: #e0e0e0;
    margin: 8px 0 20px;
}

.card-footer {
    padding: 0 24px 28px;
    display: flex; justify-content: space-between; align-items: center;
}
.student-info { display: flex; align-items: center; gap: 12px; }
.student-info img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.student-name { font-size: 18px; font-weight: 600; color: #1f2937; margin: 0; }
.student-year { font-size: 15px; color: #6b7280; margin: 2px 0 0; }
.student-name:empty,
.student-year:empty { display: none; }
.offer-seal {
    width: 72px; height: 72px;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #f59e0b; font-weight: 700; font-size: 14px; line-height: 1.2;
    text-align: center;
}
.qr-code { width: 80px; height: 80px; }

.about-section { background-color: #ffffff; padding: 48px 0 56px; overflow: hidden; position: relative; }
.about-content { max-width: 1440px; margin: 0 auto; padding: 0 6%; display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: start; }

.about-text { position: relative; margin-top: 50px; }
.about-text .section-tag { color: #151a26; font-size: 14px; font-weight: 500; margin: 0 0 12px; font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; }
.about-text h2 { color: #151a26; margin: 0 0 18px; }
.about-text p { color: #4a5060; font-size: 16px; line-height: 1.65; margin: 0 0 14px; max-width: 440px; font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; }
.about-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.about-features li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: #151a26; font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; }
.about-features li b, .about-features li strong { color: #2b4ae0; font-weight: 900; font-size: 18px; }

.feat-icon, .feat-icon-circle { display: inline-block; width: 18px; height: 18px; flex-shrink: 0; border: 2px solid currentColor; border-radius: 4px; position: relative; }
.feat-icon::after, .feat-icon-circle::after { content: ''; position: absolute; left: 3px; top: 2px; width: 10px; height: 10px; background: currentColor; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M1.5 6.5l3 3 6-6.5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M1.5 6.5l3 3 6-6.5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat; }
.feat-green { color: #22c58b; }
.feat-blue { color: #8f57f7; }
.feat-orange { color: #ff9800; }
.feat-purple { color: #8f57f7; }
.feat-red { color: #f67661; }
.feat-yellow { color: #fcb714; }

.about-image-container { position: relative; width: 100%; max-width: 640px; margin-left: auto; aspect-ratio: 640/570; margin-top: 56px; }
.about-blob { position: absolute; top: 4%; right: 0; width: 74%; aspect-ratio: 1; background-color: #fcd069; border-radius: 72px; transform: rotate(45deg); z-index: 0; }
.about-girl { position: absolute; bottom: -56px; right: -8%; width: 94%; height: 110%; object-fit: contain; object-position: center bottom; z-index: 2; }

.about-badges { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.about-badge { display: flex; align-items: center; background: #fff; border-radius: 40px; box-shadow: 0 10px 28px rgba(60, 70, 100, 0.16); height: 52px; padding: 0 22px 0 7px; position: absolute; pointer-events: auto; }
.about-badge-circle { width: 38px; height: 38px; border-radius: 50%; margin-right: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.about-badge-circle::after { content: ''; width: 18px; height: 18px; background: #fff; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 5.5A1.5 1.5 0 015.5 4H10a2 2 0 012 2v13a1.6 1.6 0 00-1.2-1.1L5 16.6A1.4 1.4 0 014 15.3z'/><path d='M20 5.5A1.5 1.5 0 0018.5 4H14a2 2 0 00-2 2v13a1.6 1.6 0 011.2-1.1l5.8-1.3a1.4 1.4 0 001-1.3z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 5.5A1.5 1.5 0 015.5 4H10a2 2 0 012 2v13a1.6 1.6 0 00-1.2-1.1L5 16.6A1.4 1.4 0 014 15.3z'/><path d='M20 5.5A1.5 1.5 0 0018.5 4H14a2 2 0 00-2 2v13a1.6 1.6 0 011.2-1.1l5.8-1.3a1.4 1.4 0 001-1.3z'/></svg>") center/contain no-repeat; }
.about-badge-text { font-family: "SHSans SC Web", "SHSans SC Full", "Inter", sans-serif; font-weight: 700; color: #151a26; font-size: 14px; line-height: 1.45; white-space: nowrap; }
.badge-2 { top: 23%; left: 12%; }
.badge-2 .about-badge-circle { background-color: #8f57f7; }
.badge-3 { top: 38%; left: 4%; }
.badge-3 .about-badge-circle { background-color: #f67660; }
.badge-4 { top: 53%; left: -4%; }
.badge-4 .about-badge-circle { background-color: #fcb714; }

.about-wave { position: absolute; top: 0; right: 0; width: 160px; height: 120px; z-index: 1; pointer-events: none; }

@media (max-width: 1024px) {
    .about-content { grid-template-columns: 1fr; gap: 48px; padding: 0 6%; }
    .about-image-container { max-width: 560px; margin: 0 auto; }
    .about-badge { height: 48px; padding: 0 18px 0 7px; }
    .about-badge-text { font-size: 13px; }
    .about-badge-circle { width: 32px; height: 32px; margin-right: 10px; }
}
@media (max-width: 600px) {
    .about-section { padding: 72px 0; }
    .about-badges { display: none; }
    .about-girl { width: 78%; right: 8%; }
    .about-blob { width: 74%; }
}

.team-section { background-color: var(--color-background-dark); padding: 120px 20px; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.team-card { background-color: #ffffff; border-radius: 20px; overflow: hidden; box-shadow: 0px 3px 10px 0px rgba(32, 73, 109, 0.1); }
.team-card img { width: 100%; height: 188px; object-fit: cover; }
.team-card-info { padding: 22px; }
.consultant-name { font-size: 14px; color: #23273c; opacity: 0.5; margin: 0 0 14px; }
.team-card-info h3 { font-size: 20px; color: #1b2c43; margin: 0 0 14px; }
.consultant-desc { font-size: 16px; color: #23273c; opacity: 0.7; line-height: 1.5; margin: 0; }

.consultant-desc > :first-child { margin-top: 0; }
.consultant-desc > :last-child { margin-bottom: 0; }

.team-card.is-hidden { display: none !important; }

.team-pager { display: none; justify-content: center; align-items: center; gap: 12px; margin-top: 48px; }
.team-pager.is-visible { display: flex; }
.team-pager .pager-dot { background-color: rgba(255, 255, 255, 0.2); }
.team-pager .pager-dot:hover { background-color: rgba(255, 255, 255, 0.35); }
.team-pager .pager-dot.active { background-color: #ffffff; }

.partners-section { padding: 120px 20px; position: relative; overflow: hidden; background-color: #ffffff; }
.partners-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.bg-shape { position: absolute; left: 0; width: 100%; }
.bg-shape1 { top: 12px; } .bg-shape2 { top: 8px; opacity: 0.2; } .bg-shape3 { top: 11px; opacity: 0.2; }
.logo-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px 60px; padding: 80px 40px; }
.logo-wall img { opacity: 0.7; height: 68px; max-width: 180px; object-fit: contain; }

.testimonials-section { padding: 120px 20px; background-color: #ffffff; }
.testimonials-slider { display: flex; gap: 30px; overflow-x: auto; padding: 0 20px 20px; -ms-overflow-style: none; scrollbar-width: none; }

@media (min-width: 1440px) {
    .testimonials-slider { padding-left: calc((100vw - 1400px) / 2); }
}
@media (min-width: 768px) and (max-width: 1439px) {
    .testimonials-slider { padding-left: calc((100vw - 94%) / 2); }
}
.testimonials-slider::-webkit-scrollbar { display: none; }
.testimonial-card { flex: 0 0 471px; background-color: #f9faff; border-radius: 20px; padding: 40px; opacity: 0.95; }
.testimonial-header { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.testimonial-header img { width: 60px; height: 60px; border-radius: 50%; }
.testimonial-header .student-name { font-size: 20px; font-weight: 600; color: #1d1e25; margin: 0; }
.testimonial-header .student-major { font-size: 14px; color: #808d9e; margin: 4px 0 0; }
.testimonial-text { font-size: 16px; line-height: 1.8; color: #1d1e25; margin: 0 0 24px; }
.stars { color: #ffd88d; font-size: 20px; }

.slider-controls { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 40px; }
.slider-controls .pager-dot { width: 72px; height: 6px; border-radius: 3px; background-color: #f2f4fc; }
.slider-controls .pager-dot:hover { background-color: #e0e6fc; }
.slider-controls .pager-dot.active { background-color: #2a85ff; }

.cta-section { padding: 88px 20px; background-color: var(--color-background-light); }
.cta-content { max-width: 1140px; margin: 0 auto; background-color: #2b4ae0; border-radius: 24px; padding: 100px 60px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-content h2 { margin: 0 0 16px; }
.cta-content p { font-size: 18px; opacity: 0.8; margin: 0 0 30px; }

.cta-decoration { position: absolute; pointer-events: none; }
.cta-deco-1 { top: -20px; left: -20px; width: 139px; height: 139px; opacity: 0.3; background-image: url("../images/group.svg"); background-size: 100% 100%; }
.cta-deco-2 { bottom: -10px; right: -10px; width: 144px; height: 140px; }
.cta-deco-3 { bottom: -10px; left: -10px; width: 149px; height: 91px; }
.cta-deco-4 { top: -10px; right: -10px; width: 149px; height: 91px; }
.btn-cta-alt { background-color: #f67761; color: white; padding: 14px 18px; border-radius: 10px; font-size: 16px; }
.deco-shape-4, .deco-shape-5, .deco-shape-6, .deco-shape-7 { position: absolute; opacity: 0.3; }

.contact-section { padding: 120px 20px; background-color: #ffffff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 80px; }
.contact-info hr { border: none; border-top: 1px solid #dbdbdb; margin: 24px 0; }
.info-item { display: flex; gap: 24px; align-items: flex-start; }
.info-item img { width: 48px; height: 48px; }
.wechat-icon-merged { position: relative; width: 48px; height: 48px; flex-shrink: 0; }
.info-item h4 { font-size: 20px; margin: 0 0 16px; }
.info-item p { font-size: 16px; color: #939393; margin: 4px 0 0; }
.contact-form { display: flex; flex-direction: column; gap: 24px; }
.form-row { display: flex; gap: 38px; }
.form-group { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.form-group label { font-size: 20px; font-weight: 600; }
.form-group input, .form-group textarea, .form-group select { background-color: #f6f6f6; border: 1px solid #ebebeb; border-radius: 12px; padding: 20px 24px; font-size: 16px; font-family: 'Inter', sans-serif; }
.form-group select { appearance: none; -webkit-appearance: none; color: #232323; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23939393' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 24px center; padding-right: 56px; }
.form-group select.is-placeholder { color: #939393; }
.form-group textarea { height: 148px; resize: vertical; }
.btn-submit { background: linear-gradient(to right, #232323, #000000); color: white; border: 1px solid #e6e6e6; border-radius: 12px; padding: 20px; font-size: 20px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
@media (max-width: 992px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .form-row { flex-direction: column; gap: 24px; } }
