:root {
    --navy: #061a36;
    --navy-2: #0b274e;
    --gold: #d7a936;
    --gold-2: #f3d27a;
    --white: #ffffff;
    --muted: #d6deea;
    --ink: #0e1a2d;
    --line: rgba(255, 255, 255, 0.18);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    background: #041125;
}

.page-shell {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(6, 26, 54, 0.96), rgba(3, 10, 22, 0.98)),
        radial-gradient(circle at 78% 8%, rgba(215, 169, 54, 0.24), transparent 32%);
    padding: 28px;
}

.hero,
.jobs-section,
.subcontractor-strip,
.contact-strip {
    max-width: 1180px;
    margin: 0 auto;
}

.hero {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.brand-row {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 26px;
    background: linear-gradient(90deg, #ffffff 0%, #eef3fb 58%, #d6e2ef 100%);
    color: var(--ink);
}

.logo-mark {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border: 2px solid var(--gold);
    border-radius: 8px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
    background: #fff;
    box-shadow: inset 0 0 0 6px rgba(215, 169, 54, 0.08);
}

.logo-mark.small {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    font-size: 32px;
}

.eyebrow {
    margin: 0 0 7px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 800;
}

.brand-row h1 {
    margin: 0;
    font-size: clamp(32px, 5vw, 62px);
    line-height: 0.95;
    letter-spacing: 1px;
    color: var(--navy);
}

.office {
    margin: 10px 0 0;
    color: #33425a;
    font-weight: 700;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    padding: 34px;
}

.pill {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 9px 14px;
    color: var(--gold-2);
    border: 1px solid rgba(215, 169, 54, 0.55);
    border-radius: 999px;
    font-weight: 800;
    background: rgba(215, 169, 54, 0.08);
}

.hero-copy h2 {
    margin: 0;
    font-size: clamp(48px, 8vw, 104px);
    line-height: 0.88;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lead {
    max-width: 700px;
    margin: 20px 0;
    color: var(--muted);
    font-size: 22px;
    line-height: 1.45;
}

.interview-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(215, 169, 54, 0.55);
    border-radius: 8px;
    background: rgba(215, 169, 54, 0.5);
}

.interview-card div {
    padding: 18px;
    background: rgba(4, 17, 37, 0.9);
}

.interview-card span,
.contact-strip span,
.thank-details span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.interview-card strong {
    display: block;
    font-size: 20px;
    color: var(--white);
}

.whatsapp-line {
    font-size: 20px;
    color: var(--white);
}

.whatsapp-line strong {
    color: var(--gold-2);
}

.apply-card {
    align-self: start;
    padding: 24px;
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.form-head {
    margin-bottom: 20px;
}

.form-head span {
    display: block;
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.form-head strong {
    display: block;
    margin-top: 4px;
    color: var(--navy);
    font-size: 30px;
}

label {
    display: block;
    margin-bottom: 14px;
    color: #14223a;
    font-size: 14px;
    font-weight: 800;
}

input,
select,
textarea {
    width: 100%;
    margin-top: 7px;
    padding: 13px 14px;
    border: 1px solid #cad2df;
    border-radius: 7px;
    color: #10203a;
    font: inherit;
    background: #fff;
}

textarea {
    resize: vertical;
}

small {
    display: block;
    margin-top: 6px;
    color: #657188;
    font-weight: 500;
}

button,
.thank-card a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border: 0;
    border-radius: 7px;
    color: #061a36;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.form-note {
    margin: 14px 0 0;
    color: #637087;
    font-size: 13px;
    line-height: 1.4;
}

.hidden-field {
    position: absolute;
    left: -9999px;
}

.alert {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 7px;
    color: #8a1f11;
    background: #fff1ee;
    font-size: 14px;
    font-weight: 700;
}

.alert.inline {
    color: #8a5a00;
    background: #fff7df;
}

.jobs-section {
    padding: 44px 0 0;
}

.section-head h3 {
    margin: 0 0 18px;
    font-size: 32px;
}

.job-table {
    overflow: hidden;
    border: 1px solid rgba(215, 169, 54, 0.34);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
}

.table-row {
    display: grid;
    grid-template-columns: 1.7fr 0.45fr repeat(3, 0.9fr);
    border-top: 1px solid #dde3ec;
}

.table-row:first-child {
    border-top: 0;
}

.table-row span {
    padding: 13px 16px;
    border-left: 1px solid #dde3ec;
    font-weight: 700;
}

.table-row span:first-child {
    border-left: 0;
}

.table-head {
    color: #081a34;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.subcontractor-strip,
.contact-strip {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    padding: 24px;
    border: 1px solid rgba(215, 169, 54, 0.5);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(215, 169, 54, 0.2), rgba(255, 255, 255, 0.06));
}

.subcontractor-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 20px;
}

.subcontractor-strip h3 {
    margin: 2px 0 0;
    color: var(--gold-2);
    font-size: 34px;
    text-transform: uppercase;
}

.contact-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 34px;
}

.contact-strip strong {
    font-size: 21px;
}

.thank-you {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: linear-gradient(135deg, #061a36, #020814);
}

.thank-card {
    width: min(620px, 100%);
    padding: 42px;
    text-align: center;
    border: 1px solid rgba(215, 169, 54, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.thank-card h1 {
    margin: 0 0 12px;
    font-size: 54px;
}

.thank-card p {
    color: var(--muted);
    line-height: 1.6;
}

.thank-details {
    display: grid;
    gap: 12px;
    margin: 28px 0;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-align: left;
}

.thank-details strong {
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 900px) {
    .page-shell {
        padding: 14px;
    }

    .brand-row,
    .hero-grid,
    .subcontractor-strip,
    .contact-strip {
        grid-template-columns: 1fr;
    }

    .brand-row {
        display: grid;
    }

    .hero-grid {
        padding: 22px;
    }

    .interview-card {
        grid-template-columns: 1fr;
    }

    .table-row {
        grid-template-columns: 1fr 0.45fr;
    }

    .table-row span:nth-child(n+3) {
        display: none;
    }
}
