.corporate-page {
    background:
        radial-gradient(circle at 12% 14%, rgba(60, 160, 193, 0.12), transparent 36%),
        radial-gradient(circle at 88% 8%, rgba(63, 160, 60, 0.12), transparent 34%),
        linear-gradient(180deg, #edf2f8 0%, #f2f6fb 62%, #f7fafe 100%);
    color: var(--text-color);
}

.corporate-page main {
    overflow: clip;
}

.corp-hero {
    padding: 156px 0 32px;
}

.corp-hero-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    align-items: center;
    gap: 1.4rem;
    border-radius: 32px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.94));
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
    padding: clamp(1rem, 2.4vw, 1.55rem);
    overflow: hidden;
}

.corp-hero-panel::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    right: -140px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60, 160, 193, 0.2), transparent 70%);
    pointer-events: none;
}

.corp-hero-panel::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: -140px;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(63, 160, 60, 0.17), transparent 70%);
    pointer-events: none;
}

.corp-hero-copy,
.corp-hero-media {
    position: relative;
    z-index: 1;
}

.corp-hero-copy h1 {
    font-size: clamp(2.25rem, 4.8vw, 4rem);
    line-height: 1.06;
    letter-spacing: -1.1px;
    margin-bottom: 0.82rem;
}

.corp-hero-copy p {
    margin-bottom: 1rem;
    max-width: 60ch;
}

.corp-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.54rem;
    margin-bottom: 1.2rem;
}

.corp-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.85);
    color: rgba(15, 23, 42, 0.74);
    font-size: 0.83rem;
    font-weight: 600;
    padding: 0.42rem 0.76rem;
}

.corp-chip::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--start-color), var(--end-color));
}

.corp-actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.corp-hero-media {
    margin: 0;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
    aspect-ratio: 16 / 10;
    background: #ffffff;
}

.corp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corp-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.58));
}

.corp-hero-media figcaption {
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.85rem;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 600;
}

.corp-section {
    padding: 0.95rem 0 0;
}

.corp-section.compact {
    padding-top: 0.65rem;
}

.corp-section .container > .corp-panel {
    border-radius: 30px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.94));
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
    padding: clamp(1rem, 2.4vw, 1.6rem);
}

.corp-head {
    max-width: 760px;
    margin-bottom: 1rem;
}

.corp-head h2 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.8rem, 3.7vw, 2.8rem);
    line-height: 1.14;
    letter-spacing: -0.8px;
}

.corp-head p {
    margin: 0;
}

.about-story-grid,
.privacy-layout,
.career-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.9rem;
    align-items: stretch;
}

.career-process-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 1rem;
}

.corp-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.9));
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    padding: 0.95rem;
}

.corp-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1.28rem;
}

.corp-card p {
    margin: 0;
}

.check-list {
    margin: 0.82rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.44rem;
}

.check-list li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(15, 23, 42, 0.76);
    font-size: 0.92rem;
}

.check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--start-color), var(--end-color));
}

.corp-media-card {
    margin: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
    background: #ffffff;
}

.corp-media-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.corp-media-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.6));
}

.corp-media-card figcaption {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.8rem;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 600;
}

.about-values,
.about-metrics,
.career-culture-grid,
.jobs-grid,
.process-grid {
    display: grid;
    gap: 0.8rem;
}

.about-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.88rem;
}

.value-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
    padding: 0.88rem;
}

.value-card h3 {
    margin-bottom: 0.28rem;
    font-size: 1.06rem;
}

.value-card p {
    margin: 0;
    font-size: 0.91rem;
}

.about-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    padding: 0.86rem;
    display: grid;
    gap: 0.16rem;
}

.metric-card strong {
    font-size: clamp(1.3rem, 2.8vw, 1.9rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.metric-card span {
    font-size: 0.84rem;
    color: rgba(15, 23, 42, 0.64);
    font-weight: 600;
}

.career-culture-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.culture-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.9));
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    padding: 0.84rem;
}

.culture-card h3 {
    font-size: 1.02rem;
    margin-bottom: 0.26rem;
}

.culture-card p {
    margin: 0;
    font-size: 0.88rem;
}

.jobs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.job-card {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.9));
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    padding: 0.9rem;
    display: grid;
    gap: 0.55rem;
}

.job-tag {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(60, 160, 193, 0.25);
    background: rgba(60, 160, 193, 0.12);
    color: #1b7e99;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.56rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.job-card h3 {
    margin: 0;
    font-size: 1.08rem;
}

.job-card p {
    margin: 0;
    font-size: 0.9rem;
}

.job-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.36rem;
}

.job-list li {
    position: relative;
    padding-left: 0.9rem;
    font-size: 0.86rem;
    color: rgba(15, 23, 42, 0.72);
}

.job-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.44rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--start-color), var(--end-color));
}

.job-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 0.6rem;
    margin-top: 0.2rem;
}

.job-foot span {
    font-size: 0.82rem;
    color: rgba(15, 23, 42, 0.62);
    font-weight: 600;
}

.process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
    align-content: start;
}

.process-step {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.9));
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    padding: 0.94rem;
    min-height: 174px;
    display: grid;
    align-content: start;
    gap: 0.34rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.process-step::before {
    content: '';
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    top: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(60, 160, 193, 0.2), rgba(63, 160, 60, 0.42), rgba(60, 160, 193, 0.2));
}

.process-step:hover {
    transform: translateY(-3px);
    border-color: rgba(60, 160, 193, 0.24);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.11);
}

.process-step strong {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.52rem;
}

.process-step h3 {
    margin: 0.12rem 0 0;
    font-size: 1.18rem;
    letter-spacing: -0.01em;
}

.process-step p {
    margin: 0;
    font-size: 0.91rem;
    line-height: 1.58;
    color: rgba(15, 23, 42, 0.72);
}

.career-process-layout .corp-media-card {
    min-height: 100%;
    border-radius: 22px;
}

.career-process-layout .corp-media-card img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.privacy-layout {
    grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
}

.privacy-summary {
    position: sticky;
    top: 108px;
    height: fit-content;
}

.privacy-summary .meta {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.meta-item {
    border-radius: 13px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.82);
    padding: 0.55rem 0.62rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.72);
}

.policy-stack {
    display: grid;
    gap: 0.72rem;
}

.policy-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 246, 251, 0.9));
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    padding: 0.86rem;
}

.policy-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1.08rem;
}

.policy-card p {
    margin-bottom: 0.5rem;
    font-size: 0.91rem;
}

.policy-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.33rem;
}

.policy-list li {
    position: relative;
    padding-left: 0.9rem;
    font-size: 0.86rem;
    color: rgba(15, 23, 42, 0.76);
}

.policy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--start-color), var(--end-color));
}

.privacy-contact {
    margin-top: 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.96));
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2);
    color: #e2e8f0;
    padding: 0.9rem;
    display: grid;
    gap: 0.55rem;
}

.privacy-contact h3 {
    color: #ffffff;
    margin: 0;
    font-size: 1.04rem;
}

.privacy-contact p {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.88rem;
}

.privacy-contact a {
    color: #bde7f3;
    font-weight: 700;
}

.corp-cta {
    padding: 1rem 0 2.1rem;
}

.corp-cta-card {
    position: relative;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.96));
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.22);
    color: #e2e8f0;
    padding: clamp(1rem, 2.2vw, 1.45rem);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.2rem;
}

.corp-cta-card::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    right: -130px;
    top: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(63, 160, 60, 0.32), transparent 70%);
    pointer-events: none;
}

.corp-cta-card h2 {
    margin-bottom: 0.36rem;
    color: #ffffff;
    font-size: clamp(1.5rem, 3.2vw, 2.2rem);
    line-height: 1.15;
}

.corp-cta-card p {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
}

.corp-cta-actions {
    display: flex;
    gap: 0.64rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.corp-cta-actions .btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(226, 232, 240, 0.26);
    color: #ffffff;
}

.corp-cta-actions .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1120px) {
    .about-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-culture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .corp-hero {
        padding-top: 140px;
    }

    .corp-hero-panel,
    .about-story-grid,
    .privacy-layout,
    .career-process-layout,
    .corp-cta-card {
        grid-template-columns: 1fr;
    }

    .corp-hero-copy {
        text-align: center;
    }

    .corp-chip-list,
    .corp-actions {
        justify-content: center;
    }

    .privacy-summary {
        position: static;
    }

    .corp-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .corp-hero {
        padding-top: 124px;
        padding-bottom: 20px;
    }

    .corp-hero-panel {
        border-radius: 24px;
        padding: 1rem;
    }

    .corp-hero-copy h1 {
        font-size: clamp(1.95rem, 7.6vw, 2.7rem);
    }

    .corp-hero-media {
        border-radius: 20px;
    }

    .corp-section .container > .corp-panel {
        border-radius: 22px;
        padding: 0.9rem;
    }

    .about-values,
    .about-metrics,
    .career-culture-grid,
    .jobs-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-step {
        min-height: 150px;
    }

    .job-foot {
        flex-direction: column;
        align-items: flex-start;
    }

    .corp-cta-card {
        border-radius: 22px;
        padding: 1rem;
    }

    .corp-cta-actions .btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 1rem;
    }
}

/* Unified One-Piece Surface For About / Career / Privacy */
.about-page,
.career-page,
.privacy-page {
    --corp-unified-surface: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.94));
    --corp-unified-border: rgba(15, 23, 42, 0.1);
    background: #eef3f8;
    background-image: none !important;
}

.about-page .corp-hero,
.career-page .corp-hero,
.privacy-page .corp-hero {
    padding-bottom: 0;
}

.about-page .corp-section,
.career-page .corp-section,
.privacy-page .corp-section,
.about-page .corp-section.compact,
.career-page .corp-section.compact,
.privacy-page .corp-section.compact {
    padding-top: 0;
}

.about-page .corp-cta,
.career-page .corp-cta,
.privacy-page .corp-cta {
    padding-top: 0;
}

.about-page .corp-hero-panel,
.career-page .corp-hero-panel,
.privacy-page .corp-hero-panel,
.about-page .corp-section .container > .corp-panel,
.career-page .corp-section .container > .corp-panel,
.privacy-page .corp-section .container > .corp-panel,
.about-page .corp-cta-card,
.career-page .corp-cta-card,
.privacy-page .corp-cta-card {
    background: var(--corp-unified-surface);
    border-color: var(--corp-unified-border);
    box-shadow: none;
}

.about-page .corp-hero-panel,
.career-page .corp-hero-panel,
.privacy-page .corp-hero-panel {
    border-radius: 32px 32px 0 0;
    border-bottom: 0;
}

.about-page .corp-section .container > .corp-panel,
.career-page .corp-section .container > .corp-panel,
.privacy-page .corp-section .container > .corp-panel {
    border-radius: 0;
    border-top: 0;
}

.about-page .corp-cta-card,
.career-page .corp-cta-card,
.privacy-page .corp-cta-card {
    border-radius: 0 0 32px 32px;
    border-top: 0;
    color: var(--text-color);
}

.about-page .corp-hero-panel::before,
.career-page .corp-hero-panel::before,
.privacy-page .corp-hero-panel::before,
.about-page .corp-hero-panel::after,
.career-page .corp-hero-panel::after,
.privacy-page .corp-hero-panel::after,
.about-page .corp-cta-card::before,
.career-page .corp-cta-card::before,
.privacy-page .corp-cta-card::before {
    display: none;
}

.about-page .corp-cta-card h2,
.career-page .corp-cta-card h2,
.privacy-page .corp-cta-card h2 {
    color: #0f172a;
}

.about-page .corp-cta-card p,
.career-page .corp-cta-card p,
.privacy-page .corp-cta-card p {
    color: rgba(15, 23, 42, 0.74);
}

.about-page .corp-cta-actions .btn-ghost,
.career-page .corp-cta-actions .btn-ghost,
.privacy-page .corp-cta-actions .btn-ghost {
    background: rgba(60, 160, 193, 0.08);
    border-color: rgba(60, 160, 193, 0.25);
    color: #0f172a;
}

.about-page .corp-cta-actions .btn-ghost:hover,
.career-page .corp-cta-actions .btn-ghost:hover,
.privacy-page .corp-cta-actions .btn-ghost:hover {
    background: rgba(60, 160, 193, 0.14);
}

@media (max-width: 768px) {
    .about-page .corp-hero-panel,
    .career-page .corp-hero-panel,
    .privacy-page .corp-hero-panel {
        border-radius: 24px 24px 0 0;
    }

    .about-page .corp-cta-card,
    .career-page .corp-cta-card,
    .privacy-page .corp-cta-card {
        border-radius: 0 0 24px 24px;
    }
}
