/* =============================================
   FINE STAFF — 外国人転職相談サイト
   ============================================= */

/* =============================================
   MOBILE HAMBURGER TOGGLE (JS-free via checkbox)
   ============================================= */
.nav-toggle { display: none; }
.nav-toggle-label { display: none; }

/* --- Fonts (Google Fonts via HTML) --- */

/* --- Variables --- */
:root {
    --blue:        #1AADE4;
    --blue-dark:   #0074B8;
    --blue-deeper: #005A96;
    --blue-grad:   linear-gradient(135deg, #1AADE4 0%, #0074B8 100%);
    --blue-light:  #E6F4FB;
    --orange:      #F08200;
    --green:       #38B449;
    --gray-bg:     #F4F7FA;
    --gray-line:   #DDE6EE;
    --text:        #2C3E50;
    --text-sub:    #5A6A78;
    --white:       #ffffff;
    --radius:      8px;
    --shadow:      0 4px 16px rgba(0,100,180,0.10);
    --container:   1100px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans Bengali', 'Noto Sans Myanmar', 'Noto Sans Devanagari', 'Noto Sans', 'Hiragino Sans', 'Yu Gothic Medium', sans-serif;
    font-weight: 400;
    color: var(--text);
    line-height: 1.7;
    font-size: 15px;
    background: #fff;
}
a { text-decoration: none; color: inherit; transition: opacity .2s; }
a:hover { opacity: .8; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* --- Container --- */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Sections --- */
.section { padding: 80px 0; }

/* --- Common Headings --- */
.sec-heading {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.35;
}
.sec-heading.white { color: #fff; }
.sec-heading.left  { text-align: left; }

.sec-sub {
    text-align: center;
    font-size: 13px;
    color: var(--text-sub);
    letter-spacing: .08em;
    margin-bottom: 48px;
}
.sec-sub.white { color: rgba(255,255,255,.75); }
.sec-sub.left  { text-align: left; }

/* =============================================
   LANGUAGE DROPDOWN
   ============================================= */
.lang-dropdown {
    position: relative;
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 1.5px solid var(--gray-line);
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-sub);
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    transition: border-color .2s, color .2s;
}
.lang-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}
.lang-arrow { transition: transform .2s; }
.lang-dropdown:hover .lang-arrow,
.lang-dropdown:focus-within .lang-arrow { transform: rotate(180deg); }

.lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border: 1px solid var(--gray-line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    min-width: 160px;
    padding: 6px 0;
    z-index: 500;
    list-style: none;
}
.lang-dropdown:hover .lang-menu,
.lang-dropdown:focus-within .lang-menu { display: block; }
.lang-menu li a {
    display: block;
    padding: 9px 18px;
    font-size: 13.5px;
    color: var(--text);
    transition: background .15s;
}
.lang-menu li a:hover {
    background: var(--blue-light);
    color: var(--blue-dark);
    opacity: 1;
}

/* =============================================
   HEADER
   ============================================= */
.header {
    background: #fff;
    border-bottom: 1px solid var(--gray-line);
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.header-inner {
    display: flex;
    align-items: center;
    height: 68px;
    gap: 32px;
}
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.logo-img {
    height: 36px;
    width: auto;
    display: block;
}

.gnav {
    display: flex;
    gap: 28px;
    margin-left: auto;
}
.gnav a {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-sub);
    white-space: nowrap;
}
.gnav a:hover { color: var(--blue); opacity: 1; }
.gnav-langs { display: none; }

.header-cta {
    background: var(--orange);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 4px;
    white-space: nowrap;
}

/* =============================================
   HERO
   ============================================= */
.hero {
    background: var(--blue-grad);
    position: relative;
    overflow: hidden;
}
.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
.hero-content { flex: 1; }
.hero-eyebrow {
    display: inline-block;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: .06em;
}
.hero-title {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
    padding-top: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.hero-subtitle-en {
    font-size: 15px;
    color: rgba(255,255,255,.8);
    letter-spacing: .06em;
    margin-bottom: 18px;
}
.hero-desc {
    font-size: 14.5px;
    color: rgba(255,255,255,.9);
    line-height: 1.85;
    margin-bottom: 32px;
}
.btn-hero {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 6px;
    letter-spacing: .06em;
    box-shadow: 0 4px 16px rgba(56,180,73,.35);
}
.btn-hero:hover { opacity: .9; transform: translateY(-1px); }

.btn-flow-apply {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    padding: 18px 56px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(240,130,0,.35);
    transition: opacity .2s, transform .2s;
}
.btn-flow-apply:hover { opacity: .88; transform: translateY(-2px); }

.hero-side { flex: 0 0 300px; }
.hero-side-card {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 12px;
    padding: 28px 24px;
    color: #fff;
    backdrop-filter: blur(6px);
}
.hero-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}
.hero-card-sub {
    font-size: 13px;
    color: rgba(255,255,255,.8);
    margin-bottom: 16px;
}
.hero-card-list {
    font-size: 13.5px;
    color: rgba(255,255,255,.9);
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}
.btn-card {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
}

.hero-wave {
    position: relative;
    z-index: 1;
    line-height: 0;
    margin-top: -2px;
}
.hero-wave svg { width: 100%; height: 50px; display: block; }

/* =============================================
   INTRO SECTION
   ============================================= */
.section-intro {
    background: #fff;
    padding: 60px 0;
}
.sec-title-bar {
    font-size: 22px;
    font-weight: 700;
    color: var(--blue-dark);
    border-left: 5px solid var(--blue);
    padding-left: 14px;
    margin-bottom: 22px;
}
.intro-body p {
    color: var(--text-sub);
    line-height: 1.9;
    margin-bottom: 22px;
}
.keyword-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ktag {
    background: var(--blue-light);
    color: var(--blue-dark);
    font-size: 12.5px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #b8d9f0;
}

/* =============================================
   CONCERNS
   ============================================= */
.section-concerns {
    background: var(--blue-grad);
    padding: 80px 0;
}
.concerns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.concern-card {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    padding: 28px 18px 22px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    transition: background .2s, transform .2s;
    cursor: default;
}
.concern-card:hover {
    background: rgba(255,255,255,.22);
    transform: translateY(-3px);
}
.concern-icon-wrap {
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    color: rgba(255,255,255,.9);
}
.concern-icon-wrap svg { width: 100%; height: 100%; }

/* =============================================
   WORRY BANNER
   ============================================= */
.worry-banner {
    background: #f0f2f4;
    padding: 24px 0;
}
.worry-banner img {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

/* =============================================
   REASONS
   ============================================= */
.section-reasons { background: #fff; }
.reasons-layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}
.reasons-text { flex: 1; }
.reason-list {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.reason-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.reason-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 52px;
}
.reason-num {
    width: 52px;
    height: 52px;
    background: var(--blue-grad);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(26,173,228,.3);
}
.reason-line {
    width: 2px;
    flex: 1;
    background: var(--gray-line);
    margin: 6px 0;
    min-height: 28px;
}
.reason-body {
    padding-bottom: 28px;
    flex: 1;
}
.reason-item.last .reason-body { padding-bottom: 0; }
.reason-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 5px;
    margin-top: 12px;
}
.reason-body p {
    font-size: 17.5px;
    color: var(--text-sub);
    line-height: 1.75;
}
.reasons-illust {
    flex: 0 0 290px;
    width: 180px;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.reasons-illust img { width: 100%; height: auto; }

/* =============================================
   JOBS
   ============================================= */
.section-jobs { background: var(--gray-bg); }
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.job-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 10px 16px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform .2s, box-shadow .2s;
    cursor: default;
}
.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,100,180,.14);
}
.job-icon {
    width: 144px;
    height: 144px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.job-card span {
    font-size: 22.5px;
    font-weight: 600;
    color: var(--text);
}

/* =============================================
   VISA
   ============================================= */
.section-visa { background: #fff; }
.visa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 720px;
    margin: 0 auto;
}
.visa-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border: 1.5px solid var(--gray-line);
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 500;
    background: #fafcfe;
}
.visa-check {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

/* =============================================
   FLOW
   ============================================= */
.section-flow { background: var(--blue-grad); }
.flow-list {
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.flow-step {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}
.flow-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 52px;
}
.flow-num {
    width: 52px;
    height: 52px;
    background: #fff;
    color: var(--blue);
    font-size: 19px;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
}
.flow-connector {
    width: 2px;
    background: rgba(255,255,255,.35);
    flex: 1;
    margin: 6px 0;
    min-height: 32px;
}
.flow-box {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    padding: 18px 22px 20px;
    flex: 1;
    margin-bottom: 28px;
}
.flow-step:last-child .flow-box { margin-bottom: 0; }
.flow-box h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.flow-box p {
    font-size: 13.5px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 8px;
}
.flow-label {
    font-size: 11px;
    color: rgba(255,255,255,.55);
    letter-spacing: .1em;
    font-weight: 500;
}

/* =============================================
   CONSULTATION
   ============================================= */
.section-consult { background: var(--blue-grad); padding: 80px 0; }
.consult-layout {
    display: flex;
    align-items: center;
    gap: 24px;
}
.consult-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.consult-center {
    flex: 0 0 290px;
    width: 160px;
    padding: 0;
}
.consult-center img { width: 100%; height: auto; }

.speech-bubble {
    background: #fff;
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,.10);
    position: relative;
    line-height: 1.45;
}
.left-bubble { border-bottom-right-radius: 4px; }
.right-bubble { border-bottom-left-radius: 4px; text-align: right; }


/* =============================================
   MESSAGE
   ============================================= */
.section-message { background: #fff; text-align: center; }
.message-body {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.message-body p {
    font-size: 15px;
    color: var(--text-sub);
    line-height: 1.95;
}

/* =============================================
   CONTACT
   ============================================= */
.section-contact { background: var(--gray-bg); }
.contact-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}
.contact-btn-link {
    display: block;
    max-width: 520px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.contact-btn-link:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(240,130,0,.25);
}
.contact-btn-link img { width: 100%; height: auto; }

.phone-block {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    box-shadow: var(--shadow);
}
.phone-label {
    font-size: 13px;
    color: var(--text-sub);
    margin-bottom: 8px;
}
.phone-num {
    font-size: 36px;
    font-weight: 900;
    color: var(--blue-dark);
    letter-spacing: .06em;
    margin-bottom: 6px;
}
.phone-hours {
    font-size: 12.5px;
    color: var(--text-sub);
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
    background: var(--blue-deeper);
    padding: 48px 0 24px;
    color: #fff;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer-logo {
    display: flex;
    align-items: center;
}
.footer-logo-img {
    height: 32px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}
.footer-nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.footer-nav a {
    font-size: 13px;
    color: rgba(255,255,255,.75);
}
.footer-nav a:hover { color: #fff; }
.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,.4);
}

/* =============================================
   FORM PAGE
   ============================================= */
.form-banner {
    background: linear-gradient(135deg, #1AADE4, #0074B8);
    padding: 64px 0 0;
    position: relative;
    text-align: center;
}
.form-banner-sub {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .12em;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.form-banner-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
}
.form-banner-wave {
    line-height: 0;
}
.form-banner-wave svg { width: 100%; height: 50px; display: block; }

.form-section {
    background: #f5f7fa;
    padding: 60px 0 80px;
}
.form-card {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,.08);
    padding: 48px 52px;
}
.form-intro {
    font-size: 14px;
    color: var(--text-sub);
    line-height: 1.8;
    margin-bottom: 36px;
    text-align: center;
}
.form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-required {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: var(--orange);
    border-radius: 4px;
    padding: 2px 7px;
    line-height: 1.5;
}
.form-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1.5px solid #dde3ea;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: var(--text);
    background: #fafbfc;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
.form-input:focus {
    outline: none;
    border-color: var(--blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(26,173,228,.15);
}
.form-input::placeholder { color: #b0b8c4; }
.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}
.form-submit-wrap {
    margin-top: 36px;
    text-align: center;
}
.form-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1AADE4, #0074B8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 50px;
    padding: 16px 48px;
    cursor: pointer;
    transition: opacity .2s, transform .2s;
    box-shadow: 0 6px 20px rgba(0,116,184,.35);
}
.form-submit-btn:hover { opacity: .88; transform: translateY(-2px); }
.form-submit-btn:active { transform: translateY(0); }
.form-privacy {
    margin-top: 16px;
    font-size: 12px;
    color: var(--text-sub);
}
.form-privacy a { color: var(--blue); text-decoration: underline; }

/* =============================================
   RESPONSIVE — TABLET (≤ 900px)
   ============================================= */
@media (max-width: 900px) {

    /* Lang dropdown on tablet */
    .lang-btn span { display: none; }

    /* Header */
    .gnav { gap: 16px; }
    .gnav a { font-size: 12.5px; }

    /* Hero */
    .hero-inner {
        flex-direction: column;
        padding-top: 48px;
        padding-bottom: 0;
        gap: 28px;
    }
    .hero-title { font-size: 38px; }
    .hero-side { width: 100%; }
    .hero-side-card { border-radius: 0; }

    /* Reasons */
    .reasons-layout { flex-direction: column; }
    .reasons-illust {
        position: static;
        max-width: 320px;
        margin: 0 auto;
        flex: 0 0 100px;
    }

    /* Jobs */
    .jobs-grid { grid-template-columns: repeat(4, 1fr); }

    /* Consult */
    .consult-layout { flex-direction: column; align-items: stretch; gap: 32px; }
    .consult-col { flex-direction: row; flex-wrap: wrap; }
    .speech-bubble { flex: 1 1 45%; }
    .right-bubble { text-align: left; }
    .consult-center {
         max-width: 240px; margin: 0 auto;
         flex: 0 0 100px; }

    /* Footer */
    .footer-top { flex-direction: column; align-items: flex-start; }
}

/* =============================================
   RESPONSIVE — MOBILE (≤ 640px)
   ============================================= */
@media (max-width: 640px) {

    /* Base */
    .section { padding: 52px 0; }
    .container { padding: 0 16px; }
    .logo-img { height: 24px; }

    /* Sidebar language flags */
    .gnav-langs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 12px 20px 16px;
        border-top: 1px solid var(--gray-line);
    }
    .gnav-flag {
        display: inline-flex !important;
        border-bottom: none !important;
        padding: 3px !important;
        font-size: 76px;
        line-height: 1;
        border-radius: 6px;
        border: 2px solid transparent;
        transition: border-color .2s, background .2s;
    }
    .gnav-flag.active {
        border-color: var(--blue);
        background: rgba(26,173,228,.12);
    }

    /* Header — hamburger */
    .header-inner { position: relative; justify-content: space-between; gap: 0; }
    .lang-dropdown { margin: 0 auto; }
    .gnav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--gray-line);
        box-shadow: 0 8px 24px rgba(0,0,0,.10);
        padding: 12px 0;
        gap: 0;
        z-index: 300;
    }
    .gnav a {
        display: block;
        padding: 14px 20px;
        font-size: 14px;
        border-bottom: 1px solid var(--gray-line);
    }
    .gnav a:last-child { border-bottom: none; }

    /* Checkbox hack for hamburger */
    .nav-toggle { display: none; }
    .nav-toggle:checked + .header .gnav { display: flex; }
    .nav-toggle-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        margin-left: auto;
    }
    .nav-toggle-label span {
        display: block;
        height: 2.5px;
        background: var(--text);
        border-radius: 2px;
        transition: all .25s;
    }
    .header-cta { display: none; }

    /* Headings */
    .sec-heading { font-size: 22px; }
    .sec-sub { font-size: 12px; margin-bottom: 28px; }
    .sec-title-bar { font-size: 18px; }

    /* Hero */
    .hero-title { font-size: 30px; }
    .hero-subtitle-en { font-size: 13px; }
    .hero-desc { font-size: 13.5px; }
    .btn-hero { font-size: 14px; padding: 13px 24px; width: 100%; text-align: center; }
    .hero-side { width: 100%; }
    .hero-side-card { border-radius: 0; padding: 20px 16px; }
    .hero-wave svg { height: 32px; }

    /* Intro */
    .intro-body p { font-size: 13.5px; }
    .keyword-tags { gap: 8px; }
    .ktag { font-size: 12px; padding: 5px 12px; }

    /* Concerns */
    .concerns-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .concern-card { padding: 20px 12px 16px; font-size: 13.5px; }
    .concern-icon-wrap { width: 38px; height: 38px; }

    /* Worry banner */
    .worry-banner { padding: 16px 0; }

    /* Reasons */
    .reasons-layout { gap: 32px; }
    .reasons-illust { max-width: 260px; }
    .reason-num { width: 42px; height: 42px; font-size: 15px; }
    .reason-num-col { flex: 0 0 42px; }
    .reason-body h3 { font-size: 18.5px; }
    .reason-body p { font-size: 17px; }

    /* Jobs */
    .jobs-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .job-card { padding: 16px 8px 12px; }
    .job-icon { width: 72px; height: 72px; }
    .job-card span { font-size: 16.5px; }

    /* Visa */
    .visa-grid { grid-template-columns: 1fr; gap: 10px; }
    .visa-item { padding: 12px 16px; font-size: 14px; }

    /* Flow */
    .flow-list { padding: 0 4px; }
    .flow-num { width: 44px; height: 44px; font-size: 16px; }
    .flow-num-wrap { flex: 0 0 44px; }
    .flow-box { padding: 14px 16px 16px; }
    .flow-box h3 { font-size: 15px; }
    .flow-box p { font-size: 13px; }

    /* Consult */
    .consult-layout { gap: 24px; }
    .consult-col { flex-direction: column; }
    .speech-bubble { flex: none; width: 100%; font-size: 13.5px; padding: 12px 16px; }
    .consult-center { max-width: 200px; }

    /* Message */
    .message-body p { font-size: 13.5px; }

    /* Footer */
    .footer { padding: 36px 0 20px; }
    .footer-top { gap: 16px; }
    .footer-logo-img { height: 26px; }
    .footer-nav { gap: 14px; }
    .footer-nav a { font-size: 12px; }

    /* Form page */
    .form-banner-title { font-size: 26px; }
    .form-card { padding: 28px 20px 36px; border-radius: 12px; }
    .form-submit-btn { width: 100%; justify-content: center; font-size: 15px; padding: 15px 24px; }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (≤ 380px)
   ============================================= */
@media (max-width: 380px) {
    .concerns-grid { grid-template-columns: 1fr; }
    .jobs-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-title { font-size: 26px; }
}
