 #services-hero {padding: var(--sectionPadding);padding-top: clamp(7.5rem, 20vw, 10rem);background: linear-gradient(135deg, #1a3330 0%, #2b4544 55%, #1e2d2c 100%);position: relative;overflow: hidden;text-align: center;}#services-hero::before {content: '';position: absolute;inset: 0;background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(218, 165, 32, 0.1) 0%, transparent 70%);pointer-events: none;}#services-hero .cs-container {width: 100%;max-width: 52rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: 1rem;position: relative;z-index: 1;}#services-hero .cs-topper {font-size: var(--topperFontSize, 0.875rem);text-transform: uppercase;letter-spacing: 0.1em;font-weight: 700;color: #DAA520;display: block;}#services-hero .cs-title {font-size: clamp(2.25rem, 6vw, 3.5rem);font-weight: 900;line-height: 1.15;color: #fff;margin: 0;}#services-hero .cs-text {font-size: clamp(1rem, 2vw, 1.125rem);color: rgba(255, 255, 255, 0.7);margin: 0 0 1rem;line-height: 1.5;}.svl-selector {display: flex;flex-direction: column;gap: 0.75rem;width: 100%;max-width: 36rem;margin-top: 0.5rem;}.svl-option {display: flex;flex-direction: column;align-items: flex-start;gap: 0.2rem;padding: 1rem 1.5rem;background: rgba(255, 255, 255, 0.07);border: 2px solid rgba(255, 255, 255, 0.15);border-radius: 0.875rem;cursor: pointer;text-align: left;transition: border-color 0.2s ease, background 0.2s ease;width: 100%;}.svl-option:hover {background: rgba(255, 255, 255, 0.12);border-color: rgba(255, 255, 255, 0.35);}.svl-option--active {border-color: #DAA520;background: rgba(218, 165, 32, 0.1);}.svl-option__label {font-size: 1rem;font-weight: 700;color: #fff;line-height: 1.3;}.svl-option__sub {font-size: 0.8125rem;color: rgba(255, 255, 255, 0.55);line-height: 1.3;}.svl-panel {padding: var(--sectionPadding);background: #f8f9fa;}.svl-panel--active {display: block;}.svl-panel[hidden] {display: none;}.svl-panel .cs-container {width: 100%;max-width: calc(1280 / 16 * 1rem);margin: auto;display: flex;flex-direction: column;gap: clamp(2.5rem, 5vw, 3.5rem);}.svl-panel__header {text-align: center;}.svl-panel__title {font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 900;color: var(--headerColor, #31403f);margin: 0 0 0.5rem;line-height: 1.2;}.svl-panel__sub {font-size: 1rem;color: var(--bodyTextColor, #4e4b66);margin: 0;}.svl-panel__note {text-align: center;font-size: 0.9375rem;color: var(--bodyTextColor, #4e4b66);margin: 0;}.svl-panel__note a {color: var(--primary, #BF8C40);font-weight: 600;text-decoration: none;border-bottom: 1px solid rgba(191, 140, 64, 0.35);}.svl-panel__note a:hover {border-color: var(--primary, #BF8C40);}.svl-cards {display: grid;grid-template-columns: 1fr;gap: 1.5rem;}.svl-cards--single {grid-template-columns: 1fr;max-width: 48rem;margin: 0 auto;width: 100%;}.svl-card {background: #fff;border: 1.5px solid #eaeaea;border-radius: 1.25rem;padding: clamp(1.5rem, 4vw, 2rem);display: flex;flex-direction: column;gap: 1rem;position: relative;box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;}.svl-card:hover {border-color: var(--primary, #BF8C40);transform: translateY(-4px);box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);}.svl-card--featured {border-color: var(--primary, #BF8C40);background: linear-gradient(160deg, #fff 0%, #fffbf4 100%);}.svl-card__badge {position: absolute;top: -12px;left: 1.5rem;background: var(--primary, #BF8C40);color: #fff;font-size: 0.6875rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.07em;padding: 0.3rem 0.875rem;border-radius: 2rem;}.svl-card__title {font-size: clamp(1.25rem, 3vw, 1.5rem);font-weight: 700;color: var(--headerColor, #31403f);margin: 0;line-height: 1.2;}.svl-card--featured .svl-card__title {margin-top: 0.5rem;}.svl-card__who {font-size: 0.875rem;font-weight: 600;color: var(--primary, #BF8C40);margin: 0;line-height: 1.4;}.svl-card__list {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 0.5rem;flex-grow: 1;}.svl-card__list li {font-size: 0.9375rem;color: var(--bodyTextColor, #4e4b66);padding-left: 1.375rem;position: relative;line-height: 1.45;}.svl-card__list li::before {content: '→';position: absolute;left: 0;color: var(--primary, #BF8C40);font-size: 0.75rem;top: 0.125rem;}.svl-card__compare {font-size: 0.8125rem;color: #9ca3af;font-style: italic;padding-top: 0.5rem;border-top: 1px solid #f0f0f0;}.svl-card__price {display: flex;align-items: baseline;gap: 0.5rem;padding-top: 0.5rem;border-top: 1px solid #f0f0f0;}.svl-card__amount {font-size: clamp(1.75rem, 4vw, 2.25rem);font-weight: 900;color: var(--headerColor, #31403f);line-height: 1;}.svl-card__term {font-size: 0.875rem;color: #9ca3af;}.svl-card__cta {display: block;width: 100%;padding: 0.9rem 1.5rem;text-align: center;text-decoration: none;font-size: 1rem;font-weight: 700;border-radius: 0.375rem;background: rgba(43, 69, 68, 0.08);color: var(--secondary, #2B4544);border: 2px solid transparent;transition: background 0.2s ease, border-color 0.2s ease;}.svl-card__cta:hover {background: rgba(43, 69, 68, 0.15);border-color: var(--secondary, #2B4544);}.svl-card__cta--primary {background: var(--primary, #BF8C40);color: #fff;border-color: var(--primary, #BF8C40);}.svl-card__cta--primary:hover {background: #a87a38;border-color: #a87a38;}@media only screen and (min-width: 48rem) {.svl-selector {flex-direction: row;}.svl-cards {grid-template-columns: repeat(3, 1fr);gap: 1.75rem;}.svl-cards--single {grid-template-columns: 1fr;}}@media only screen and (min-width: 64rem) {#services-hero {padding-top: clamp(9rem, 12vw, 11rem);}.svl-employer-layout {grid-template-columns: 1fr 1fr;align-items: start;}}.svl-employer-layout {display: grid;grid-template-columns: 1fr;gap: 1.5rem;width: 100%;max-width: 56rem;margin: 0 auto;}.svl-contact-card {background: #fff;border: 1.5px solid #eaeaea;border-radius: 1.25rem;padding: clamp(1.5rem, 4vw, 2rem);box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);}.svl-contact__title {font-size: 1.25rem;font-weight: 700;color: var(--headerColor, #31403f);margin: 0 0 0.375rem;line-height: 1.3;}.svl-contact__sub {font-size: 0.9375rem;color: var(--bodyTextColor, #4e4b66);margin: 0 0 1.25rem;line-height: 1.5;}.svl-contact__note {font-size: 0.8125rem;color: #9ca3af;text-align: center;margin: 0.625rem 0 0;}.svl-field {display: flex;flex-direction: column;gap: 0.3rem;margin-bottom: 0.875rem;}.svl-label {font-size: 0.875rem;font-weight: 600;color: var(--headerColor, #31403f);}.svl-label__opt {font-weight: 400;color: #9ca3af;}.svl-input {width: 100%;padding: 0.75rem 1rem;font-size: 1rem;font-family: inherit;color: var(--headerColor, #31403f);background: #fff;border: 2px solid #e5e7eb;border-radius: 0.5rem;box-sizing: border-box;transition: border-color 0.15s ease, box-shadow 0.15s ease;-webkit-appearance: none;}.svl-input:focus {outline: none;border-color: var(--primary, #BF8C40);box-shadow: 0 0 0 3px rgba(191, 140, 64, 0.12);}.svl-input::placeholder {color: #9ca3af;}.svl-select {cursor: pointer;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3e%3cpolyline points='6,9 12,15 18,9'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right 0.875rem center;background-size: 1rem;padding-right: 2.75rem;}.svl-submit {display: flex;align-items: center;justify-content: center;gap: 0.5rem;width: 100%;padding: 0.875rem 1.5rem;margin-top: 0.25rem;background: var(--secondary, #2B4544);color: #fff;font-size: 1rem;font-weight: 700;font-family: inherit;border: none;border-radius: 0.5rem;cursor: pointer;text-decoration: none;transition: background 0.2s ease, transform 0.15s ease;}.svl-submit:hover:not(:disabled) {background: #3d5e5d;transform: translateY(-1px);}.svl-submit:disabled {opacity: 0.6;cursor: not-allowed;}.svl-submit svg {flex-shrink: 0;transition: transform 0.2s ease;}.svl-submit:hover:not(:disabled) svg {transform: translateX(3px);}.svl-success-icon {display: flex;justify-content: center;margin-bottom: 1rem;}