.fp-locations-hub *,
.fp-locations-hub *::before,
.fp-locations-hub *::after {
box-sizing: border-box;
} .fp-container {
width: 100%;
max-width: 1200px;
margin-inline: auto;
padding-inline: 24px;
} .fp-section-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
margin-bottom: 48px;
}
.fp-section-head h2 {
font-family: Archivo, sans-serif;
font-size: clamp(1.75rem, 3vw, 2.5rem);
font-weight: 700;
line-height: 1.15;
color: #101113;
margin: 0 0 12px;
}
.fp-section-head p {
font-family: Inter, sans-serif;
font-size: 1.0625rem;
color: #5C5F66;
margin: 0;
max-width: 580px;
} .fp-hero {
background-color: #0B0D14;
padding: 96px 0 80px;
text-align: center;
}
.fp-eyebrow {
display: inline-block;
font-family: Inter, sans-serif;
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #7A4FF7;
margin-bottom: 20px;
}
.fp-eyebrow-light {
color: #a887ff;
}
.fp-hero h1 {
font-family: Archivo, sans-serif;
font-size: clamp(2.25rem, 5vw, 3.75rem);
font-weight: 800;
line-height: 1.1;
color: #fff;
margin: 0 auto 24px;
max-width: 820px;
}
.fp-grad-text {
background: linear-gradient(135deg, #7A4FF7 0%, #a56fff 60%, #c89fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.fp-hero p {
font-family: Inter, sans-serif;
font-size: 1.125rem;
line-height: 1.65;
color: #a0a4b0;
max-width: 640px;
margin: 0 auto 36px;
}
.fp-hero-copy {
max-width: 760px;
margin: 0 auto 32px;
}
.fp-hero-copy p {
margin-bottom: 14px;
}
.fp-hero-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 26px;
}
.fp-btn-ghost--dark {
color: #fff;
border-color: rgba(255, 255, 255, 0.22);
}
.fp-btn-ghost--dark:hover {
color: #fff;
border-color: #fff;
background: rgba(255, 255, 255, 0.08);
} .fp-trust-pills {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.fp-trust-pill {
font-family: Inter, sans-serif;
font-size: 0.8125rem;
font-weight: 500;
color: #d4d6de;
background: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.12);
padding: 6px 14px;
border-radius: 0;
} .fp-filterbar-wrap {
background: #fff;
border-bottom: 1px solid #E9ECEF;
position: sticky;
top: 75px;
z-index: 100;
transition: box-shadow 0.2s ease;
}
.fp-filterbar-wrap.is-stuck {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.fp-filterbar {
padding: 16px 0;
display: flex;
flex-direction: column;
gap: 14px;
}
.fp-filterbar-head {
padding: 28px 0 4px;
}
.fp-filterbar-head h2 {
font-family: Archivo, sans-serif;
font-size: clamp(1.6rem, 3vw, 2.25rem);
font-weight: 700;
line-height: 1.15;
color: #101113;
margin: 0 0 8px;
}
.fp-filterbar-head p {
font-family: Inter, sans-serif;
font-size: 1rem;
line-height: 1.6;
color: #5C5F66;
max-width: 780px;
margin: 0;
}
.fp-filterbar-row {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
} .fp-search-input {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #101113;
background: #fff;
border: 1px solid #E9ECEF;
border-radius: 0;
padding: 9px 14px;
flex: 1 1 240px;
min-width: 0;
outline: none;
transition: border-color 0.15s ease;
}
.fp-search-input::placeholder {
color: #adb0b8;
}
.fp-search-input:focus-visible {
border-color: #7A4FF7;
box-shadow: 0 0 0 3px rgba(122, 79, 247, 0.18);
} .fp-country-select {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #101113;
background: #fff;
border: 1px solid #E9ECEF;
border-radius: 0;
padding: 9px 36px 9px 12px;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235C5F66' stroke-width='1.5'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
cursor: pointer;
outline: none;
transition: border-color 0.15s ease;
}
.fp-country-select:focus-visible {
border-color: #7A4FF7;
box-shadow: 0 0 0 3px rgba(122, 79, 247, 0.18);
} .fp-result-counter {
font-family: Inter, sans-serif;
font-size: 0.875rem;
color: #5C5F66;
margin: 0;
white-space: nowrap;
} .fp-chip-label {
font-family: Inter, sans-serif;
font-size: 0.8125rem;
font-weight: 600;
color: #5C5F66;
text-transform: uppercase;
letter-spacing: 0.06em;
min-width: 36px;
} .fp-chip-group {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.fp-chip {
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 500;
color: #5C5F66;
background: #fff;
border: 1px solid #E9ECEF;
border-radius: 0;
padding: 6px 14px;
cursor: pointer;
transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
white-space: nowrap;
}
.fp-chip:hover {
border-color: #7A4FF7;
color: #7A4FF7;
}
.fp-chip[aria-pressed="true"] {
background: #7A4FF7;
border-color: #7A4FF7;
color: #fff;
}
.fp-chip:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
} .fp-clear-btn {
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 500;
color: #7A4FF7;
background: transparent;
border: none;
padding: 6px 4px;
cursor: pointer;
text-decoration: underline;
margin-left: auto;
transition: color 0.15s ease;
}
.fp-clear-btn:hover {
color: #632EF4;
}
.fp-clear-btn:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
} .fp-map-section {
padding: 48px 0;
background: #f8f9fb;
border-bottom: 1px solid #E9ECEF;
}
.fp-map-section .fp-section-head {
align-items: center;
margin-bottom: 24px;
}
.fp-map-section .fp-section-head h2 {
margin-bottom: 4px;
}
.fp-map-badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0 0 18px;
padding: 0;
list-style: none;
}
.fp-map-badges li {
font-family: Inter, sans-serif;
font-size: 0.875rem;
color: #5C5F66;
background: #fff;
border: 1px solid #E9ECEF;
padding: 8px 12px;
}
.fp-map-badges strong {
color: #101113;
}
.fp-map-toggle {
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 500;
color: #7A4FF7;
background: transparent;
border: 1px solid #7A4FF7;
padding: 8px 18px;
cursor: pointer;
white-space: nowrap;
transition: background 0.15s ease, color 0.15s ease;
border-radius: 0;
flex-shrink: 0;
}
.fp-map-toggle:hover {
background: #7A4FF7;
color: #fff;
}
.fp-map-toggle:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
}
#fp-map {
width: 100%;
background: #e6e8ec;
border: 1px solid #E9ECEF;
} .fp-static-map {
position: relative;
aspect-ratio: 2 / 1;
overflow: hidden;
background: #1e2230;
border: 1px solid #2a2f3d;
}
.fp-static-map__img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
} .fp-static-pin {
position: absolute;
width: 28px;
height: 28px;
margin: -14px 0 0 -14px; border: 0;
padding: 0;
background: transparent;
border-radius: 50%;
cursor: pointer;
transition: background 0.15s ease, box-shadow 0.15s ease;
}
.fp-static-pin:hover,
.fp-static-pin:focus-visible,
.fp-static-pin.is-active {
background: rgba(122,79,247,0.35);
box-shadow: 0 0 0 3px rgba(122,79,247,0.7);
outline: none;
z-index: 2;
}
.fp-static-pin.is-hidden {
display: none;
}
.fp-map-section.is-collapsed .fp-static-map {
display: none;
}
.fp-card.is-pin-active {
box-shadow: 0 0 0 2px #7A4FF7, 0 12px 12px 0 rgba(218,218,218,0.5);
transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
.fp-static-pin,
.fp-card.is-pin-active {
transition: none;
transform: none;
}
} .fp-grid-section {
padding: 80px 0;
}
.fp-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
} .fp-card {
background: #fff;
border: 1px solid #E9ECEF;
border-radius: 0;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fp-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
} .fp-card-img {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
background-color: #e6e8ec;
}
.fp-card-flag {
position: absolute;
top: 10px;
left: 10px;
font-family: Inter, sans-serif;
font-size: 0.75rem;
font-weight: 600;
color: #fff;
background: rgba(11, 13, 20, 0.65);
padding: 3px 8px;
border-radius: 0;
backdrop-filter: blur(4px);
} .fp-card-body {
padding: 20px;
display: flex;
flex-direction: column;
gap: 6px;
flex: 1;
}
.fp-card-title {
font-family: Archivo, sans-serif;
font-size: 1.0625rem;
font-weight: 700;
color: #101113;
margin: 0;
line-height: 1.25;
}
.fp-card-region {
font-family: Inter, sans-serif;
font-size: 0.8125rem;
color: #7A4FF7;
font-weight: 600;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.fp-card-address {
font-family: Inter, sans-serif;
font-size: 0.875rem;
color: #5C5F66;
margin: 0;
}
.fp-card-bestfor {
font-family: Inter, sans-serif;
font-size: 0.875rem;
color: #5C5F66;
margin: 4px 0 0;
padding-left: 10px;
border-left: 3px solid #7A4FF7;
line-height: 1.5;
}
.fp-card-bestfor strong {
color: #101113;
} .fp-card-plans {
display: flex;
gap: 6px;
flex-wrap: wrap;
margin-top: 8px;
}
.fp-plan-chip {
font-family: Inter, sans-serif;
font-size: 0.75rem;
font-weight: 500;
color: #adb0b8;
background: #f4f5f7;
border: 1px solid #E9ECEF;
padding: 3px 10px;
border-radius: 0;
}
.fp-plan-chip.is-active {
color: #101113;
background: #101113;
border-color: #101113;
color: #fff;
} .fp-card-price {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #5C5F66;
margin: 4px 0 0;
}
.fp-card-price strong {
color: #101113;
} .fp-card-ctas {
display: flex;
gap: 10px;
margin-top: auto;
padding-top: 16px;
} .fp-btn {
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 600;
text-decoration: none;
padding: 9px 18px;
border-radius: 0;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
white-space: nowrap;
}
.fp-btn:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
} .fp-btn-ghost {
color: #101113;
background: transparent;
border: 1px solid #E9ECEF;
}
.fp-btn-ghost:hover {
border-color: #101113;
color: #101113;
} .fp-btn-primary {
color: #fff;
background: linear-gradient(135deg, #7A4FF7 0%, #632EF4 100%);
border: 1px solid transparent;
}
.fp-btn-primary:hover {
background: linear-gradient(135deg, #632EF4 0%, #5120d6 100%);
} .fp-empty-state {
grid-column: 1 / -1;
text-align: center;
padding: 64px 24px;
font-family: Inter, sans-serif;
font-size: 1rem;
color: #5C5F66;
}
.fp-empty-state a {
color: #7A4FF7;
text-decoration: underline;
margin-left: 6px;
} .fp-jobs-section {
padding: 80px 0;
background: #f8f9fb;
border-top: 1px solid #E9ECEF;
border-bottom: 1px solid #E9ECEF;
}
.fp-jobs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.fp-job-tile {
background: #fff;
border: 1px solid #E9ECEF;
border-radius: 0;
padding: 28px 24px;
text-align: left;
cursor: pointer;
display: flex;
flex-direction: column;
gap: 12px;
transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
width: 100%;
}
.fp-job-tile:hover {
border-color: #7A4FF7;
box-shadow: 0 8px 24px rgba(122, 79, 247, 0.12);
transform: translateY(-2px);
}
.fp-job-tile[aria-pressed="true"] {
border-color: #7A4FF7;
background: #faf8ff;
box-shadow: 0 0 0 3px rgba(122, 79, 247, 0.2);
}
.fp-job-tile:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
}
.fp-job-icon {
display: flex;
align-items: center;
justify-content: flex-start;
color: #7A4FF7;
line-height: 1;
}
.fp-job-tile h3 {
font-family: Archivo, sans-serif;
font-size: 1.0625rem;
font-weight: 700;
color: #101113;
margin: 0;
line-height: 1.25;
}
.fp-job-tile p {
font-family: Inter, sans-serif;
font-size: 0.9rem;
color: #5C5F66;
margin: 0;
line-height: 1.55;
flex: 1;
}
.fp-job-tile-cta {
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 600;
color: #7A4FF7;
margin-top: auto;
transition: color 0.15s ease;
}
.fp-job-tile:hover .fp-job-tile-cta {
color: #632EF4;
}
.fp-job-caution {
font-size: 0.8125rem !important;
color: #7a5a11 !important;
background: #fff8e8;
border-left: 3px solid #d99a19;
padding: 10px 12px;
} .fp-market-section {
padding: 80px 0;
background: #fff;
}
.fp-section-head--center {
display: block;
text-align: center;
max-width: 820px;
margin-left: auto;
margin-right: auto;
}
.fp-section-head--center p {
margin-left: auto;
margin-right: auto;
}
.fp-market-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
}
.fp-market-card {
background: #fff;
border: 1px solid #E9ECEF;
padding: 22px;
min-height: 100%;
}
.fp-market-card__label {
display: inline-block;
font-family: Inter, sans-serif;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #7A4FF7;
margin-bottom: 12px;
}
.fp-market-card h3 {
font-family: Archivo, sans-serif;
font-size: 1.125rem;
line-height: 1.2;
color: #101113;
margin: 0 0 10px;
}
.fp-market-card p {
font-family: Inter, sans-serif;
font-size: 0.9rem;
line-height: 1.6;
color: #5C5F66;
margin: 0;
} .fp-matrix-section {
padding: 80px 0;
}
.fp-matrix-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.fp-matrix {
width: 100%;
border-collapse: collapse;
font-family: Inter, sans-serif;
font-size: 0.9375rem;
} .fp-matrix-th {
padding: 16px 20px;
background: #f8f9fb;
border: 1px solid #E9ECEF;
text-align: center;
font-family: Archivo, sans-serif;
font-weight: 700;
color: #101113;
}
.fp-matrix-th--feature {
text-align: left;
width: 46%;
}
.fp-matrix-th a {
color: inherit;
text-decoration: none;
display: block;
}
.fp-matrix-th a:hover {
color: #7A4FF7;
}
.fp-matrix-note {
display: block;
font-family: Inter, sans-serif;
font-size: 0.8125rem;
font-weight: 500;
color: #7A4FF7;
margin-top: 2px;
} .fp-matrix-row:nth-child(even) .fp-matrix-label,
.fp-matrix-row:nth-child(even) .fp-matrix-cell {
background: #fafafa;
}
.fp-matrix-label {
padding: 14px 20px;
border: 1px solid #E9ECEF;
color: #5C5F66;
text-align: left;
line-height: 1.5;
}
.fp-matrix-cell {
padding: 14px 20px;
border: 1px solid #E9ECEF;
text-align: center;
width: 18%;
}
.fp-matrix-check {
font-size: 1.125rem;
color: #7A4FF7;
font-weight: 700;
}
.fp-matrix-dash {
font-size: 1.125rem;
color: #c8cace;
} .fp-matrix-caption {
font-family: Inter, sans-serif;
font-size: 0.9rem;
color: #5C5F66;
margin-top: 20px;
text-align: center;
}
.fp-matrix-caption a {
color: #7A4FF7;
font-weight: 600;
text-decoration: underline;
}
.fp-matrix-caption a:hover {
color: #632EF4;
}
.fp-plan-card-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.fp-plan-card {
background: #fff;
border: 1px solid #E9ECEF;
padding: 28px;
display: flex;
flex-direction: column;
gap: 16px;
}
.fp-plan-card h3 {
font-family: Archivo, sans-serif;
font-size: 1.35rem;
line-height: 1.2;
margin: 0;
color: #101113;
}
.fp-plan-card p {
font-family: Inter, sans-serif;
font-size: 0.95rem;
line-height: 1.6;
color: #5C5F66;
margin: 0;
}
.fp-plan-card ul {
margin: 0;
padding-left: 18px;
color: #5C5F66;
font-family: Inter, sans-serif;
line-height: 1.55;
}
.fp-plan-card li + li {
margin-top: 6px;
}
.fp-plan-card__best {
padding-top: 12px;
border-top: 1px solid #E9ECEF;
}
.fp-plan-card__best strong {
color: #101113;
} .fp-trust-section {
padding: 80px 0;
background: #f8f9fb;
border-top: 1px solid #E9ECEF;
border-bottom: 1px solid #E9ECEF;
}
.fp-trust-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
} .fp-trust-video {
position: relative;
aspect-ratio: 16 / 9;
background: #1a1d27;
overflow: hidden;
cursor: pointer;
}
.fp-play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 64px;
height: 64px;
background: rgba(122, 79, 247, 0.85);
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s ease, transform 0.2s ease;
}
.fp-play-btn::after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent #fff;
margin-left: 4px;
}
.fp-play-btn:hover {
background: rgba(99, 46, 244, 0.95);
transform: translate(-50%, -50%) scale(1.08);
}
.fp-play-btn:focus-visible {
outline: 3px solid #fff;
outline-offset: 3px;
} .fp-trust-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 24px;
}
.fp-trust-item {
display: flex;
gap: 14px;
align-items: flex-start;
}
.fp-trust-check {
display: flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
background: #7A4FF7;
color: #fff;
font-size: 0.875rem;
font-weight: 700;
flex-shrink: 0;
border-radius: 0;
margin-top: 1px;
}
.fp-trust-item-text {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #5C5F66;
line-height: 1.6;
}
.fp-trust-item-text strong {
display: block;
font-weight: 700;
color: #101113;
margin-bottom: 2px;
}
.fp-trust-list--cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.fp-trust-list--cards .fp-trust-item {
background: #fff;
border: 1px solid #E9ECEF;
padding: 22px;
min-height: 100%;
} .fp-steps-section {
padding: 80px 0;
background: #f8f9fb;
border-top: 1px solid #E9ECEF;
border-bottom: 1px solid #E9ECEF;
}
.fp-steps-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
list-style: none;
margin: 0;
padding: 0;
}
.fp-step-card {
background: #fff;
border: 1px solid #E9ECEF;
padding: 22px;
min-height: 100%;
}
.fp-step-card__number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
background: #7A4FF7;
color: #fff;
font-family: Inter, sans-serif;
font-weight: 800;
margin-bottom: 16px;
}
.fp-step-card h3 {
font-family: Archivo, sans-serif;
font-size: 1.0625rem;
line-height: 1.25;
margin: 0 0 10px;
color: #101113;
}
.fp-step-card p {
font-family: Inter, sans-serif;
font-size: 0.9rem;
line-height: 1.55;
color: #5C5F66;
margin: 0;
} .fp-faq-section {
padding: 80px 0;
}
.fp-faq-list {
max-width: 780px;
margin-inline: auto;
display: flex;
flex-direction: column;
gap: 0;
}
.fp-faq-item {
border-bottom: 1px solid #E9ECEF;
}
.fp-faq-item:first-child {
border-top: 1px solid #E9ECEF;
}
.fp-faq-q {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 20px 0;
cursor: pointer;
font-family: Archivo, sans-serif;
font-size: 1.0625rem;
font-weight: 600;
color: #101113;
list-style: none;
user-select: none;
}
.fp-faq-q::-webkit-details-marker {
display: none;
}
.fp-faq-q:focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
} .fp-faq-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
flex-shrink: 0;
position: relative;
}
.fp-faq-icon::before,
.fp-faq-icon::after {
content: '';
position: absolute;
background: #7A4FF7;
border-radius: 0;
transition: transform 0.22s ease, opacity 0.22s ease;
} .fp-faq-icon::before {
width: 14px;
height: 2px;
} .fp-faq-icon::after {
width: 2px;
height: 14px;
}
.fp-faq-item[open] .fp-faq-icon::after {
transform: rotate(90deg);
opacity: 0;
}
.fp-faq-a {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #5C5F66;
line-height: 1.65;
padding: 0 0 20px;
max-width: 680px;
} .fp-final-cta {
background: #0B0D14;
padding: 96px 0;
text-align: center;
position: relative;
overflow: hidden;
} .fp-final-cta::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 400px;
background: radial-gradient(ellipse at center, rgba(122, 79, 247, 0.22) 0%, transparent 70%);
pointer-events: none;
}
.fp-final-cta-inner {
position: relative;
z-index: 1;
}
.fp-final-cta h2 {
font-family: Archivo, sans-serif;
font-size: clamp(1.75rem, 3.5vw, 2.75rem);
font-weight: 800;
color: #fff;
margin: 16px auto 20px;
max-width: 720px;
line-height: 1.15;
}
.fp-final-cta p {
font-family: Inter, sans-serif;
font-size: 1.0625rem;
color: #a0a4b0;
margin: 0 auto 36px;
max-width: 520px;
line-height: 1.6;
} .fp-cta-large {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: Archivo, sans-serif;
font-size: 1.0625rem;
font-weight: 700;
color: #fff;
background: linear-gradient(135deg, #7A4FF7 0%, #632EF4 100%);
border: none;
padding: 16px 36px;
border-radius: 0;
text-decoration: none;
cursor: pointer;
transition: background 0.18s ease, transform 0.18s ease;
}
.fp-cta-large:hover {
background: linear-gradient(135deg, #632EF4 0%, #5120d6 100%);
transform: translateY(-2px);
}
.fp-cta-large:focus-visible {
outline: 3px solid #fff;
outline-offset: 3px;
}
.fp-cta-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: Archivo, sans-serif;
font-size: 1rem;
font-weight: 700;
color: #fff;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.34);
padding: 15px 28px;
margin-left: 10px;
text-decoration: none;
}
.fp-cta-secondary:hover {
color: #fff;
border-color: #fff;
background: rgba(255, 255, 255, 0.08);
}
.fp-cta-secondary:focus-visible {
outline: 3px solid #fff;
outline-offset: 3px;
} .fp-final-phone {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
color: #7a7f91;
margin: 24px auto 0;
}
.fp-final-phone a {
color: #a887ff;
font-weight: 600;
text-decoration: none;
}
.fp-final-phone a:hover {
color: #fff;
}  .fp-sr-only,
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .fp-sr-only-focusable:focus,
.fp-sr-only-focusable:focus-visible {
position: static;
width: auto;
height: auto;
padding: 8px 14px;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
background: #7A4FF7;
color: #fff;
font-family: Inter, sans-serif;
font-size: 0.875rem;
font-weight: 600;
text-decoration: none;
display: inline-block;
} .fp-skip-map {
display: block;
} .fp-locations-hub :focus-visible {
outline: 3px solid #7A4FF7;
outline-offset: 2px;
} @media (max-width: 900px) {
.fp-grid {
grid-template-columns: repeat(2, 1fr);
}
.fp-jobs-grid {
grid-template-columns: repeat(2, 1fr);
}
.fp-market-grid,
.fp-plan-card-grid,
.fp-trust-list--cards,
.fp-steps-grid {
grid-template-columns: repeat(2, 1fr);
}
.fp-trust-grid {
grid-template-columns: 1fr;
gap: 36px;
}
.fp-section-head {
flex-direction: column;
gap: 16px;
}
.fp-matrix-th--feature {
width: auto;
min-width: 180px;
}
} @media (max-width: 600px) {
.fp-container {
padding-inline: 16px;
}
.fp-hero {
padding: 64px 0 56px;
}
.fp-hero h1 {
font-size: 2rem;
}
.fp-grid {
grid-template-columns: 1fr;
}
.fp-jobs-grid {
grid-template-columns: 1fr;
}
.fp-market-grid,
.fp-plan-card-grid,
.fp-trust-list--cards,
.fp-steps-grid {
grid-template-columns: 1fr;
}
.fp-hero-actions,
.fp-cta-large,
.fp-cta-secondary {
width: 100%;
}
.fp-cta-secondary {
margin-left: 0;
margin-top: 10px;
}
.fp-filterbar-wrap {
top: 0;
}
.fp-card-ctas {
flex-direction: column;
}
.fp-matrix-cell,
.fp-matrix-label,
.fp-matrix-th {
padding: 12px 12px;
font-size: 0.8125rem;
}
} @media (prefers-reduced-motion: reduce) {
.fp-card,
.fp-job-tile,
.fp-btn,
.fp-chip,
.fp-cta-large,
.fp-play-btn,
.fp-map-toggle,
.fp-faq-icon::before,
.fp-faq-icon::after {
transition: none;
}
.fp-card:hover,
.fp-job-tile:hover,
.fp-cta-large:hover {
transform: none;
}
} .fp-hero-copy {
max-width: 760px;
margin: 0 auto 32px;
}
.fp-hero-copy p:last-child {
margin-bottom: 0;
}
.fp-hero-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 28px;
}
.fp-btn-ghost--dark {
color: #fff;
border-color: rgba(255, 255, 255, 0.3);
}
.fp-btn-ghost--dark:hover {
color: #fff;
border-color: #fff;
background: rgba(255, 255, 255, 0.08);
}
.fp-filterbar-head {
padding-top: 20px;
}
.fp-filterbar-head h2 {
font-family: Archivo, sans-serif;
font-size: clamp(1.5rem, 2.6vw, 2rem);
font-weight: 700;
color: #101113;
margin: 0 0 8px;
}
.fp-filterbar-head p {
font-family: Inter, sans-serif;
font-size: 1rem;
color: #5C5F66;
margin: 0 0 18px;
max-width: 760px;
}
.fp-map-badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
list-style: none;
padding: 0;
margin: 0 0 20px;
}
.fp-map-badges li {
background: #fff;
border: 1px solid #E9ECEF;
color: #5C5F66;
font-family: Inter, sans-serif;
font-size: 0.875rem;
padding: 8px 12px;
}
.fp-map-badges strong {
color: #101113;
}
.fp-card-region {
text-transform: none;
letter-spacing: 0;
}
.fp-job-caution {
padding-left: 12px;
border-left: 3px solid rgba(122, 79, 247, 0.35);
}
.fp-market-signals-section {
padding: 80px 0;
}
.fp-market-signals-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}
.fp-market-signal-card,
.fp-plan-card {
background: #fff;
border: 1px solid #E9ECEF;
padding: 24px;
}
.fp-market-signal-card h3,
.fp-plan-card h3,
.fp-how-it-works-step__body h3 {
font-family: Archivo, sans-serif;
font-size: 1.125rem;
font-weight: 700;
color: #101113;
margin: 0 0 10px;
}
.fp-market-signal-card__label {
font-family: Inter, sans-serif;
font-size: 0.8125rem;
font-weight: 700;
text-transform: uppercase;
color: #7A4FF7;
margin: 0 0 10px;
}
.fp-market-signal-card p,
.fp-plan-card p,
.fp-how-it-works-step__body p {
font-family: Inter, sans-serif;
font-size: 0.9375rem;
line-height: 1.6;
color: #5C5F66;
margin: 0;
}
.fp-plan-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.fp-plan-card {
display: flex;
flex-direction: column;
gap: 14px;
}
.fp-plan-card ul {
margin: 0;
padding-left: 20px;
display: grid;
gap: 10px;
font-family: Inter, sans-serif;
font-size: 0.9375rem;
line-height: 1.55;
color: #5C5F66;
}
.fp-plan-card__best strong {
color: #101113;
}
.fp-trust-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
}
.fp-how-it-works-section {
padding: 80px 0;
background: #fff;
}
.fp-how-it-works-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 20px;
}
.fp-how-it-works-step {
display: flex;
flex-direction: column;
gap: 14px;
padding: 24px;
border: 1px solid #E9ECEF;
background: #f8f9fb;
}
.fp-how-it-works-step__number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
background: #101113;
color: #fff;
font-family: Archivo, sans-serif;
font-size: 0.9375rem;
font-weight: 700;
}
.fp-final-cta-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
@media (max-width: 1100px) {
.fp-market-signals-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fp-how-it-works-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.fp-plan-card-grid,
.fp-trust-list {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.fp-hero-actions,
.fp-final-cta-actions {
flex-direction: column;
}
.fp-market-signals-grid,
.fp-how-it-works-list {
grid-template-columns: 1fr;
}
}