@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    --text: #0a0a1a;
    --muted: #505057;
    --primary: #2656d8;
    --purple: #7f43d9;
    --text-size-heading-5: 16px;
    --page-bg: #f7f7fb;
    --soft-purple: #f2ebff;
    --soft-blue: #eaf6ff;
    --card-bg: #ffffff;
    --line: #d8d8df;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--text);
    background: #fff;
}

.arf-home-page,
.arf-home-page * {
    font-family: 'Poppins', Arial, sans-serif;
}

.arf-home-page h1,
.arf-home-page h2,
.arf-home-page h3,
.arf-home-page h4,
.arf-home-page h5,
.arf-home-page h6 {
    font-family: 'Red Hat Display', Sans-serif;
}

.arf-home-page p {
    font-family: Tahoma, Sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.arf-wrap {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.arf-header {
    background: #fff;
    border-bottom: 1px solid #ececf4;
    position: relative;
}

.arf-header-inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.arf-logo {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.arf-logo-main {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.arf-logo-sub {
    color: #7d4ed8;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
}

.arf-logo-img {
    width: 115px;
    max-width: 100%;
    height: auto;
    display: block;
}

.arf-nav {
    display: flex;
    align-items: center;
    gap: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', Sans-serif;
}

.arf-nav a {
    color: #000000;
    font-family: 'Lato', Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 20px;
    padding: 13px 0;
    line-height: 1;
}

.arf-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.arf-btn {
    border-radius: 999px;
    border: 1px solid #164083;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.arf-btn-outline {
    color: #0e2f66;
    background: #fff;
}

.arf-btn-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #1a63d8 0%, #7d25c5 100%);
    box-shadow: 0 6px 14px rgba(32, 72, 184, 0.24);
}

.arf-hero {
    background: linear-gradient(90deg, var(--soft-purple) 0%, var(--soft-blue) 100%);
    border-top: 1px solid #ece2ff;
    border-bottom: 1px solid #ece2ff;
    padding: 54px 0 46px;
}

.arf-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .95fr;
    gap: 40px;
    align-items: center;
}

.arf-hero h1 {
    font-size: 56px;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #000000;
    max-width: 590px;
}

.arf-hero p {
    margin: 0 0 10px;
    color: #222222eb;
    font-size: 16px;
    line-height: 1.32;
    max-width: 590px;
    font-weight: 400;
}

.arf-hero strong {
    display: block;
    margin: 12px 0 24px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #222222eb;
}

.arf-regular-text {
    font-family: Tahoma, Sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--text-size-heading-5);
    line-height: 140%;
    letter-spacing: 0;
}

.arf-bold-regular {
    font-family: Tahoma, Sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: var(--text-size-heading-5);
    line-height: 140%;
    letter-spacing: 0;
}

.arf-hero-avatars {
    width: 280px;
    max-width: 100%;
    border-radius: 999px;
}

.arf-signup-card {
    background: var(--card-bg);
    border: 1px solid #ececf4;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 16px 36px rgba(11, 24, 43, 0.08);
}

.arf-signup-card h2 {
    margin: 0 0 24px;
    text-align: center;
    color: #1f4fc7;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 600;
}

.arf-input {
    width: 100%;
    border: 1px solid #d9dbe8;
    border-radius: 2px;
    background: #fff;
    height: 48px;
    padding: 8px 16px;
    font-size: 16px;
    margin-bottom: 12px;
    outline: none;
}

.arf-signup-card .arf-input {
    background: #ffffff;
    margin: 12px 0;
    font-size: 16px;
    border: 1px solid #a6afb2;
    outline: none;
    border-radius: 3px;
    padding: 8px 16px;
}

.arf-input:focus {
    border-color: #7f43d9;
    box-shadow: 0 0 0 3px rgba(127, 67, 217, 0.15);
}

.arf-signup-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 14px 0 14px;
}

.arf-signup-submit {
    background-color: transparent;
    background-image: linear-gradient(131.69deg, #1e6be8 5.15%, #730093 100%);
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    height: 56px;
    min-width: 170px;
    font-family: 'Red Hat Display', Sans-serif;
    line-height: 1;
    box-shadow: none;
}

.arf-switch-dot {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.arf-disclaimer {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
}

.arf-disclaimer a {
    text-decoration: underline;
}

.arf-section {
    padding: 72px 0;
}

.arf-section-light {
    background: #fff;
}

.arf-section-blue {
    background: #dff0fe;
    padding: 80px 0;
}

.arf-title {
    margin: 0 auto 22px;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 1300px;
    color: #000000;
    font-weight: 700;
}

.arf-copy {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.arf-features {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.arf-feature {
    text-align: center;
}

.arf-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    color: #8f57dc;
}

.arf-feature h3 {
    margin: 8px 0 25px;
    font-size: 32px;
    line-height: 1.1;
    color: #000000;
    font-weight: 700;
}

.arf-feature p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

.arf-impact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: min(1300px, calc(100% - 200px));
    margin: 0 auto;
}

.arf-impact-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.arf-impact-content {
    padding: 60px 54px;
}

.arf-impact h3 {
    margin: 8px 0 16px;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 500;
    max-width: 600px;
}

.arf-impact p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.45;
    color: #000000;
    font-weight: 400;
    max-width: 600px;
}

.arf-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0;
}

.arf-stat-number {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
}

.arf-stat-label {
    font-size: 20px;
    color: #000000;
    line-height: 1.3;
    font-weight: 500;
    max-width: 260px;
}

.arf-rewards-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.arf-reward-image {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    display: block;
}

.arf-cta-wrap {
    background: var(--soft-purple);
    border-radius: 24px;
    padding: 50px 60px 30px;
    text-align: center;
}

.arf-cta-wrap h3 {
    margin: 0 0 12px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #0d1c47;
}

.arf-cta-wrap p {
    margin: 0 0 30px;
    font-size: 18px;
    color: #0d1c47;
    font-weight: 500;
}

.arf-cta-form {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
}

.arf-cta-form .arf-input {
    margin: 0;
    border-radius: 999px;
    height: 44.8px;
    padding: 12px;
}

.arf-btn-cta {
    border-radius: 999px;
    min-width: 170px;
    border: 1px solid #2850be;
    background: #f6f9ff;
    color: #2552cb;
    font-weight: 600;
    font-size: 16px;
    height: 44.8px;
    font-weight: 600;
}

.arf-terms {
    margin-top: 30px;
    font-size: 12px;
    color: #0d1c47;
}

.arf-terms a {
    text-decoration: underline;
}

.arf-footer {
    padding: 28px 0 24px;
}

.arf-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.arf-footer-nav {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.arf-footer-nav a {
    padding: 0 15px;
    color: #000000 !important;
}

.arf-social {
    display: flex;
    gap: 10px;
}

.arf-social a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
}

.arf-social a svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

.arf-footer-bottom {
    margin-top: 18px;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #1f1f2a;
}

.arf-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.arf-footer-links a {
    text-decoration: underline;
    color: #000000 !important;
}

.arf-footer a:visited,
.arf-footer a:hover,
.arf-footer a:active {
    color: #000000 !important;
}

.arf-member-login-section {
    min-height: 100vh;
    background: #f3f3f3;
}

.arf-member-login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.arf-member-login-left {
    padding: 18px 64px 40px;
    display: flex;
    flex-direction: column;
}

.arf-member-login-logo {
    align-self: flex-start;
}

.arf-member-login-form-wrap {
    margin: auto 0;
    width: min(430px, 100%);
}

.arf-member-login-form-wrap form {
    width: 100%;
}

.arf-member-login-intro {
    text-align: center;
    margin-bottom: 22px;
}

.arf-member-login-intro h1 {
    color: #111111;
    font-family: 'Red Hat Display', Sans-serif;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 20px;
}

.arf-member-login-intro p {
    margin: 0;
    font-family: Tahoma, Sans-serif;
    color: #222222;
}

.arf-member-login-form-wrap h1,
.arf-member-login-form-wrap h2,
.arf-member-login-form-wrap h3 {
    color: #111111;
    font-family: 'Red Hat Display', Sans-serif;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
}

.arf-member-login-form-wrap p {
    font-family: Tahoma, Sans-serif;
    color: #222222;
}

.arf-member-login-form-wrap input[type="email"],
.arf-member-login-form-wrap input[type="text"],
.arf-member-login-form-wrap input[type="password"] {
    width: 100%;
    border: 1px solid #8f96a2;
    border-radius: 8px;
    background: #f3f3f3;
    height: 44px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 14px;
}

.arf-member-login-form-wrap button,
.arf-member-login-form-wrap input[type="submit"] {
    width: 100%;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(90deg, #1a63d8 0%, #7d25c5 100%);
    box-shadow: 0 6px 14px rgba(32, 72, 184, 0.24);
    min-height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding: 12px 24px;
}

.arf-member-login-form-wrap #loginBtn {
    display: block;
    width: 100%;
    border: none;
    border-radius: 15px;
    min-height: 0;
    background-image: linear-gradient(153deg, #1f6be8 25%, #6f0597 80%) !important;
    color: #ffffff !important;
    font-family: 'Red Hat Display', Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    letter-spacing: 0;
    box-shadow: none;
    padding: 12px 24px;
}

.arf-member-login-form-wrap .klm-input-container {
    margin: 14px 0 28px;
}

.arf-member-login-form-links {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center !important;
}

.arf-member-login-form-links p {
    margin: 0 0 14.4px;
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    font-family: Lato, Sans-serif;
    text-align: center !important;
}

.arf-member-login-form-links p:last-child {
    margin-bottom: 0;
}

.arf-member-login-form-links a {
    color: inherit;
    text-decoration: underline;
    text-align: center !important;
}

.arf-member-login-form-wrap a {
    text-decoration: underline;
}

.arf-member-login-right {
    background: linear-gradient(180deg, #f3ebff 0%, #f5f2ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.arf-member-login-image {
    width: min(560px, 100%);
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 1080px) {
    .arf-nav {
        display: none;
    }

    .arf-section-blue {
        padding: 64px 0;
    }

    .arf-impact {
        grid-template-columns: 1fr;
        width: min(1300px, calc(100% - 64px));
    }

    .arf-impact-media img {
        min-height: 360px;
    }
}

@media (max-width: 860px) {
    .arf-wrap {
        width: min(1200px, calc(100% - 28px));
    }

    .arf-section-blue {
        padding: 48px 0;
    }

    .arf-hero-grid,
    .arf-features,
    .arf-rewards-grid {
        grid-template-columns: 1fr;
    }

    .arf-feature h3 {
        font-size: 28px;
    }

    .arf-feature p,
    .arf-impact p,
    .arf-stat-label,
    .arf-copy {
        font-size: 16px;
    }

    .arf-signup-card h2 {
        font-size: 52px;
    }

    .arf-impact-content {
        padding: 40px 22px;
    }

    .arf-stats {
        grid-template-columns: 1fr;
    }

    .arf-cta-wrap {
        padding: 36px 22px;
    }

    .arf-cta-form {
        grid-template-columns: 1fr;
    }

    .arf-footer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .arf-header-inner {
        flex-wrap: wrap;
        padding: 12px 0;
        min-height: 0;
    }

    .arf-member-login-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .arf-member-login-left {
        padding: 16px 20px 28px;
    }

    .arf-member-login-form-wrap {
        margin: 26px auto 0;
        width: 100%;
    }

    .arf-member-login-form-wrap h1,
    .arf-member-login-form-wrap h2,
    .arf-member-login-form-wrap h3 {
        font-size: 52px;
    }

    .arf-member-login-intro h1 {
        font-size: 52px;
    }

    .arf-member-login-right {
        padding: 16px 20px 28px;
    }
}
