/* Transfer Service Page */
.page--transfer-service {
    background: #fff;
}

/* Hero Section */
.ts-hero {
    padding: 60px 20px 40px;
    background: #fff;
}

.ts-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ts-hero__title {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* About Section */
.ts-about {
    padding: 40px 20px 60px;
    background: #fff;
}

.ts-about__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ts-about__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.ts-about__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.ts-about__content {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}

.ts-about__card {
    background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%);
    border-radius: 16px;
    padding: 32px;
    border-left: 5px solid #eab308;
}

.ts-about__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #854d0e;
    margin: 0 0 16px;
}

.ts-about__card p {
    font-size: 15px;
    line-height: 1.7;
    color: #713f12;
    margin: 0 0 12px;
}

.ts-about__card p:last-child {
    margin-bottom: 0;
}

/* Services Section */
.ts-services {
    padding: 60px 20px;
    background: #fff;
}

.ts-services__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.ts-services__title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 40px;
}

.ts-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.ts-service-card {
    text-align: center;
    padding: 20px;
}

.ts-service-card__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #f59e0b;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 50%;
}

.ts-service-card__text {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.ts-services__cta {
    display: block;
    width: 100%;
    padding: 20px;
    background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%);
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #b45309;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ts-services__cta:hover {
    background: linear-gradient(135deg, #fef08a 0%, #fde047 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(234, 179, 8, 0.3);
}

/* Content Section */
.ts-content {
    padding: 60px 20px 80px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.ts-content__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.ts-content__lead {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 50px;
}

.ts-article {
    margin-bottom: 50px;
}

.ts-article:last-child {
    margin-bottom: 0;
}

.ts-article h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0891b2;
    margin: 0 0 20px;
    line-height: 1.3;
}

.ts-article p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 16px;
}

.ts-article p:last-child {
    margin-bottom: 0;
}

.ts-article__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ts-article__list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 16px;
}

.ts-article__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #e91b5b;
    border-radius: 50%;
}

.ts-article__list li:last-child {
    margin-bottom: 0;
}

/* Contact Article */
.ts-article--contact h2 {
    color: #0891b2;
}

.ts-contact-info {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    border-left: 4px solid #e91b5b;
}

.ts-contact-info p {
    margin: 0 0 8px;
    font-size: 15px;
}

.ts-contact-info p:last-child {
    margin-bottom: 0;
}

.ts-contact-info a {
    color: #e91b5b;
    text-decoration: none;
    font-weight: 600;
}

.ts-contact-info a:hover {
    text-decoration: underline;
}

/* Back Section */
.ts-back {
    padding: 0 20px 60px;
    background: #fff;
}

.ts-back__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #e91b5b 0%, #ff1e62 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(233, 27, 91, 0.3);
}

.btn-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 27, 91, 0.4);
}

.btn-back i {
    transition: transform 0.2s ease;
}

.btn-back:hover i {
    transform: translateX(-3px);
}

/* Responsive */
@media (max-width: 1024px) {
    .ts-hero__title {
        font-size: 34px;
    }

    .ts-about__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ts-about__content {
        padding-top: 0;
    }

    .ts-services__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .ts-content__lead {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .ts-hero {
        padding: 40px 20px 30px;
    }

    .ts-hero__title {
        font-size: 28px;
    }

    .ts-about {
        padding: 30px 20px 40px;
    }

    .ts-about__card {
        padding: 24px;
    }

    .ts-about__card-title {
        font-size: 18px;
    }

    .ts-services {
        padding: 40px 20px;
    }

    .ts-services__title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .ts-services__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .ts-service-card__icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .ts-service-card__text {
        font-size: 13px;
    }

    .ts-services__cta {
        font-size: 16px;
        padding: 16px;
    }

    .ts-content {
        padding: 40px 20px 60px;
    }

    .ts-content__lead {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .ts-article {
        margin-bottom: 40px;
    }

    .ts-article h2 {
        font-size: 20px;
    }

    .ts-article p,
    .ts-article__list li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ts-hero__title {
        font-size: 24px;
    }

    .ts-services__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ts-service-card__icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }

    .ts-content__lead {
        font-size: 18px;
    }

    .ts-article h2 {
        font-size: 18px;
    }

    .btn-back {
        width: 100%;
        justify-content: center;
    }
}

