/* ===================================================
   Taian Bridge - Page Templates Stylesheet
   =================================================== */

/* --- Hero Section (shared) --- */
.pg-hero {
    position: relative;
    height: 950px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 11, 131, 0.45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.pg-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.pg-hero-title {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fafafa;
    line-height: 1.3em;
    margin: 0 0 20px;
}
.pg-hero-subtitle {
    font-size: 25px;
    font-weight: 400;
    color: #fafafa;
    line-height: 1.4em;
    margin: 0;
}

/* --- Page common --- */
.pg {
    background: #fff;
}
.pg-section {
    padding: 100px 0;
}
.pg-section-gray {
    background: #f5f7fa;
}
.pg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-title-center {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    line-height: 1.4em;
}

/* --- Text helpers --- */
.text-blue {
    color: #0047ab;
    font-weight: 700;
}

/* ===================================================
   1. Company Info
   =================================================== */
.company-intro {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.company-intro-text {
    font-size: 18px;
    line-height: 1.8em;
    color: #333;
    margin-bottom: 30px;
}
.company-criteria-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.company-criteria-title strong {
    font-weight: 700;
    color: #0047ab;
}
.criteria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1900px;
    margin: 0 auto;
}
.criteria-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    min-height: 247px;
    width: 100%;
    max-width: 432px;
}
.criteria-badge {
    display: inline-block;
    background: #438caf;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    min-width: 41px;
    text-align: center;
}
.criteria-card-title {
    font-size: 27px;
    font-weight: 700;
    color: #438caf;
    margin: 0 0 12px;
    line-height: 1.3em;
}
.criteria-card-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555;
    margin: 0;
}
.company-bottom {
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-bottom-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 11, 131, 0.6);
}
.company-bottom-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
}
.company-bottom-logo {
    width: 160px;
    margin-bottom: 30px;
}
.company-bottom-divider {
    width: 60px;
    height: 3px;
    background: #e63946;
    margin: 0 auto 30px;
}
.company-bottom-text {
    font-size: 28px;
    font-weight: 700;
    color: #fafafa;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.company-bottom-text-sub {
    font-size: 18px;
    color: rgba(250,250,250,0.8);
    line-height: 1.6em;
}

/* ===================================================
   2. Recruit
   =================================================== */
.recruit-position {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 100px;
}
.recruit-position:last-child {
    margin-bottom: 0;
}
.recruit-reverse {
    flex-direction: row-reverse;
}
.recruit-img-wrap {
    flex-shrink: 0;
    width: 485px;
}
.recruit-img-wrap img {
    width: 100%;
    border-radius: 30px;
    display: block;
    object-fit: cover;
}
.recruit-info {
    flex: 1;
}
.recruit-icon-wrap {
    margin-bottom: 16px;
}
.recruit-icon {
    width: 48px;
    height: 48px;
}
.recruit-position-title {
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 1.3em;
}
.color-navy { color: #0047ab; }
.color-teal { color: #438caf; }
.recruit-desc {
    font-size: 18px;
    line-height: 1.7em;
    color: #444;
    margin-bottom: 30px;
}
.recruit-details {
    display: flex;
    gap: 40px;
}
.recruit-detail-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.4em;
}
.recruit-detail-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recruit-detail-col li {
    font-size: 15px;
    line-height: 1.8em;
    color: #555;
    padding-left: 16px;
    position: relative;
}
.recruit-detail-col li::before {
    content: "\00B7";
    position: absolute;
    left: 0;
    color: #0047ab;
    font-weight: 700;
}
.recruit-table-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3em;
}
.recruit-table-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 1526px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 3px solid #000b83;
}
.recruit-table {
    width: 100%;
    border-collapse: collapse;
}
.recruit-table thead th {
    background: #fafafa;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.recruit-table tbody td {
    font-size: 15px;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}
.status-badge {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.badge-green { background: #e6f9ee; color: #0a8f3c; }
.badge-blue { background: #e8f0fe; color: #0047ab; }
.badge-gray { background: #f0f0f0; color: #888; }

/* ===================================================
   3 & 5. Apply Forms
   =================================================== */
.apply-form-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
    padding: 60px 80px;
}
.apply-form-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.apply-form-desc {
    font-size: 16px;
    color: #777;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.5em;
}
.apply-form .form-group {
    margin-bottom: 24px;
}
.apply-form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.apply-form input,
.apply-form select,
.apply-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    font-family: "Pretendard JP Variable", "Pretendard JP", sans-serif;
    background: #fafafa;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
    outline: none;
    border-color: #0047ab;
    background: #fff;
}
.apply-form .form-row {
    display: flex;
    gap: 20px;
}
.apply-form .form-row .form-group {
    flex: 1;
}
.btn-submit-red {
    display: block;
    width: 258px;
    height: 75px;
    margin: 30px auto 0;
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    font-family: "Pretendard JP Variable", "Pretendard JP", sans-serif;
}
.btn-submit-red:hover {
    background: #c5303c;
}

/* Steps Vertical */
.steps-vertical {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.step-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
}
.step-item:last-child {
    margin-bottom: 0;
}
.step-circle {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #438caf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.step-circle img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}
.step-line {
    position: absolute;
    left: 35px;
    top: 70px;
    width: 2px;
    height: calc(100% + 50px - 70px);
    background: #438caf;
    opacity: 0.3;
}
.step-item:last-child .step-line {
    display: none;
}
.step-text {
    padding-top: 12px;
}
.step-title {
    font-size: 35px;
    font-weight: 700;
    color: #438caf;
    margin: 0 0 10px;
    line-height: 1.3em;
}
.step-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    margin: 0;
}

/* Notice Card */
.notice-card {
    max-width: 967px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 40px 50px;
}
.notice-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #e63946;
    margin: 0 0 20px;
    line-height: 1.3em;
}
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notice-list li {
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    padding: 8px 0 8px 24px;
    position: relative;
}
.notice-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e63946;
}

/* ===================================================
   4 & 6. Product Pages
   =================================================== */
.product-intro {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}
.product-intro-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.4em;
}
.product-intro-text {
    font-size: 18px;
    line-height: 1.8em;
    color: #555;
}
.product-glass-card {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 71, 171, 0.05);
    border: 1px solid rgba(0, 71, 171, 0.15);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
}
.product-glass-card p {
    font-size: 17px;
    line-height: 1.8em;
    color: #333;
    margin: 0;
    text-align: center;
}
.feature-cards-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1055px;
    margin: 0 auto;
}
.feature-card-wide {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 30px 40px;
    min-height: 171px;
}
.feature-card-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-card-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.feature-card-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.4em;
}
.feature-card-body p {
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    margin: 0;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: #333;
    line-height: 1.5em;
}
.benefit-check {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* Timeline Horizontal */
.timeline-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}
.timeline-step {
    text-align: center;
    flex-shrink: 0;
}
.timeline-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000b83;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    line-height: 1em;
}
.timeline-step p {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.4em;
}
.timeline-line {
    width: 80px;
    height: 2px;
    background: #000b83;
    opacity: 0.3;
    margin-bottom: 28px;
}

/* ===================================================
   7. Reviews
   =================================================== */
.review-coupon-banner {
    display: flex;
    align-items: center;
    gap: 40px;
    background: linear-gradient(135deg, #000b83, #0047ab);
    border-radius: 20px;
    padding: 40px 60px;
    margin-bottom: 40px;
    color: #fff;
}
.coupon-img {
    width: 200px;
    height: auto;
}
.coupon-title {
    font-size: 20px;
    margin: 0 0 8px;
    line-height: 1.4em;
}
.coupon-amount {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.3em;
}
.coupon-unit {
    font-size: 24px;
    font-weight: 400;
}
.coupon-badge {
    display: inline-block;
    background: #e63946;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 20px;
}
.review-contact-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}
.btn-contact-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    background: #e63946;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-contact-chat:hover { background: #c5303c; }
.btn-contact-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    background: transparent;
    color: #e63946;
    border: 2px solid #e63946;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-contact-phone:hover { background: #e63946; color: #fff; }

.review-incentive {
    text-align: center;
    margin-bottom: 60px;
}
.review-incentive h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.review-incentive p {
    font-size: 18px;
    color: #555;
    line-height: 1.5em;
}

.review-featured {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}
.review-featured-card {
    flex: 1;
    max-width: 723px;
    min-height: 344px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
}
.review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.review-type-badge {
    display: inline-block;
    background: #0047ab;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
}
.review-type-badge.badge-binary {
    background: #438caf;
}
.review-stars {
    color: #ffc107;
    font-size: 20px;
    letter-spacing: 2px;
}
.review-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.4em;
}
.review-card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7em;
    flex: 1;
}
.review-card-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.review-list-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    gap: 20px;
}
.review-list-content {
    flex: 1;
}
.review-list-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 8px 0 6px;
    line-height: 1.4em;
}
.review-list-content p {
    font-size: 15px;
    color: #888;
    margin: 0 0 8px;
    line-height: 1.5em;
}
.review-tags {
    display: flex;
    gap: 8px;
}
.review-tags span {
    font-size: 13px;
    color: #0047ab;
}
.review-list-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 14px;
    color: #999;
    flex-shrink: 0;
}
.review-expand-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 8px;
    flex-shrink: 0;
}

/* ===================================================
   8. Partnership
   =================================================== */
.partnership-welcome {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.partnership-logo {
    width: 160px;
    margin-bottom: 30px;
}
.partnership-welcome-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.4em;
}
.partnership-welcome-text {
    font-size: 18px;
    line-height: 1.8em;
    color: #444;
    margin-bottom: 20px;
}
.partnership-welcome-text-en {
    font-size: 16px;
    line-height: 1.7em;
    color: #888;
    font-style: italic;
}
.file-upload-area {
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #fafafa;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s;
}
.file-upload-area:hover {
    border-color: #0047ab;
}
.file-upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    border: none;
    padding: 0;
}
.file-upload-label {
    font-size: 15px;
    color: #888;
    display: block;
    pointer-events: none;
}

/* ===================================================
   9. Global Market
   =================================================== */
.coming-soon-section {
    min-height: 400px;
}
.coming-soon-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coming-soon-icon {
    width: 200px;
    height: auto;
    margin-bottom: 40px;
}
.coming-soon-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3em;
}
.coming-soon-text {
    font-size: 20px;
    color: #888;
    margin: 0 0 40px;
    line-height: 1.5em;
}
.btn-back-main {
    display: inline-block;
    padding: 16px 40px;
    width: 216px;
    background: #e63946;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
    box-sizing: border-box;
}
.btn-back-main:hover { background: #c5303c; }

/* ===================================================
   10. Customer Service
   =================================================== */
.cs-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #e5e5e5;
}
.cs-tab {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #888;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
}
.cs-tab:hover {
    color: #333;
}
.cs-tab-active {
    color: #fff;
    background: #000b83;
    border-radius: 8px 8px 0 0;
    border-bottom-color: #000b83;
}
.cs-contact-cards {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.cs-contact-card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 35px 40px;
    text-align: center;
}
.cs-contact-icon {
    margin-bottom: 16px;
}
.cs-contact-icon img {
    width: 48px;
    height: 48px;
}
.cs-contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.cs-contact-card p {
    font-size: 18px;
    color: #333;
    margin: 0 0 6px;
    line-height: 1.5em;
}
.cs-contact-hours {
    font-size: 14px !important;
    color: #999 !important;
}
.cs-notice-list {
    margin-top: 20px;
}
.cs-notice-table {
    width: 100%;
    border-collapse: collapse;
}
.cs-notice-table td {
    padding: 18px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}
.notice-badge {
    display: inline-block;
    background: #00064b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
}
.notice-title {
    color: #333;
    font-weight: 500;
}
.notice-date {
    color: #999;
    text-align: right;
    white-space: nowrap;
}
.cs-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}
.pagination-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s;
}
.pagination-btn:hover,
.pagination-btn.active {
    background: #000b83;
    color: #fff;
    border-color: #000b83;
}

/* ===================================================
   11 & 12. FAQ
   =================================================== */
.faq-categories {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}
.faq-cat {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    padding-bottom: 4px;
    transition: color 0.2s;
}
.faq-cat:hover {
    color: #000b83;
}
.faq-cat-active {
    color: #000b83;
    font-weight: 700;
    border-bottom: 2px solid #000b83;
}
.faq-search {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}
.faq-search-input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    font-family: "Pretendard JP Variable", "Pretendard JP", sans-serif;
    background: #fafafa;
}
.faq-search-input:focus {
    outline: none;
    border-color: #0047ab;
    background: #fff;
}
.faq-search-btn {
    padding: 14px 30px;
    background: #000b83;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Pretendard JP Variable", "Pretendard JP", sans-serif;
    transition: background 0.2s;
}
.faq-search-btn:hover {
    background: #000960;
}
.faq-list {
    display: flex;
    flex-direction: column;
}
.faq-item {
    border-bottom: 1px solid #eee;
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 0;
    cursor: pointer;
}
.faq-category-label {
    display: inline-block;
    font-size: 18px;
    color: #000b83;
    font-weight: 600;
    min-width: 80px;
    flex-shrink: 0;
}
.faq-question h4 {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4em;
}
.faq-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-answer {
    display: none;
    padding: 0 0 24px 96px;
}
.faq-item-open .faq-answer {
    display: block;
}
.faq-answer p {
    font-size: 16px;
    line-height: 1.7em;
    color: #555;
    margin: 0 0 12px;
}
.faq-answer ul {
    padding-left: 20px;
    margin: 0 0 12px;
}
.faq-answer li {
    font-size: 16px;
    line-height: 1.8em;
    color: #555;
}

/* ===================================================
   Responsive
   =================================================== */
@media (max-width: 1024px) {
    .pg-hero { height: 600px; }
    .pg-hero-title { font-size: 36px; }
    .pg-hero-subtitle { font-size: 20px; }
    .criteria-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .recruit-position { flex-direction: column; gap: 30px; }
    .recruit-reverse { flex-direction: column; }
    .recruit-img-wrap { width: 100%; }
    .review-featured { flex-direction: column; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .apply-form-card { padding: 40px 30px; }
    .timeline-horizontal { flex-wrap: wrap; gap: 16px; }
    .timeline-line { width: 40px; }
}
@media (max-width: 768px) {
    .pg-hero { height: 450px; }
    .pg-hero-title { font-size: 28px; }
    .pg-hero-subtitle { font-size: 18px; }
    .pg-section { padding: 60px 0; }
    .criteria-grid { grid-template-columns: 1fr; }
    .recruit-details { flex-direction: column; gap: 20px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .review-coupon-banner { flex-direction: column; text-align: center; padding: 30px; }
    .review-contact-btns { flex-direction: column; align-items: center; }
    .cs-contact-cards { flex-direction: column; }
    .apply-form .form-row { flex-direction: column; gap: 0; }
    .faq-search { flex-direction: column; }
    .coupon-amount { font-size: 32px; }
    .timeline-horizontal { flex-direction: column; align-items: center; }
    .timeline-line { width: 2px; height: 30px; }
}
