 @media only screen and (min-width: 0rem) {#hero-nejobs {position: relative;min-height: 100svh;display: flex;align-items: center;padding: 10rem 1rem 5rem;overflow: hidden;isolation: isolate;}#hero-nejobs .cs-hero-bg {position: absolute;inset: 0;z-index: -2;}#hero-nejobs .cs-hero-bg img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}#hero-nejobs .cs-hero-overlay {position: absolute;inset: 0;background: linear-gradient(120deg, rgba(8, 32, 48, 0.85) 0%, rgba(8, 32, 48, 0.55) 55%, rgba(8, 32, 48, 0.35) 100%), linear-gradient(to bottom, rgba(8, 32, 48, 0.2) 0%, rgba(8, 32, 48, 0.75) 100%);}#hero-nejobs .cs-leaf-accent {position: absolute;top: -3rem;right: -3rem;width: 14rem;height: 14rem;color: var(--primary);opacity: 0.18;z-index: 1;transform: rotate(25deg);pointer-events: none;}#hero-nejobs .cs-leaf-accent svg {width: 100%;height: 100%;}#hero-nejobs .cs-container {position: relative;z-index: 3;width: 100%;max-width: 1300px;margin: 0 auto;display: flex;flex-direction: column;gap: 3rem;align-items: center;}#hero-nejobs .cs-content {max-width: 720px;text-align: center;}#hero-nejobs .cs-title {font-family: 'Georgia', 'Times New Roman', serif;font-size: clamp(2rem, 7vw, 4.25rem);font-weight: 900;line-height: 1.05;letter-spacing: -0.02em;color: #ffffff;margin-bottom: 1.25rem;}#hero-nejobs .cs-text {font-size: clamp(1rem, 2.5vw, 1.125rem);line-height: 1.65;color: rgba(255, 255, 255, 0.85);margin-bottom: 2rem;max-width: 620px;margin-left: auto;margin-right: auto;}#hero-nejobs .cs-button-group {display: flex;flex-wrap: wrap;justify-content: center;gap: 1rem;align-items: center;}#hero-nejobs .cs-button-solid {display: inline-flex;align-items: center;background: var(--primary);color: #fff;font-size: 0.9375rem;font-weight: 700;letter-spacing: 0.04em;text-decoration: none;text-transform: uppercase;padding: 1rem 2rem;border-radius: 4px;transition: background 0.25s ease, transform 0.2s ease;}#hero-nejobs .cs-button-solid:hover {background: #156a8c;transform: translateY(-2px);}#hero-nejobs .cs-button-ghost {display: inline-flex;align-items: center;gap: 0.5rem;color: #fff;font-size: 0.9375rem;font-weight: 600;letter-spacing: 0.04em;text-decoration: none;text-transform: uppercase;padding: 0.95rem 1.75rem;border-radius: 4px;border: 2px solid rgba(255, 255, 255, 0.4);transition: border-color 0.25s, background 0.25s;}#hero-nejobs .cs-button-ghost:hover {border-color: #fff;background: rgba(255, 255, 255, 0.08);}}@media only screen and (min-width: 48rem) {#hero-nejobs {padding: 10rem 2rem 6rem;}#hero-nejobs .cs-leaf-accent {width: 22rem;height: 22rem;top: -5rem;right: -5rem;}}@media only screen and (min-width: 64rem) {#hero-nejobs {padding: 12rem 2rem 8rem;}#hero-nejobs .cs-leaf-accent {width: 28rem;height: 28rem;}}@media only screen and (min-width: 0rem) {#about-nejobs {padding: 4rem 1rem;background: #fff;}#about-nejobs .cs-container {width: 100%;max-width: 1300px;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;}#about-nejobs .cs-image-group {position: relative;display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;}#about-nejobs .cs-picture {display: block;border-radius: 8px;overflow: hidden;}#about-nejobs .cs-picture--main {grid-column: 1 / span 2;box-shadow: 12px 12px 0 0 var(--primary);margin-bottom: 0;}#about-nejobs .cs-picture--main img {width: 100%;height: auto;display: block;aspect-ratio: 16/9;object-fit: cover;}#about-nejobs .cs-picture--secondary img, #about-nejobs .cs-picture--tertiary img {width: 100%;height: auto;display: block;aspect-ratio: 4/3;object-fit: cover;}#about-nejobs .cs-topper {display: block;font-family: 'Courier New', monospace;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.75rem;}#about-nejobs .cs-title {font-family: 'Georgia', 'Times New Roman', serif;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;line-height: 1.2;color: #0a2a3d;margin-bottom: 1.25rem;}#about-nejobs .cs-text {font-size: 1.0625rem;line-height: 1.7;color: #555;margin-bottom: 1rem;}}@media only screen and (min-width: 48rem) {#about-nejobs .cs-image-group {grid-template-columns: 1.3fr 1fr;grid-template-rows: auto auto;gap: 1rem;}#about-nejobs .cs-picture--main {grid-column: 1;grid-row: 1 / span 2;margin-bottom: 0;}#about-nejobs .cs-picture--main img {aspect-ratio: 3/4;height: 100%;}#about-nejobs .cs-picture--secondary {grid-column: 2;grid-row: 1;}#about-nejobs .cs-picture--tertiary {grid-column: 2;grid-row: 2;}#about-nejobs .cs-picture--secondary img, #about-nejobs .cs-picture--tertiary img {aspect-ratio: 4/3;}}@media only screen and (min-width: 64rem) {#about-nejobs {padding: 6rem 2rem;}#about-nejobs .cs-container {grid-template-columns: 1fr 1.2fr;gap: 5rem;}}@media only screen and (min-width: 0rem) {#services-nejobs {padding: 4rem 1rem;background: #f4f8fa;position: relative;overflow: hidden;}#services-nejobs::before {content: '';position: absolute;top: -8rem;right: -8rem;width: 24rem;height: 24rem;background: radial-gradient(circle, rgba(30, 136, 176, 0.08) 0%, transparent 70%);pointer-events: none;}#services-nejobs .cs-container {position: relative;width: 100%;max-width: 1300px;margin: 0 auto;}#services-nejobs .cs-header {text-align: center;max-width: 700px;margin: 0 auto 3rem;}#services-nejobs .cs-topper {display: block;font-family: 'Courier New', monospace;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.75rem;}#services-nejobs .cs-title {font-family: 'Georgia', 'Times New Roman', serif;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;line-height: 1.2;color: #0a2a3d;margin-bottom: 1rem;}#services-nejobs .cs-text {font-size: 1.0625rem;line-height: 1.65;color: #666;}#services-nejobs .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: 1fr;gap: 2rem;}#services-nejobs .cs-item {background: #fff;border-radius: 12px;overflow: hidden;box-shadow: 0 4px 24px rgba(10, 42, 61, 0.08);transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;position: relative;}#services-nejobs .cs-item:hover {transform: translateY(-6px);box-shadow: 0 16px 40px rgba(10, 42, 61, 0.14);}#services-nejobs .cs-card-image {overflow: hidden;position: relative;aspect-ratio: 16/10;}#services-nejobs .cs-card-image img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.5s ease;}#services-nejobs .cs-item:hover .cs-card-image img {transform: scale(1.06);}#services-nejobs .cs-card-body {padding: 1.75rem;flex: 1;display: flex;flex-direction: column;}#services-nejobs .cs-h3 {font-family: 'Georgia', 'Times New Roman', serif;font-size: 1.5rem;font-weight: 800;color: #0a2a3d;margin-bottom: 0.875rem;}#services-nejobs .cs-item-text {font-size: 0.9375rem;line-height: 1.7;color: #555;flex: 1;}}@media only screen and (min-width: 48rem) {#services-nejobs .cs-card-group {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#services-nejobs {padding: 6rem 2rem;}#services-nejobs .cs-card-group {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#why-nejobs {padding: 4rem 1rem;background: #fff;}#why-nejobs .cs-container {width: 100%;max-width: 1300px;margin: 0 auto;}#why-nejobs .cs-header {text-align: center;max-width: 640px;margin: 0 auto 3rem;}#why-nejobs .cs-topper {display: block;font-family: 'Courier New', monospace;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.75rem;}#why-nejobs .cs-title {font-family: 'Georgia', 'Times New Roman', serif;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;line-height: 1.2;color: #0a2a3d;}#why-nejobs .cs-why-grid {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#why-nejobs .cs-why-item {background: #f4f8fa;border-left: 4px solid var(--primary);padding: 1.75rem;border-radius: 0 8px 8px 0;display: flex;gap: 1.25rem;align-items: flex-start;transition: transform 0.25s ease, box-shadow 0.25s ease;}#why-nejobs .cs-why-item:hover {transform: translateX(4px);box-shadow: 0 8px 24px rgba(10, 42, 61, 0.08);}#why-nejobs .cs-why-icon {flex-shrink: 0;width: 56px;height: 56px;background: #fff;color: var(--primary);border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 12px rgba(30, 136, 176, 0.15);}#why-nejobs .cs-why-text {font-size: 1rem;line-height: 1.7;color: #444;margin: 0;padding-top: 0.5rem;}}@media only screen and (min-width: 48rem) {#why-nejobs .cs-why-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#why-nejobs {padding: 6rem 2rem;}}@media only screen and (min-width: 0rem) {#reviews-nejobs {padding: 4rem 1rem;background: #f4f8fa;}#reviews-nejobs .cs-container {width: 100%;max-width: 1300px;margin: 0 auto;}#reviews-nejobs .cs-header {text-align: center;margin-bottom: 3rem;}#reviews-nejobs .cs-topper {display: block;font-family: 'Courier New', monospace;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.75rem;}#reviews-nejobs .cs-title {font-family: 'Georgia', 'Times New Roman', serif;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;color: #0a2a3d;margin: 0 auto;}#reviews-nejobs .cs-review-grid {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#reviews-nejobs .cs-review-card {background: #fff;border-radius: 12px;padding: 2.5rem 1.75rem 1.75rem;position: relative;box-shadow: 0 4px 20px rgba(10, 42, 61, 0.06);display: flex;flex-direction: column;transition: transform 0.25s ease, box-shadow 0.25s ease;}#reviews-nejobs .cs-review-card:hover {transform: translateY(-4px);box-shadow: 0 12px 32px rgba(10, 42, 61, 0.12);}#reviews-nejobs .cs-quote-mark {font-family: Georgia, serif;font-size: 5rem;line-height: 0.5;color: var(--primary);opacity: 0.18;position: absolute;top: 1.5rem;right: 1.5rem;pointer-events: none;user-select: none;}#reviews-nejobs .cs-stars {display: flex;gap: 0.2rem;margin-bottom: 1rem;}#reviews-nejobs .cs-star {color: #f5a623;font-size: 1.125rem;}#reviews-nejobs .cs-review-text {font-size: 1rem;line-height: 1.7;color: #444;margin-bottom: 1.5rem;font-style: italic;flex: 1;}#reviews-nejobs .cs-review-name {font-size: 0.9375rem;font-weight: 700;color: var(--primary);text-transform: uppercase;letter-spacing: 0.06em;padding-top: 1rem;border-top: 1px solid #e5edf2;}}@media only screen and (min-width: 48rem) {#reviews-nejobs .cs-review-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#reviews-nejobs {padding: 6rem 2rem;}#reviews-nejobs .cs-review-grid {grid-template-columns: repeat(4, 1fr);gap: 1.5rem;}}