:root {
    --ink: #1d2230;
    --muted: #667085;
    --line: #d8dde8;
    --paper: #ffffff;
    --soft: #f5f7fb;
    --accent: #0f766e;
    --accent-dark: #115e59;
    --gold: #f5b942;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--soft);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header,
.hero-content,
.content-band,
.page-head,
.detail-layout,
.region-strip,
.category-grid {
    max-width: 1180px;
    margin: 0 auto;
}

.site-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.brand,
.main-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.brand {
    font-weight: 800;
    font-size: 22px;
}

.brand-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--accent-dark), #1d2230);
    color: white;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.24);
}

.brand-mark-top {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.brand-mark-dot {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--gold);
}

.brand-word {
    font-size: 23px;
    letter-spacing: 0;
}

.main-nav a {
    font-weight: 700;
    color: #344054;
}

.post-link,
.search-panel button,
.apply-button {
    background: var(--accent);
    color: white !important;
    border-radius: 8px;
    padding: 12px 18px;
    border: 0;
    font-weight: 800;
    cursor: pointer;
}

.hero {
    background-image:
        linear-gradient(90deg, rgba(12, 21, 29, 0.82) 0%, rgba(15, 118, 110, 0.68) 48%, rgba(12, 21, 29, 0.42) 100%),
        url("https://img1.wsimg.com/isteam/getty/1444291518");
    background-position: center;
    background-size: cover;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hero-content {
    padding: 68px 24px 42px;
}

.hero h1,
.hero .hero-copy {
    color: white;
}

.hero .eyebrow {
    color: #f8d36a;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 820px;
    font-size: 54px;
    line-height: 1.02;
    margin-bottom: 18px;
}

h2 {
    font-size: 30px;
}

.hero-copy,
.page-head p {
    max-width: 680px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

.search-panel {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 12px;
    margin-top: 30px;
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(29, 34, 48, 0.08);
}

.search-panel label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

input,
select {
    min-height: 46px;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px;
    font: inherit;
    color: var(--ink);
    background: white;
}

.region-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 24px;
}

.region-strip a,
.category-grid a {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
}

.region-strip strong,
.category-grid strong {
    display: block;
    font-size: 24px;
}

.region-strip span,
.category-grid span {
    color: var(--muted);
}

.content-band,
.page-head {
    padding: 34px 24px;
}

.rich-head {
    padding-top: 54px;
    padding-bottom: 30px;
}

.compact {
    padding-top: 16px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.section-heading a {
    color: var(--accent-dark);
    font-weight: 900;
}

.job-list {
    display: grid;
    gap: 12px;
}

.job-card {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 22px;
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
}

.job-card.featured {
    border-color: var(--gold);
}

.company-pill {
    display: inline-flex;
    color: var(--accent-dark);
    font-weight: 900;
    margin-bottom: 8px;
}

.job-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.job-card p {
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 0;
}

.job-meta,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badge,
.detail-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #eef2f7;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.badge.strong {
    background: #fff4d6;
    color: #7a4b00;
}

.badge.salary {
    background: #e6f4f1;
    color: var(--accent-dark);
}

.date {
    width: 100%;
    color: var(--muted);
    font-size: 13px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0 24px 46px;
}

.company-grid,
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.company-card,
.article-card,
.guide-block {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
}

.company-card {
    display: grid;
    gap: 10px;
}

.company-avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #e6f4f1;
    color: var(--accent-dark);
    font-weight: 900;
    text-transform: uppercase;
}

.company-card strong {
    font-size: 20px;
}

.company-card span:last-child,
.article-card p,
.guide-block p {
    color: var(--muted);
    line-height: 1.6;
}

.article-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.guide-stack {
    display: grid;
    gap: 14px;
    max-width: 820px;
}

.inline-action {
    display: inline-flex;
    margin-top: 12px;
    color: var(--accent-dark);
    font-weight: 900;
}

.auth-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding: 56px 24px;
}

.auth-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    min-height: 680px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(29, 34, 48, 0.08);
}

.auth-card-small {
    grid-template-columns: minmax(0, 560px);
    justify-content: center;
    min-height: auto;
    max-width: 680px;
    margin: 0 auto;
}

.auth-form-panel,
.auth-proof-panel {
    padding: 64px 68px;
}

.auth-form-panel h1 {
    max-width: 520px;
    margin: 0 auto 18px;
    font-size: 40px;
    line-height: 1.35;
    text-align: center;
}

.auth-intro {
    max-width: 420px;
    margin: 0 auto 46px;
    color: #344054;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
}

.auth-form {
    display: grid;
    gap: 18px;
    max-width: 426px;
    margin: 0 auto;
}

.auth-form label {
    display: grid;
    gap: 8px;
    color: #2b3445;
    font-weight: 800;
}

.auth-form input[type="email"],
.auth-form input[type="password"] {
    min-height: 56px;
    border-radius: 10px;
    font-size: 16px;
}

.terms-row {
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 1.45;
}

.terms-row input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.terms-row a,
.auth-switch a {
    color: #f43f46;
    font-weight: 900;
}

.auth-form button {
    min-height: 58px;
    margin-top: 6px;
    border: 0;
    border-radius: 9px;
    background: #f43f46;
    color: white;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.auth-switch {
    margin: 34px 0 0;
    font-size: 15px;
    text-align: center;
}

.auth-proof-panel {
    display: grid;
    align-content: start;
    background: #f7f7f8;
    text-align: center;
}

.auth-proof-panel h2 {
    max-width: 500px;
    margin: 0 auto 48px;
    font-size: 25px;
    line-height: 1.12;
}

.auth-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 0 auto;
}

.auth-stats div {
    padding: 0 28px;
}

.auth-stats div + div {
    border-left: 1px solid var(--line);
}

.auth-stats span {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 20px;
}

.auth-stats strong {
    display: block;
    font-size: 38px;
}

.auth-divider {
    max-width: 500px;
    height: 1px;
    margin: 30px auto 300px;
    background: #d7dbe2;
}

.auth-proof-panel p {
    color: var(--muted);
}

.company-cloud {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 18px;
    max-width: 500px;
    margin: 24px auto 0;
    color: #7a8491;
    font-size: 26px;
    font-weight: 900;
}

.form-errors,
.errorlist {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff1f2;
    color: #b42318;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
}

.pricing-hero,
.pricing-grid,
.checkout-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 46px 24px 0;
}

.pricing-hero {
    text-align: center;
}

.pricing-hero h1 {
    margin-left: auto;
    margin-right: auto;
}

.pricing-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 34px;
}

.pricing-card {
    position: relative;
    display: grid;
    gap: 14px;
    align-content: start;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 14px 36px rgba(29, 34, 48, 0.06);
}

.pricing-card.active-plan {
    border: 2px solid #f43f46;
    box-shadow: 0 20px 52px rgba(244, 63, 70, 0.18);
}

.plan-ribbon {
    position: absolute;
    top: 18px;
    right: 18px;
    border-radius: 999px;
    background: #fff1f2;
    color: #f43f46;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pricing-card h2 {
    margin-bottom: 0;
}

.plan-headline {
    color: var(--accent-dark);
    font-size: 18px;
    font-weight: 900;
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.plan-price strong {
    font-size: 46px;
}

.plan-price span,
.plan-renewal,
.pricing-card p {
    color: var(--muted);
}

.pricing-card ul {
    display: grid;
    gap: 10px;
    margin: 8px 0 12px;
    padding-left: 20px;
    color: #344054;
    line-height: 1.5;
}

.plan-cta {
    display: block;
    margin-top: auto;
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 14px 18px;
    color: var(--accent-dark);
    font-weight: 900;
    text-align: center;
}

.primary-plan-cta {
    border-color: #f43f46;
    background: #f43f46;
    color: white;
}

.checkout-shell {
    padding-bottom: 44px;
}

.checkout-panel {
    max-width: 760px;
    margin: 0 auto;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 14px 36px rgba(29, 34, 48, 0.06);
}

.checkout-summary {
    margin: 24px 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 20px;
    background: var(--soft);
}

.checkout-summary h2 {
    font-size: 24px;
}

.credit-card-placeholder {
    display: grid;
    gap: 16px;
}

.credit-card-placeholder label {
    display: grid;
    gap: 8px;
    font-weight: 800;
}

.card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.credit-card-placeholder button {
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #9aa4b2;
    color: white;
    font-size: 17px;
    font-weight: 900;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    padding: 34px 24px;
}

.job-detail,
.apply-panel,
.empty-state {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 28px;
}

.description {
    margin-top: 28px;
    color: #344054;
    line-height: 1.7;
}

.apply-panel {
    align-self: start;
    position: sticky;
    top: 16px;
}

.apply-button {
    display: block;
    text-align: center;
    margin: 18px 0;
}

dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

dd {
    margin: 4px 0 16px;
    font-weight: 800;
}

.site-footer {
    margin-top: 42px;
    background: #303433;
    color: #d8dde8;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.35fr 1.35fr;
    gap: 42px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 24px 28px;
}

.footer-grid h2 {
    margin-bottom: 20px;
    color: #f5f7fb;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-grid a {
    display: block;
    margin-bottom: 10px;
    color: #e7ecf4;
    font-size: 13px;
    line-height: 1.45;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.footer-bottom a {
    color: white;
}

@media (max-width: 850px) {
    .site-header,
    .main-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-header {
        padding-top: 18px;
        padding-bottom: 18px;
        gap: 14px;
    }

    h1 {
        font-size: 38px;
    }

    .search-panel,
    .job-card,
    .detail-layout,
    .auth-card,
    .pricing-grid,
    .card-row,
    .region-strip,
    .category-grid,
    .company-grid,
    .article-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .apply-panel {
        position: static;
    }

    .auth-form-panel,
    .auth-proof-panel {
        padding: 34px 22px;
    }

    .auth-form-panel h1 {
        font-size: 32px;
    }

    .auth-divider {
        margin-bottom: 40px;
    }

    .company-cloud,
    .auth-stats {
        grid-template-columns: 1fr;
    }

    .auth-stats div + div {
        margin-top: 22px;
        padding-top: 22px;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}
