.wave-job-page * {
    box-sizing: border-box;
}

.wave-job-page {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #eef3f8;
    color: #172b4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wave-job-page a {
    text-decoration: none;
}

.wave-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.wave-header {
    background: #0f4fb7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wave-header-inner {
    min-height: 70px;
    display: grid;
    grid-template-columns: 220px 1fr 240px;
    align-items: center;
    gap: 24px;
}

.wave-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.wave-brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 103, 255, 0.22);
    color: #5ec8ff;
    font-size: 26px;
    font-weight: 800;
}

.wave-brand-text {
    letter-spacing: -0.03em;
}

.wave-nav {
    display: flex;
    justify-content: center;
    gap: 44px;
}

.wave-nav a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.wave-header-actions {
    display: flex;
    justify-content: flex-end;
}

.wave-login-btn {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(126, 210, 255, 0.65);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.wave-main {
    padding: 18px 0 30px;
    margin: 20px;
}

.wave-breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    font-size: 14px;
    color: #59709a;
}

.wave-breadcrumb a {
    color: #2f66c7;
}

.wave-hero-card {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 8px 24px rgba(16, 24, 40, 0.04);
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.wave-company-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 10px;
    background: #eaf1ff;
    color: #1456c6;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.wave-hero-left h1 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #13294b;
}

.wave-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #334b6c;
    font-size: 15px;
    margin-bottom: 22px;
}

.wave-meta-row span {
    display: inline-flex;
    align-items: center;
}

.wave-primary-btn {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    background: #1456c6;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(20, 86, 198, 0.18);
}

.wave-full-btn {
    width: 100%;
}

.wave-hero-illustration {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.wave-illu-circle {
    position: absolute;
    right: 20px;
    top: -6px;
    width: 150px;
    height: 150px;
    border: 6px solid #d9e2f0;
    border-radius: 50%;
}

.wave-illu-chair {
    position: absolute;
    left: 32px;
    bottom: 16px;
    width: 90px;
    height: 56px;
    background: #8fb0e3;
    border-radius: 16px;
    box-shadow: inset 0 -10px 0 rgba(0,0,0,0.05);
}

.wave-illu-table {
    position: absolute;
    left: 132px;
    bottom: 24px;
    width: 126px;
    height: 8px;
    background: #8ea6c8;
}

.wave-illu-table::before,
.wave-illu-table::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 4px;
    height: 44px;
    background: #9fb2cd;
}

.wave-illu-table::before { left: 10px; }
.wave-illu-table::after { right: 10px; }

.wave-illu-laptop {
    position: absolute;
    left: 188px;
    bottom: 40px;
    width: 44px;
    height: 26px;
    background: #1e4f95;
    transform: skew(-12deg);
    border-radius: 4px;
}

.wave-illu-laptop::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.wave-illu-plant {
    position: absolute;
    left: 150px;
    bottom: 46px;
    width: 24px;
    height: 50px;
    background: transparent;
}

.wave-illu-plant::before,
.wave-illu-plant::after {
    content: "";
    position: absolute;
    background: #b7cbe8;
    border-radius: 20px 20px 0 20px;
}

.wave-illu-plant::before {
    width: 14px;
    height: 28px;
    left: 2px;
    top: 0;
    transform: rotate(-18deg);
}

.wave-illu-plant::after {
    width: 14px;
    height: 28px;
    right: 0;
    top: 10px;
    transform: rotate(22deg);
}

.wave-illu-window {
    position: absolute;
    right: 42px;
    top: 24px;
    width: 100px;
    height: 90px;
    background: linear-gradient(to top, #dbe4f0 0 100%);
    clip-path: polygon(50% 0%, 100% 18%, 100% 100%, 0% 100%, 0% 18%);
    opacity: 0.9;
}

.wave-illu-window::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #b1c1d9;
    transform: translateX(-50%);
}

.wave-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 404px;
    gap: 18px;
    align-items: start;
}

.wave-left-column,
.wave-right-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wave-info-card,
.wave-side-card,
.wave-security-card,
.wave-bottom-features {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 8px 24px rgba(16, 24, 40, 0.04);
}

.wave-info-card {
    padding: 20px;
}

.wave-info-card + .wave-info-card {
    margin-top: 0;
}

.wave-section-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.wave-section-head h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #18325b;
}

.wave-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eaf1ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.wave-section-content {
    padding-left: 60px;
    color: #334b6c;
    font-size: 17px;
    line-height: 1.55;
}

.wave-list {
    margin: 0;
    padding-left: 20px;
}

.wave-list li {
    margin-bottom: 6px;
}

.wave-details-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 8px 28px;
    font-size: 17px;
    color: #334b6c;
}

.wave-details-grid div:nth-child(odd) {
    color: #31496a;
    font-weight: 500;
}

.wave-side-card {
    padding: 20px;
}

.wave-side-head {
    margin-bottom: 14px;
}

.wave-side-card p {
    margin: 0 0 22px;
    color: #435978;
    font-size: 16px;
    line-height: 1.5;
}

.wave-contact-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
}

.wave-contact-links a {
    color: #1456c6;
    font-size: 16px;
    font-weight: 600;
}

.wave-side-note {
    color: #556987;
}

.wave-security-card {
    padding: 18px 20px;
    background: #edf5ff;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
}

.wave-security-icon {
    font-size: 28px;
}

.wave-security-card strong {
    display: block;
    color: #1b4787;
    font-size: 17px;
    margin-bottom: 6px;
}

.wave-security-card p {
    margin: 0;
    color: #3a5985;
    font-size: 15px;
    line-height: 1.45;
}

.wave-bottom-features {
    margin-top: 18px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wave-feature-box {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
}

.wave-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eaf1ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.wave-feature-box strong {
    display: block;
    font-size: 17px;
    color: #18325b;
    margin-bottom: 6px;
}

.wave-feature-box p {
    margin: 0;
    color: #556987;
    font-size: 15px;
    line-height: 1.45;
}

.wave-copyright {
    text-align: center;
    color: #61748f;
    font-size: 15px;
    padding: 28px 0 8px;
}

@media (max-width: 1200px) {
    .wave-header-inner {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 14px 0;
    }

    .wave-nav {
        justify-content: flex-start;
        gap: 24px;
        flex-wrap: wrap;
    }

    .wave-header-actions {
        justify-content: flex-start;
    }

    .wave-content-grid,
    .wave-hero-card,
    .wave-bottom-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wave-container {
        width: min(1320px, calc(100% - 24px));
    }

    .wave-nav {
        display: none;
    }

    .wave-hero-left h1 {
        font-size: 24px;
    }

    .wave-meta-row,
    .wave-details-grid {
        font-size: 15px;
    }

    .wave-section-content {
        padding-left: 0;
    }

    .wave-section-head {
        align-items: flex-start;
    }

    .wave-details-grid {
        grid-template-columns: 1fr;
    }

    .wave-feature-box {
        grid-template-columns: 44px 1fr;
    }
}

.wave-footer {
    margin-top: 60px;
    padding: 26px 0;
    background: #0f2747;
    border-radius: 18px 18px 0 0;
    color: #c9d7ea;
}

.wave-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.wave-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wave-footer-brand strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.wave-footer-brand span {
    color: #b9c8dd;
    font-size: 14px;
}

.wave-footer-links {
    display: flex;
    gap: 20px;
}

.wave-footer-links a {
    color: #b9c8dd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.wave-footer-links a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .wave-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .wave-footer-links {
        flex-wrap: wrap;
    }
}

.wave-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.wave-brand-img {
    width: 150px;
    max-height: 48px;
    object-fit: contain;
    display: block;
}