.sg-join-page,
.sg-join-page * {
    box-sizing: border-box;
}

.sg-join-page {
    width: 100%;
    min-width: 1440px;
    padding-top: 100px;
    background: #ffffff;
    color: #1d2233;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
}

.sg-join-page a {
    color: inherit;
    text-decoration: none;
}

.sg-join-page :where(h1, h2, h3, p, ul) {
    margin: 0;
    padding: 0;
}

.sg-join-page ul {
    list-style: none;
}

.sg-join-section {
    width: 100%;
}

.sg-join-container {
    width: 1440px;
    margin: 0 auto;
}

.sg-join-hero {
    padding: 60px 0 80px;
    background-color: #f5f6f7;
    background-image: linear-gradient(180deg, rgba(232, 242, 255, .9) 0%, rgba(245, 246, 247, .96) 100%), url("../../Images/ShowImg/seo-geo/partner/franchise_hero_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.sg-join-hero h1 {
    color: #1d2233;
    font-size: 44px;
    font-weight: 700;
    line-height: 64px;
}

.sg-join-hero-subtitle {
    margin-top: 16px;
    color: #666666;
    font-size: 20px;
    line-height: 32px;
}

.sg-join-hero-copy {
    width: 980px;
    margin: 36px auto 0;
    color: rgba(29, 34, 51, .8);
    font-size: 16px;
    line-height: 28px;
}

.sg-join-hero-phone {
    margin-top: 24px;
    color: #0068eb;
    font-size: 20px;
    line-height: 24px;
}

.sg-join-support {
    padding: 100px 0;
    background: #ffffff;
}

.sg-join-support h2,
.sg-join-faq h2 {
    color: #1d2233;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
}

.sg-join-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 340px);
    gap: 20px;
    margin-top: 60px;
}

.sg-join-support-card {
    display: flex;
    min-height: 244px;
    flex-direction: column;
    gap: 20px;
    padding: 29px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #ffffff;
}

.sg-join-support-card h3 {
    color: #1d2233;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.sg-join-support-card p {
    color: #1d2233;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.sg-join-form-section {
    padding: 60px 0;
    background: #f5f6f7;
}

.sg-join-form-card {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 80px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(29, 34, 51, .04);
}

.sg-join-form-card h2 {
    color: #1d2233;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.sg-join-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.sg-join-form ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9ee;
}

.sg-join-form ul:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.sg-join-form li {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.sg-join-form label {
    width: 120px;
    flex-shrink: 0;
    padding-top: 13px;
    color: #1d2233;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.sg-join-form input[type="text"],
.sg-join-form input[type="email"],
.sg-join-form textarea {
    width: 690px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #ffffff;
    color: #1d2233;
    font-family: inherit;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    transition: border-color .2s ease;
}

.sg-join-form input[type="text"],
.sg-join-form input[type="email"] {
    height: 52px;
    padding: 13px 20px;
}

.sg-join-form textarea {
    min-height: 96px;
    padding: 13px 20px;
    resize: vertical;
}

.sg-join-form input[type="text"]:hover,
.sg-join-form input[type="email"]:hover,
.sg-join-form textarea:hover,
.sg-join-form input[type="text"]:focus,
.sg-join-form input[type="email"]:focus,
.sg-join-form textarea:focus {
    border-color: #0d99ff;
}

.sg-join-form input::-webkit-input-placeholder,
.sg-join-form textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.sg-join-city-field {
    position: relative;
    width: 690px;
}

.sg-join-form .button {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 40px;
}

.sg-join-form .button input {
    display: inline-flex;
    min-width: 188px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 32px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.sg-join-form .button input[type="reset"] {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #1d2233;
}

.sg-join-form .button input[type="reset"]:hover {
    background: #f7f9fc;
}

.sg-join-form .button input[type="submit"] {
    min-width: 200px;
    border: 1px solid #0d99ff;
    background: #0d99ff;
    color: #ffffff;
    font-weight: 500;
}

.sg-join-form .button input[type="submit"]:hover {
    border-color: #007ecc;
    background: #007ecc;
}

.sg-join-form .error-msg {
    color: #ff4d4f !important;
    font-size: 13px !important;
    line-height: 18px;
}

.sg-join-faq {
    padding: 100px 0;
    background: #f5f6f7;
}

.sg-join-faq-container {
    width: 740px;
    margin: 0 auto;
}

.sg-join-faq-list {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.sg-join-faq-item {
    padding: 20px 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

.sg-join-faq-item button {
    display: flex;
    width: 100%;
    min-height: 26px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #1d2233;
    font-family: inherit;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    cursor: default;
}

.sg-join-faq-item button span {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.sg-join-faq-item button span::before,
.sg-join-faq-item button span::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: #1d2233;
    transition: transform .2s ease;
}

.sg-join-faq-item button span::before {
    left: 2px;
    transform: rotate(45deg);
}

.sg-join-faq-item button span::after {
    right: 2px;
    transform: rotate(-45deg);
}

.sg-join-faq-item p {
    display: none;
    margin-top: 30px;
    padding-bottom: 20px;
    color: rgba(29, 34, 51, .7);
    font-size: 18px;
    line-height: 26px;
}

.sg-join-faq-item.is-open p,
.sg-join-faq-item:hover p {
    display: block;
}

.sg-join-faq-list:hover .sg-join-faq-item.is-open:not(:hover) p {
    display: none;
}

.sg-join-faq-item.is-open button span::before,
.sg-join-faq-item:hover button span::before {
    transform: rotate(-45deg);
}

.sg-join-faq-item.is-open button span::after,
.sg-join-faq-item:hover button span::after {
    transform: rotate(45deg);
}

.sg-join-faq-list:hover .sg-join-faq-item.is-open:not(:hover) button span::before {
    transform: rotate(45deg);
}

.sg-join-faq-list:hover .sg-join-faq-item.is-open:not(:hover) button span::after {
    transform: rotate(-45deg);
}

.sg-join-cta {
    padding: 120px 0;
    background: #f3f5f7 url("../../Images/ShowImg/seo-geo/chatbot-bg.png") center / cover no-repeat;
    text-align: center;
}

.sg-join-cta h2 {
    color: #1d2233;
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
}

.sg-join-cta h2 strong {
    color: #0068eb;
    font-weight: 700;
}

.sg-join-cta p {
    margin-top: 40px;
    color: #1d2233;
    font-size: 28px;
    line-height: 34px;
}

.sg-join-cta-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.sg-join-cta-actions a {
    display: inline-flex;
    min-width: 140px;
    height: 56px;
    align-items: center;
    justify-content: center;
    padding: 13px 29px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 29px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.sg-join-cta-primary {
    border: 1px solid #0d99ff;
    background: #0d99ff;
    color: #ffffff !important;
}

.sg-join-cta-primary:hover {
    border-color: #0068eb;
    background: #0068eb;
}

.sg-join-cta-secondary {
    border: 1px solid #0d99ff;
    background: #ffffff;
    color: #0d99ff !important;
}

.sg-join-cta-secondary:hover {
    background: #0d99ff;
    color: #ffffff !important;
}

.city-picker-join-span {
    width: 690px !important;
    height: 52px !important;
    border-color: #d9d9d9 !important;
    border-radius: 8px !important;
    line-height: 50px !important;
}

.city-picker-join-span > .placeholder,
.city-picker-join-span > .titles {
    height: 50px !important;
    padding-left: 20px !important;
    color: #999999 !important;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 50px !important;
}

.city-picker-join-span > .titles {
    color: #1d2233 !important;
}

.city-picker-join-dropdown {
    border-color: #e8e9ee !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(29, 34, 51, .08) !important;
}

@media screen and (max-width: 1600px) {
    .city-picker-join-dropdown {
        left: 21% !important;
    }
}

@media screen and (max-width: 1440px) {
    .sg-join-page {
        min-width: 1366px;
    }

    .sg-join-container {
        width: 1280px;
    }

    .sg-join-support-grid {
        grid-template-columns: repeat(4, 305px);
    }

    .sg-join-support-card {
        padding: 24px;
    }
}
