* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #1e2b3c;
    background: #ffffff;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
section {
    padding: 72px 0;
    border-bottom: 1px solid #e0e9f2;
}
section:last-of-type {
    border-bottom: none;
}
h1, h2, h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
}
h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}
h2.section-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #0f2634;
    border-left: 8px solid #f5b342;
    padding-left: 1.5rem;
}
.section-title__light {
    font-weight: 400;
    color: #3f5d74;
    margin-left: 0.5rem;
}
.highlight {
    background: #f5b34220;
    padding: 0 0.2rem;
    color: #1e2b3c;
}
.hero {
    background: linear-gradient(180deg, #f6fafd 0%, #ffffff 100%);
    text-align: center;
    padding: 88px 0 68px;
}
.hero__title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.hero__subtitle {
    font-size: 1.3rem;
    color: #2c3f4f;
    margin-bottom: 2.2rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.hero__main-action {
    margin: 2.2rem 0 1rem;
}
.btn {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    transition: background 0.2s, transform 0.1s;
    text-align: center;
}
.btn--primary {
    background: #f5b342;
    color: #1e1e1e;
    font-size: 2rem;
    padding: 1.1rem 4rem;
    box-shadow: 0 12px 22px -10px rgba(245, 179, 66, 0.5);
    border: 2px solid #e09c20;
    line-height: 1.3;
}
.btn--primary:hover {
    background: #ffc75e;
    transform: scale(1.02);
}
.btn--social {
    padding: 0.8rem 2.5rem;
    font-size: 1.2rem;
    border: 1px solid #c2d4e2;
    background: white;
    color: #1e2b3c;
    margin: 0 0.5rem;
    min-width: 190px;
}
.btn--social:hover {
    background: #e4eef7;
    border-color: #8faec9;
}
.hero__social-actions {
    margin: 2rem 0 1.5rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hero__stats {
    color: #2c5570;
    font-weight: 500;
    margin-top: 2rem;
    font-size: 1.15rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.category-item {
    background: #f0f6fc;
    padding: 1rem 2.2rem;
    border-radius: 60px;
    font-weight: 500;
    color: #0a2535;
    border: 1px solid #d0deec;
    font-size: 1.02rem;
    flex: 0 1 auto;
    max-width: 100%;
}
.category-footnote {
    text-align: center;
    color: #3a617a;
    margin-top: 32px;
    font-style: italic;
    font-size: 0.98rem;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    gap: 32px;
    margin: 40px 0 24px;
}
.insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 32px;
    margin: 40px 0 24px;
}
.card, .insight-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 15px 30px -14px rgba(0,45,75,0.12);
    overflow: hidden;
    border: 1px solid #e2ebf3;
    transition: all 0.2s;
}
.card:hover, .insight-card:hover {
    box-shadow: 0 26px 44px -20px rgba(0, 54, 94, 0.2);
}
.card__img {
    background-color: #e3eef8;
    background-size: 70px;
    background-position: center 30px;
    background-repeat: no-repeat;
}
.card__img img{
    width: 100%;
}
.insight-card__img {
    height: 130px;
    background-color: #e3eef8;
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat;
}
.card__content, .insight-card__content {
    padding: 22px 26px 30px;
}
.card__meta {
    color: #1d6a94;
    font-weight: 500;
    margin: 12px 0 16px;
    font-size: 0.95rem;
}
.card__link {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    color: #1e2b3c;
    text-decoration: none;
    border-bottom: 3px solid #f5b342;
    padding-bottom: 3px;
}
.card__link:hover {
    color: #000;
}
.section-footer-link {
    text-align: right;
    margin-top: 32px;
}
.text-link {
    color: #0f2634;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid #f5b342;
    padding-bottom: 3px;
    font-size: 1.08rem;
}
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 28px;
    margin: 30px 0 20px;
}
.guide-item {
    background: #f8fbfe;
    padding: 32px 22px;
    border-radius: 28px;
    border: 1px solid #d4e2ef;
    text-align: left;
}
.guide-icon {
    font-size: 2.6rem;
    display: block;
    margin-bottom: 20px;
}
.guide-item h4 {
    margin-bottom: 16px;
    color: #01273b;
    font-size: 1.3rem;
}
.guide-item p {
    color: #1f4157;
}
.guide-disclaimer {
    background: #f5f2e9;
    padding: 18px 28px;
    border-radius: 40px;
    margin-top: 40px;
    color: #435f72;
}
.benefits-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background: #eef3f9;
    padding: 38px 28px;
    border-radius: 80px;
    margin: 28px 0;
}
.benefit {
    font-size: 1.1rem;
    font-weight: 500;
    background: white;
    padding: 10px 24px;
    border-radius: 60px;
    box-shadow: 0 4px 10px -4px #bed0e0;
}
.why-note {
    font-size: 1.1rem;
    max-width: 950px;
    margin: 30px auto 0;
    text-align: center;
    color: #26516b;
    background: #ecf5fc;
    padding: 20px 32px;
    border-radius: 60px;
}
.salary-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin: 30px 0 16px;
}
.pill {
    background: white;
    border: 1px solid #b8cfdf;
    padding: 14px 28px;
    border-radius: 60px;
    font-weight: 500;
    color: #14394e;
    font-size: 1.02rem;
}
.salary-note {
    text-align: center;
    color: #496f88;
    font-size: 0.98rem;
    margin-top: 16px;
}
.employer-list {
    background: #f2f7fc;
    padding: 40px 42px;
    border-radius: 70px;
    line-height: 1.9;
    font-size: 1.08rem;
    word-spacing: 6px;
    color: #022b40;
}
.resource-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    background: #fcfdff;
    padding: 40px 42px;
    border-radius: 70px;
    border: 1px solid #d3e2f0;
}
.resource-item {
    font-size: 1.08rem;
    font-weight: 500;
    background: #e6f0f8;
    padding: 10px 22px;
    border-radius: 60px;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 32px;
}
blockquote {
    background: #f9fdff;
    padding: 34px 28px;
    border-radius: 36px;
    border-left: 8px solid #f5b342;
    font-style: normal;
    color: #10384d;
    box-shadow: 0 8px 24px -14px #aac0d2;
    font-size: 1.02rem;
}
.region-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin: 30px 0;
}
.region-tag {
    background: #ffffff;
    border: 1px solid #b8d1e3;
    padding: 14px 32px;
    border-radius: 70px;
    font-weight: 500;
    color: #153e55;
    font-size: 1.05rem;
}
.region-note {
    text-align: center;
    color: #3b6580;
}
.join-community {
    background: #e7f1f9;
    text-align: center;
    border-radius: 0;
}
.cta-group {
    margin: 40px 0 20px;
}
.btn--large {
    font-size: 2.2rem;
    padding: 1.4rem 5rem;
    margin-bottom: 2.5rem;
}
.cta-social-secondary {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.minor-note {
    color: #2a5977;
    font-size: 1.05rem;
    margin-top: 28px;
}
.footer {
    background: #0b2735;
    color: #c0d8e9;
    padding: 50px 0 40px;
    font-size: 0.98rem;
}
.footer__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 32px;
    color: #aaccf0;
    font-weight: 400;
    text-transform: lowercase;
}
.footer__links a {
    color: #f5b342;
    text-decoration: none;
    margin: 0 8px;
}
.footer__links a:hover {
    text-decoration: underline;
}
.footer__disclaimer {
    margin-top: 34px;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.85;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 700px) {
    h1 { font-size: 2.6rem; }
    h2.section-title { font-size: 1.9rem; }
    .btn--primary { font-size: 1.6rem; padding: 1rem 2.4rem; }
    .hero__social-actions { flex-direction: column; align-items: center; }
    .btn--social { width: 240px; }
    .benefits-row { border-radius: 40px; }
    .benefit { width: 100%; text-align: center; }
    .employer-list { padding: 28px 18px; }
    .resource-row { padding: 28px 18px; }
}