.burger { border: 0; background: transparent; }
.pill-header nav a[aria-current="page"] { color: #0f8b6d; }
.pill-header nav a[aria-current="page"]::after { width: 100%; background: #0f8b6d; }
.header-action-current { background: #f68b33; color: #fff; }

.conversion-btn-primary,
.conversion-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 15px 24px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
}

.conversion-btn-primary { background: #f68b33; }
.conversion-btn-secondary { border: 1px solid rgba(255,255,255,0.2); }
.conversion-btn-primary:hover, .conversion-btn-secondary:hover { transform: translateY(-2px); }

.conversion-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: 6%;
    padding: 185px 7% 135px;
    background: radial-gradient(circle at 15% 12%, rgba(15,139,109,0.2), transparent 30%), radial-gradient(circle at 90% 90%, rgba(246,139,51,0.16), transparent 32%), #050806;
}

.conversion-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 70px 70px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 85%);
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.conversion-hero-copy,
.contact-choice-card,
.talent-board,
.conversion-proof { position: relative; z-index: 2; }

.conversion-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
    color: #aab4af;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.conversion-kicker i { width: 28px; height: 2px; background: #f68b33; }
.conversion-hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(4rem, 7vw, 7.2rem); font-weight: 800; letter-spacing: -0.08em; line-height: 0.93; }
.conversion-hero h1 strong { color: #0f8b6d; font-weight: 800; }
.conversion-hero-copy > p { max-width: 620px; margin-bottom: 36px; color: #98a39d; font-size: 1rem; line-height: 1.75; }
.conversion-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.conversion-proof { position: absolute; left: 7%; bottom: 42px; display: flex; gap: 48px; }
.conversion-proof div { display: flex; flex-direction: column; gap: 4px; }
.conversion-proof strong { color: #fff; font-size: 1rem; }
.conversion-proof span { color: #68736d; font-size: 0.68rem; }

.contact-choice-card,
.talent-board {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 28px;
    background: radial-gradient(circle at 0 0, rgba(15,139,109,0.24), transparent 43%), rgba(255,255,255,0.025);
    box-shadow: 0 30px 90px rgba(0,0,0,0.32);
}

.choice-head,
.talent-board-head { padding: 29px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.choice-head span,
.talent-board-head span { display: block; margin-bottom: 8px; color: #69c0a7; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.choice-head strong,
.talent-board-head strong { color: #fff; font-size: 1.55rem; letter-spacing: -0.05em; line-height: 1.05; }

.contact-choice-card > a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 24px 29px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
    transition: background 0.25s ease;
}

.contact-choice-card > a:last-child { border-bottom: 0; }
.contact-choice-card > a:hover { background: rgba(255,255,255,0.045); }
.contact-choice-card > a > span { color: #f68b33; font-size: 0.66rem; font-weight: 800; }
.contact-choice-card > a div { display: flex; flex-direction: column; gap: 5px; }
.contact-choice-card > a strong { font-size: 0.83rem; }
.contact-choice-card > a small { color: #758078; font-size: 0.64rem; }
.contact-choice-card > a i { color: #70c3a9; font-style: normal; }

.contact-main,
.company-form-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
    gap: 7%;
    align-items: start;
    padding: 120px 7%;
    background: #f4f5f2;
    color: #151a16;
}

.contact-intro,
.company-form-intro { position: sticky; top: 35px; }
.contact-intro h2,
.company-form-intro h2,
.company-section-heading h2,
.talent-sectors-copy h2,
.centres-contact-heading h2 { margin: 10px 0 22px; font-size: clamp(2.8rem, 5.2vw, 5.2rem); letter-spacing: -0.075em; line-height: 0.98; }
.contact-intro > p,
.company-form-intro > p,
.company-section-heading > p,
.talent-sectors-copy > p { color: #667069; font-size: 0.91rem; line-height: 1.8; }

.contact-promises { display: grid; gap: 15px; margin-top: 42px; }
.contact-promises div { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; border-top: 1px solid #d8ddd8; padding-top: 17px; }
.contact-promises span { grid-row: 1 / span 2; color: #0f8b6d; font-size: 0.64rem; font-weight: 800; }
.contact-promises strong { font-size: 0.86rem; }
.contact-promises p { color: #778078; font-size: 0.72rem; line-height: 1.55; }

.form-card { overflow: hidden; border: 1px solid #e0e4e0; border-radius: 26px; background: #fff; box-shadow: 0 22px 70px rgba(22,42,30,0.08); }
.form-card-heading { padding: 29px 32px 25px; border-bottom: 1px solid #e8ebe8; }
.form-card-heading > span { color: #0f8b6d; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.form-card-heading h2 { margin: 8px 0 5px; font-size: 2.05rem; letter-spacing: -0.06em; }
.form-card-heading p { color: #8a928d; font-size: 0.66rem; }
.wus-form { padding: 30px 32px 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field span { color: #303832; font-size: 0.68rem; font-weight: 800; }
.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #dce2dd;
    border-radius: 10px;
    outline: 0;
    background: #f8faf8;
    padding: 13px 14px;
    color: #1b241e;
    font: inherit;
    font-size: 0.78rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: #0f8b6d; box-shadow: 0 0 0 3px rgba(15,139,109,0.1); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0; color: #737b75; font-size: 0.65rem; line-height: 1.5; }
.consent input { accent-color: #0f8b6d; }
.consent a { color: #0f8b6d; font-weight: 700; }
.form-submit { width: 100%; display: flex; justify-content: space-between; border: 0; border-radius: 11px; background: #0f8b6d; padding: 16px 18px; color: #fff; font-size: 0.75rem; font-weight: 800; cursor: pointer; transition: transform 0.25s ease, background 0.25s ease; }
.form-submit:hover { transform: translateY(-2px); background: #0c765d; }
.form-submit:disabled { cursor: wait; opacity: 0.7; transform: none; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-note { margin-top: 12px; color: #9ba19c; font-size: 0.57rem; line-height: 1.5; text-align: center; }
.form-success { margin-top: 18px; border-radius: 10px; background: #e8f5ef; padding: 14px; color: #09634d; font-size: 0.72rem; font-weight: 700; line-height: 1.5; }
.form-success.is-error { background: #fff1eb; color: #a44720; }
.form-success a { color: inherit; font-weight: 800; }

.centres-contact-section { padding: 110px 7% 125px; background: #fff; color: #151a16; }
.centres-contact-heading { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; max-width: 1280px; margin: 0 auto 50px; }
.centres-contact-heading h2 { max-width: 900px; margin-bottom: 0; }
.centres-contact-heading > a { color: #0f8b6d; font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.centres-contact-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.centres-contact-grid article { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border: 1px solid #e4e8e4; border-radius: 20px; padding: 26px; }
.centres-contact-grid article > span { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 18px; background: #0b251a; color: #69c0a7; font-size: 1rem; font-weight: 800; letter-spacing: 0.08em; }
.centres-contact-grid small { color: #8b938d; font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
.centres-contact-grid h3 { margin: 4px 0 8px; font-size: 1.45rem; letter-spacing: -0.05em; }
.centres-contact-grid address { color: #727b74; font-size: 0.68rem; font-style: normal; line-height: 1.55; }
.centres-contact-grid article > a { color: #f68b33; font-size: 0.66rem; font-weight: 800; text-decoration: none; }

.talent-board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 20px; }
.talent-board-grid div { min-height: 150px; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(255,255,255,0.08); border-radius: 15px; background: rgba(255,255,255,0.025); padding: 16px; }
.talent-board-grid div:first-child { background: linear-gradient(135deg, rgba(15,139,109,0.28), rgba(255,255,255,0.025)); }
.talent-board-grid div:last-child { background: linear-gradient(135deg, rgba(246,139,51,0.2), rgba(255,255,255,0.025)); }
.talent-board-grid span { margin-bottom: auto; color: #728079; font-size: 0.58rem; font-weight: 800; }
.talent-board-grid strong { margin-bottom: 6px; color: #fff; font-size: 0.88rem; }
.talent-board-grid small { color: #87938c; font-size: 0.58rem; line-height: 1.45; }

.company-benefits { padding: 115px 7% 125px; background: #f4f5f2; color: #151a16; }
.company-section-heading { max-width: 1280px; margin: 0 auto 55px; }
.company-section-heading h2 { max-width: 980px; }
.company-section-heading > p { max-width: 700px; }
.benefits-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefits-grid article { min-height: 280px; display: flex; flex-direction: column; border: 1px solid #e0e4e0; border-radius: 20px; background: #fff; padding: 24px; }
.benefits-grid span { margin-bottom: auto; color: #0f8b6d; font-size: 0.62rem; font-weight: 800; }
.benefits-grid h3 { margin-bottom: 12px; font-size: 1.1rem; letter-spacing: -0.045em; }
.benefits-grid p { color: #778078; font-size: 0.7rem; line-height: 1.65; }

.talent-sectors { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 8%; padding: 115px 7% 125px; background: #07100b; }
.talent-sectors-copy h2 { color: #fff; }
.talent-sectors-copy > p { max-width: 520px; color: #88948c; }
.dark-inline-link { display: inline-flex; margin-top: 28px; color: #f68b33; font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.sector-list { border-top: 1px solid rgba(255,255,255,0.12); }
.sector-list a { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 22px 4px; color: #fff; text-decoration: none; transition: padding 0.25s ease; }
.sector-list a:hover { padding-left: 12px; }
.sector-list span { color: #68776e; font-size: 0.6rem; font-weight: 800; }
.sector-list strong { font-size: 1rem; }
.sector-list i { color: #0f8b6d; font-style: normal; }

.company-form-section { background: #fff; }
.company-form-note { display: grid; gap: 7px; margin-top: 35px; border-left: 3px solid #f68b33; background: #f8f6f1; padding: 18px; }
.company-form-note strong { font-size: 0.75rem; }
.company-form-note span { color: #7d857f; font-size: 0.66rem; }
.company-form-note a { color: #0f8b6d; font-size: 0.66rem; font-weight: 800; text-decoration: none; }

@media screen and (max-width: 1050px) {
    .conversion-hero { grid-template-columns: 1fr; gap: 55px; padding: 160px 6% 145px; }
    .conversion-hero-copy { max-width: 760px; }
    .contact-choice-card, .talent-board { width: min(680px, 100%); }
    .contact-main, .company-form-section { grid-template-columns: 1fr; gap: 50px; }
    .contact-intro, .company-form-intro { position: static; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .talent-sectors { grid-template-columns: 1fr; gap: 50px; }
    .centres-contact-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 720px) {
    .conversion-hero { padding: 125px 5% 135px; }
    .conversion-hero h1 { font-size: clamp(3.25rem, 17vw, 4.8rem); }
    .conversion-hero-actions { flex-direction: column; }
    .conversion-btn-primary, .conversion-btn-secondary { width: 100%; }
    .conversion-proof { left: 5%; right: 5%; bottom: 30px; gap: 16px; justify-content: space-between; }
    .conversion-proof span { font-size: 0.55rem; }
    .choice-head strong, .talent-board-head strong { font-size: 1.25rem; }
    .contact-choice-card > a { padding: 21px 18px; gap: 12px; }
    .talent-board-grid { grid-template-columns: 1fr; }
    .talent-board-grid div { min-height: 125px; }
    .contact-main, .company-form-section, .company-benefits, .talent-sectors, .centres-contact-section { padding: 75px 5%; }
    .contact-intro h2, .company-form-intro h2, .company-section-heading h2, .talent-sectors-copy h2, .centres-contact-heading h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
    .form-card-heading, .wus-form { padding-left: 20px; padding-right: 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .benefits-grid { grid-template-columns: 1fr; }
    .benefits-grid article { min-height: 220px; }
    .centres-contact-heading { grid-template-columns: 1fr; align-items: start; }
    .centres-contact-grid article { grid-template-columns: auto 1fr; padding: 20px; }
    .centres-contact-grid article > a { grid-column: 2; }
}
