:root {
    --home-ink: #102238;
    --home-muted: #5b6b7c;
    --home-line: #dce3e9;
    --home-soft: #f3f6f7;
    --home-green: #087a4b;
    --home-green-dark: #05613b;
    --home-blue: #0e4778;
    --home-coral: #d85d45;
    --home-white: #fff;
    --home-shadow: 0 18px 50px rgba(16, 34, 56, .11);
    --home-shadow-deep: 0 26px 70px rgba(16, 34, 56, .16);
    --home-radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.home-page {
    margin: 0;
    color: var(--home-ink);
    background:
        radial-gradient(circle at 12% 3%, rgba(8, 122, 75, .09), transparent 26%),
        radial-gradient(circle at 90% 8%, rgba(14, 71, 120, .09), transparent 24%),
        linear-gradient(180deg, #f7faf9 0%, #ffffff 34%, #f4f8f6 100%);
    font-family: "Manrope", "Segoe UI", sans-serif;
}
.home-page h1,
.home-page h2,
.home-page h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
    letter-spacing: 0;
}
.home-page a { color: inherit; }
.home-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-hero {
    --hero-image: url("/static/uploads/properties/NEp001_7ef1d41d_0.png");
    position: relative;
    min-height: min(760px, calc(100vh - 74px));
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}
.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 19% 24%, rgba(92, 228, 168, .16), transparent 30%),
        linear-gradient(90deg, rgba(5, 18, 31, .9) 0%, rgba(5, 18, 31, .62) 48%, rgba(5, 18, 31, .34) 100%);
}
.home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(247, 250, 249, .98));
}
.home-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(5, 20, 34, .28);
}
.home-hero-inner {
    min-height: inherit;
    padding: 88px 0 54px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 44px;
}
.home-hero-copy { max-width: 760px; }
.home-trust-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--home-radius);
    background: rgba(255, 255, 255, .1);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}
.home-trust-label i { color: #5ce4a8; }
.home-hero h1 {
    max-width: 850px;
    font-size: clamp(3rem, 6.5vw, 5.9rem);
    line-height: .98;
    text-wrap: balance;
}
.home-hero-copy > p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 1.12rem;
    line-height: 1.75;
}
.home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}
.home-btn {
    min-height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: var(--home-radius);
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(16, 34, 56, .16);
}
.home-btn-primary { color: #fff; background: var(--home-green); }
.home-btn-primary:hover { background: var(--home-green-dark); }
.home-btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .48); background: rgba(8, 20, 31, .25); }
.home-btn-dark { color: #fff; background: var(--home-ink); }
.home-btn-light { color: var(--home-ink); background: #fff; }
.home-role-links {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    color: rgba(255, 255, 255, .74);
    font-size: .9rem;
}
.home-role-links a {
    color: #fff;
    font-weight: 800;
    text-underline-offset: 4px;
}
.home-hero-listing {
    position: relative;
    width: 270px;
    flex: 0 0 270px;
    padding: 22px 52px 22px 22px;
    color: #fff;
    background: rgba(7, 25, 40, .76);
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 4px solid #5ce4a8;
    border-radius: var(--home-radius);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
    text-decoration: none;
}
.home-hero-listing-label {
    display: block;
    margin-bottom: 12px;
    color: #5ce4a8;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}
.home-hero-listing strong,
.home-hero-listing span,
.home-hero-listing b { display: block; }
.home-hero-listing strong { line-height: 1.4; }
.home-hero-listing > span:not(.home-hero-listing-label) {
    margin-top: 5px;
    color: rgba(255, 255, 255, .66);
    font-size: .84rem;
}
.home-hero-listing b { margin-top: 13px; }
.home-hero-listing > i {
    position: absolute;
    right: 20px;
    bottom: 22px;
}

.home-proof {
    border-bottom: 1px solid var(--home-line);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 38px rgba(16, 34, 56, .05);
}
.home-proof-grid {
    min-height: 106px;
    display: grid;
    grid-template-columns: 150px 190px 190px 1fr;
    align-items: center;
}
.home-proof-grid > div {
    min-height: 54px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--home-line);
}
.home-proof-grid > div:first-child { padding-left: 0; }
.home-proof-grid strong { font-size: 1.55rem; }
.home-proof-grid span { color: var(--home-muted); font-size: .82rem; }
.home-proof-grid .home-proof-statement {
    padding-right: 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-right: 0;
}
.home-proof-statement i { color: var(--home-green); font-size: 1.3rem; }
.home-proof-statement span { font-size: .9rem; line-height: 1.55; }

.home-section { padding: 90px 0; }
.home-section-head {
    margin-bottom: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
.home-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--home-green);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}
.home-section h2,
.home-final h2 {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.12;
    text-wrap: balance;
}
.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--home-blue);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.home-text-link:hover {
    color: var(--home-green);
}

.home-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.home-listing-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 34, 56, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-listing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(8, 122, 75, .28);
    box-shadow: var(--home-shadow-deep);
}
.home-listing-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--home-soft);
}
.home-listing-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}
.home-listing-card:hover img { transform: scale(1.035); }
.home-listing-image > span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 7px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(12, 31, 48, .82);
    backdrop-filter: blur(10px);
    font-size: .72rem;
    font-weight: 800;
}
.home-listing-body { padding: 19px; }
.home-listing-body p {
    margin: 0 0 7px;
    color: var(--home-muted);
    font-size: .78rem;
    text-transform: uppercase;
}
.home-listing-body h3 {
    min-height: 48px;
    font-size: 1.06rem;
    line-height: 1.45;
}
.home-listing-body h3 a { text-decoration: none; }
.home-listing-body > strong {
    display: block;
    margin-top: 14px;
    color: var(--home-green-dark);
    font-size: 1.2rem;
}
.home-listing-specs {
    min-height: 25px;
    margin-top: 14px;
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--home-muted);
    border-top: 1px solid var(--home-line);
    font-size: .78rem;
}
.home-listing-specs span { white-space: nowrap; }
.home-listing-specs i { margin-right: 6px; color: var(--home-blue); }
.home-empty {
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    background: #fff;
    box-shadow: var(--home-shadow);
}
.home-empty > i { color: var(--home-green); font-size: 2rem; }
.home-empty div { flex: 1; }
.home-empty strong,
.home-empty span { display: block; }
.home-empty span { margin-top: 4px; color: var(--home-muted); }

.home-system {
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(92, 228, 168, .14), transparent 30%),
        linear-gradient(135deg, #0d2036 0%, #102238 58%, #0b3a3a 100%);
}
.home-system .home-kicker { color: #5ce4a8; }
.home-system > .home-container {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
}
.home-system-intro p {
    max-width: 480px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .68);
    line-height: 1.8;
}
.home-system-steps article {
    position: relative;
    min-height: 132px;
    padding: 25px 64px 25px 0;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}
.home-system-steps article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.home-system-steps article > span { color: #5ce4a8; font-weight: 800; }
.home-system-steps h3 { font-size: 1.2rem; }
.home-system-steps p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .66);
    line-height: 1.65;
}
.home-system-steps article > i {
    position: absolute;
    right: 5px;
    top: 30px;
    color: rgba(255, 255, 255, .22);
    font-size: 1.7rem;
}

.home-audiences {
    background:
        linear-gradient(180deg, #f4f8f6 0%, #edf4f1 100%);
}
.home-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--home-line);
    background: #fff;
    border-radius: var(--home-radius);
    overflow: hidden;
    box-shadow: var(--home-shadow);
}
.home-audience {
    min-width: 0;
    padding: 32px;
    border-right: 1px solid var(--home-line);
    transition: transform .18s ease, background .18s ease;
}
.home-audience:hover {
    background: #fbfdfc;
    transform: translateY(-2px);
}
.home-audience:last-child { border-right: 0; }
.home-audience-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    color: #fff;
    background: var(--home-blue);
    border-radius: var(--home-radius);
    box-shadow: 0 12px 26px rgba(16, 34, 56, .16);
}
.home-audience-client .home-audience-icon { background: var(--home-green); }
.home-audience-agency .home-audience-icon { background: var(--home-coral); }
.home-audience > span {
    color: var(--home-muted);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}
.home-audience h3 {
    min-height: 74px;
    margin-top: 10px;
    font-size: 1.55rem;
    line-height: 1.25;
}
.home-audience p {
    min-height: 88px;
    margin: 15px 0 0;
    color: var(--home-muted);
    line-height: 1.7;
}
.home-audience ul {
    min-height: 114px;
    margin: 24px 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--home-line);
    list-style: none;
}
.home-audience li {
    margin: 9px 0;
    display: flex;
    gap: 9px;
    color: #34495c;
    font-size: .88rem;
}
.home-audience li i { margin-top: 4px; color: var(--home-green); }
.home-audience > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--home-blue);
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
}

.home-tutorials {
    background:
        radial-gradient(circle at 82% 18%, rgba(8, 122, 75, .11), transparent 28%),
        linear-gradient(180deg, #e8f0ed 0%, #f6faf8 100%);
}
.home-tutorial-layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 80px;
    align-items: center;
}
.home-tutorial-lead p {
    margin: 20px 0 0;
    color: var(--home-muted);
    line-height: 1.8;
}
.home-tutorial-list {
    overflow: hidden;
    border: 1px solid #c8d7d1;
    border-radius: var(--home-radius);
    background: rgba(255, 255, 255, .72);
    box-shadow: var(--home-shadow);
}
.home-tutorial-list > a {
    min-height: 94px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 17px;
    border-bottom: 1px solid #c8d7d1;
    text-decoration: none;
    transition: background .18s ease;
}
.home-tutorial-list > a:hover { background: #fff; }
.home-tutorial-list > a:last-child { border-bottom: 0; }
.home-play {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--home-green);
    border-radius: 50%;
    font-size: .78rem;
}
.home-tutorial-list small,
.home-tutorial-list strong { display: block; }
.home-tutorial-list small {
    margin-bottom: 4px;
    color: var(--home-muted);
    font-size: .72rem;
    text-transform: uppercase;
}
.home-tutorial-list > a > span:last-child { color: var(--home-muted); font-size: .8rem; }

.home-professionals { background: var(--home-soft); }
.home-agent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.home-agent {
    min-width: 0;
    padding: 20px;
    display: grid;
    grid-template-columns: 58px 1fr 34px;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 34, 56, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}
.home-agent:hover {
    transform: translateY(-3px);
    box-shadow: var(--home-shadow);
}
.home-agent-avatar {
    width: 58px;
    height: 58px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--home-blue);
    border-radius: 50%;
    font-weight: 800;
}
.home-agent-avatar img { width: 100%; height: 100%; object-fit: cover; }
.home-agent-copy { min-width: 0; }
.home-agent-copy > span { color: var(--home-green); font-size: .68rem; font-weight: 800; }
.home-agent-copy h3 {
    margin-top: 5px;
    overflow-wrap: anywhere;
    font-size: 1rem;
}
.home-agent-copy p {
    margin: 4px 0 0;
    overflow-wrap: anywhere;
    color: var(--home-muted);
    font-size: .78rem;
}
.home-agent > a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--home-blue);
    border: 1px solid var(--home-line);
    border-radius: 50%;
    text-decoration: none;
}

.home-final {
    padding: 82px 0;
    color: #fff;
    background:
        radial-gradient(circle at 14% 24%, rgba(255, 255, 255, .16), transparent 30%),
        linear-gradient(135deg, var(--home-green-dark) 0%, #087a4b 48%, #102238 100%);
}
.home-final .home-kicker { color: #8ff0c2; }
.home-final-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 45px;
}
.home-final .home-actions { flex: 0 0 auto; }

@media (max-width: 980px) {
    .home-hero-inner { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
    .home-hero-listing { width: min(100%, 420px); flex-basis: auto; }
    .home-proof-grid { grid-template-columns: repeat(3, 1fr); }
    .home-proof-grid .home-proof-statement {
        min-height: 70px;
        padding: 14px 0;
        grid-column: 1 / -1;
        border-top: 1px solid var(--home-line);
    }
    .home-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-system > .home-container,
    .home-tutorial-layout { grid-template-columns: 1fr; gap: 46px; }
    .home-audience-grid { grid-template-columns: 1fr; }
    .home-audience { border-right: 0; border-bottom: 1px solid var(--home-line); }
    .home-audience:last-child { border-bottom: 0; }
    .home-audience h3,
    .home-audience p,
    .home-audience ul { min-height: 0; }
    .home-agent-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .home-container { width: min(100% - 28px, 1180px); }
    .home-hero {
        min-height: 690px;
        background-position: 62% center;
    }
    .home-hero-inner { padding: 60px 0 30px; gap: 28px; }
    .home-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .home-hero-copy > p { font-size: .98rem; line-height: 1.65; }
    .home-actions { width: 100%; }
    .home-actions .home-btn { width: 100%; }
    .home-role-links span { width: 100%; }
    .home-hero-listing { display: none; }
    .home-proof-grid { grid-template-columns: repeat(3, 1fr); }
    .home-proof-grid > div { padding: 0 8px; text-align: center; border-right: 1px solid var(--home-line); }
    .home-proof-grid > div:first-child { padding-left: 8px; }
    .home-proof-grid strong { font-size: 1.25rem; }
    .home-proof-grid .home-proof-statement { text-align: left; }
    .home-section { padding: 64px 0; }
    .home-section-head,
    .home-final-inner { align-items: flex-start; flex-direction: column; }
    .home-listing-grid { grid-template-columns: 1fr; }
    .home-listing-body h3 { min-height: 0; }
    .home-system-steps article { grid-template-columns: 38px 1fr; padding-right: 0; }
    .home-system-steps article > i { display: none; }
    .home-audience { padding: 25px; }
    .home-tutorial-list > a { grid-template-columns: 42px 1fr; }
    .home-tutorial-list > a > span:last-child { display: none; }
    .home-agent-grid { grid-template-columns: 1fr; }
}

/* NeuroEstates brand revamp: controlled contrast, navy foundation, estate green actions. */
body.home-page {
    background:
        radial-gradient(circle at 9% 4%, rgba(8, 122, 75, .10), transparent 24%),
        radial-gradient(circle at 92% 6%, rgba(16, 34, 56, .10), transparent 24%),
        linear-gradient(180deg, #f7faf9 0%, #ffffff 34%, #f3f8f6 100%);
}

.home-page h1,
.home-page h2,
.home-page h3 {
    color: inherit;
}

.home-hero {
    min-height: min(760px, calc(100vh - 74px));
    align-items: center;
    color: #fff;
    background:
        linear-gradient(135deg, #081827 0%, #102238 52%, #087a4b 100%);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 24, 39, .96) 0%, rgba(8, 24, 39, .86) 44%, rgba(8, 24, 39, .30) 100%),
        var(--hero-image);
    background-size: cover;
    background-position: center right;
}

.home-hero::after {
    height: 100px;
    background: linear-gradient(180deg, transparent, rgba(247, 250, 249, 1));
}

.home-hero-shade {
    background:
        radial-gradient(circle at 18% 30%, rgba(116, 216, 174, .18), transparent 30%),
        radial-gradient(circle at 72% 18%, rgba(216, 163, 61, .12), transparent 24%);
}

.home-hero-inner {
    align-items: center;
    padding: 92px 0 78px;
}

.home-hero-copy {
    max-width: 780px;
}

.home-trust-label {
    color: rgba(255, 255, 255, .92);
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(12px);
}

.home-trust-label i {
    color: #74d8ae;
}

.home-hero h1 {
    max-width: 920px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.55rem);
    line-height: 1;
}

.home-hero-copy > p {
    max-width: 690px;
    color: rgba(255, 255, 255, .84);
}

.home-btn {
    border-radius: 8px;
}

.home-btn-primary {
    color: #fff;
    background: #087a4b;
    box-shadow: 0 16px 34px rgba(8, 122, 75, .24);
}

.home-btn-primary:hover {
    background: #05613b;
}

.home-btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(12px);
}

.home-btn-dark {
    color: #fff;
    background: #102238;
}

.home-btn-light {
    color: #102238;
    background: #fff;
}

.home-role-links {
    color: rgba(255, 255, 255, .72);
}

.home-role-links a {
    color: #fff;
}

.home-hero-listing {
    color: #fff;
    background: rgba(8, 24, 39, .82);
    border-color: rgba(255, 255, 255, .16);
    border-left-color: #74d8ae;
}

.home-hero-listing-label {
    color: #74d8ae;
}

.home-proof {
    background: #fff;
}

.home-proof-grid strong {
    color: #102238;
}

.home-proof-grid span,
.home-proof-statement span {
    color: #536d84;
}

.home-proof-statement i {
    color: #087a4b;
}

.home-section {
    color: #102238;
}

.home-kicker {
    color: #087a4b;
}

.home-text-link {
    color: #0e4778;
}

.home-listings-section {
    background: #fff;
}

.home-listing-card,
.home-audience-grid,
.home-tutorial-list,
.home-agent {
    border-color: #dce8e3;
    background: #fff;
}

.home-listing-image > span {
    color: #fff;
    background: rgba(8, 24, 39, .84);
}

.home-listing-body p,
.home-listing-specs,
.home-audience p,
.home-tutorial-lead p,
.home-agent-copy p {
    color: #536d84;
}

.home-listing-body > strong {
    color: #087a4b;
}

.home-listing-specs i {
    color: #0e4778;
}

.home-system {
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(116, 216, 174, .14), transparent 28%),
        linear-gradient(135deg, #081827 0%, #102238 62%, #073f32 100%);
}

.home-system h2,
.home-system h3 {
    color: #fff;
}

.home-system .home-kicker,
.home-system-steps article > span {
    color: #74d8ae;
}

.home-system-intro p,
.home-system-steps p {
    color: rgba(255, 255, 255, .72);
}

.home-system-steps article,
.home-system-steps article:last-child {
    border-color: rgba(255, 255, 255, .16);
}

.home-system-steps article > i {
    color: rgba(116, 216, 174, .24);
}

.home-audiences {
    background:
        radial-gradient(circle at 12% 14%, rgba(8, 122, 75, .08), transparent 26%),
        linear-gradient(180deg, #f3f8f6 0%, #eef5f2 100%);
}

.home-audience {
    background: #fff;
}

.home-audience:hover {
    background: #fbfdfc;
}

.home-audience-icon {
    background: #102238;
}

.home-audience-client .home-audience-icon {
    background: #087a4b;
}

.home-audience-agency .home-audience-icon {
    background: #0e4778;
}

.home-audience > span,
.home-tutorial-list small {
    color: #536d84;
}

.home-audience li {
    color: #334f68;
}

.home-audience li i {
    color: #087a4b;
}

.home-audience > a {
    color: #0e4778;
}

.home-tutorials {
    background:
        radial-gradient(circle at 90% 10%, rgba(216, 163, 61, .10), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f3f8f6 100%);
}

.home-play {
    background: #087a4b;
}

.home-tutorial-list > a {
    color: #102238;
}

.home-tutorial-list > a > span:last-child {
    color: #536d84;
}

.home-professionals {
    background: #f7faf9;
}

.home-agent-copy > span {
    color: #087a4b;
}

.home-agent-avatar {
    background: #0e4778;
}

.home-agent > a {
    color: #0e4778;
}

.home-final {
    color: #fff;
    background:
        radial-gradient(circle at 12% 24%, rgba(116, 216, 174, .16), transparent 30%),
        linear-gradient(135deg, #081827 0%, #102238 54%, #087a4b 100%);
}

.home-final h2 {
    color: #fff;
}

.home-final .home-kicker {
    color: #74d8ae;
}

.home-final .home-btn-light {
    color: #102238;
    background: #ffffff;
    border-color: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.home-final .home-btn-light:hover {
    color: #05613b;
    background: #f7fbf9;
    border-color: #ffffff;
}

@media (max-width: 980px) {
    .home-hero {
        min-height: 720px;
    }

    .home-hero::before {
        background:
            linear-gradient(180deg, rgba(8, 24, 39, .96) 0%, rgba(8, 24, 39, .86) 58%, rgba(8, 24, 39, .52) 100%),
            var(--hero-image);
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 680px) {
    .home-hero {
        min-height: 720px;
    }

    .home-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.75rem);
    }

    .home-proof-grid span,
    .home-proof-statement span {
        color: #536d84;
    }
}
