:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-soft: #edf4f2;
    --text: #171717;
    --muted: #60646c;
    --line: #dfddd6;
    --accent: #f18b46;
    --accent-dark: #cf6b29;
    --gold: #f18b46;
    --shadow: 0 18px 45px rgba(24, 31, 35, 0.10);
}

body {
    background: #fff;
    font-family: "Google Sans", "Manrope", Arial, sans-serif;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(241, 139, 70, 0.26);
    outline-offset: 3px;
}

::selection {
    background: rgba(241, 139, 70, 0.28);
    color: var(--text);
}

.site-header {
    background: #fff;
    border-top: 0;
}

.site-header__inner {
    grid-template-columns: 1fr auto 1fr;
    padding-left: 0;
}

.brand {
    justify-self: center;
    font-size: 1.22rem;
}

.brand__logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.header-page-nav {
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    color: var(--muted);
    font-size: 0.94rem;
}

.header-page-nav a,
.auth-links__primary {
    text-decoration: none;
}

.header-page-nav a:hover,
.auth-links a:hover,
.site-footer a:hover {
    color: var(--accent-dark);
}

.auth-links__primary {
    padding: 0;
    background: transparent;
    color: inherit;
    border-radius: 0;
}

.auth-links__primary:hover {
    color: var(--accent-dark);
}

.auth-links {
    justify-self: end;
    font-size: 1rem;
}

.home-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.home-hero {
    position: relative;
    overflow: hidden;
    width: 100vw;
    min-height: 720px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 80px 0;
    background: #fff;
    text-align: left;
}

.home-hero__heading {
    width: min(100% - 64px, 1240px);
    margin: 0 auto 58px;
    text-align: center;
}

.home-hero__welcome {
    margin: 0 0 20px;
    color: var(--accent-dark);
    font-size: clamp(1.35rem, 2.6vw, 2.35rem);
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.home-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) 1px minmax(300px, 0.78fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    width: min(100% - 64px, 1080px);
    min-height: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.home-hero__copy {
    max-width: 540px;
}

.home-kicker {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero .home-kicker {
    margin-bottom: 18px;
    color: var(--accent-dark);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}

.home-facebook-preview {
    display: flex;
    align-items: center;
    gap: 14px;
    width: min(100%, 430px);
    margin: 0 0 24px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.04);
    color: var(--text);
    text-decoration: none;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-facebook-preview:hover {
    box-shadow: 0 10px 24px rgba(24, 119, 242, 0.12);
    transform: scale(1.015);
}

.home-facebook-preview__mark {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 46px;
    height: 46px;
    background: #1877f2;
    color: #fff;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.home-facebook-preview__body {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.home-facebook-preview__label,
.home-facebook-preview__body span:last-child {
    color: var(--muted);
    font-size: 0.82rem;
}

.home-facebook-preview__body strong {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.2;
}

.home-hero h1 {
    margin: 0;
    color: var(--text);
    line-height: 1;
    letter-spacing: 0;
}

.home-hero h1 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Google Sans", "Manrope", Arial, sans-serif;
    font-weight: 650;
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 1.06;
    text-wrap: balance;
    white-space: normal;
    overflow-wrap: normal;
}

.home-title-dot {
    color: var(--accent);
}

.home-hero__lead {
    max-width: 620px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #303030;
    border: 0;
    border-radius: 0;
    font-size: clamp(1.04rem, 1.28vw, 1.18rem);
    font-weight: 400;
    line-height: 1.72;
    text-align: left;
}

.home-hero__lead strong {
    color: var(--accent-dark);
    font-weight: 650;
}

.home-hero__panel {
    display: grid;
    gap: 0;
    max-width: 390px;
    margin-left: 0;
}

.home-hero__divider {
    display: block;
    width: 1px;
    height: min(260px, 100%);
    background: var(--line);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 34px;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 650;
    text-decoration: none;
}

.button-primary {
    background: var(--accent-dark);
    color: #fff;
}

.home-hero .button-primary {
    min-height: 48px;
    padding: 0 26px;
    border: 1px solid var(--accent-dark);
    border-radius: 4px;
}

.home-hero .button-primary:hover {
    background: #b95d24;
    border-color: #b95d24;
}

.button-secondary {
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--text);
}

.hero-text-link,
.hero-facebook-link {
    display: inline-flex;
    align-items: center;
    color: var(--accent-dark);
    font-weight: 650;
    text-decoration: none;
}

.hero-text-link:hover,
.hero-facebook-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.hero-stat-number {
    display: flex;
    align-items: baseline;
    margin: 0;
    font-family: "Smooch Sans", "Manrope", Arial, sans-serif;
    color: var(--accent-dark);
    font-size: clamp(5.8rem, 11vw, 8.8rem);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    text-align: left;
    line-height: 0.82;
}

.hero-stat-number [data-counter] {
    display: inline-block;
    width: 2.2em;
    font-variant-numeric: tabular-nums;
    text-align: left;
}

.hero-stat-label {
    margin: 12px 0 0;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-stat-copy {
    max-width: 340px;
    margin: 34px 0 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.hero-facebook-link {
    width: max-content;
    margin: 24px 0 0;
    color: var(--text);
    font-size: 0.95rem;
}

.home-hero__quick-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: max-content;
    max-width: min(100% - 64px, 860px);
    margin: 38px auto 0;
    padding: 0;
    color: var(--text);
}

.home-hero__quick-links--mobile {
    display: none;
}

.home-hero__quick-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 0 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 650;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(23, 23, 23, 0.06);
    transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.home-hero__quick-links a i {
    font-size: 1.18rem;
    line-height: 1;
}

.home-hero__quick-links .home-quick-link--primary {
    background: #171717;
    border-color: #171717;
    color: #fff;
}

.home-hero__quick-links .home-quick-link--support {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    box-shadow: 0 14px 28px rgba(241, 139, 70, 0.22);
}

.home-hero__quick-links a:hover {
    background: #ffffff;
    border-color: rgba(241, 139, 70, 0.55);
    color: var(--accent-dark);
    box-shadow: 0 16px 32px rgba(207, 107, 41, 0.12);
    transform: translateY(-2px);
}

.home-hero__quick-links .home-quick-link--primary:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}

.home-hero__quick-links .home-quick-link--support:hover {
    background: #cf6b29;
    border-color: #cf6b29;
    color: #fff;
}

.home-content-section {
    padding: 76px 0;
    border-top: 1px solid var(--line);
}

.home-content-about {
    position: relative;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    border-top: 0;
    background: #fff;
    border-radius: 0;
    padding-right: clamp(22px, 4vw, 46px);
    padding-left: clamp(22px, 4vw, 46px);
}

.home-content-benefits {
    border-top: 0;
}

.home-content-about::before {
    display: none;
}

.home-content-about > * {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.home-about-heading {
    margin-bottom: 34px;
    text-align: center;
}

.home-content-about .home-content-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.home-content-about .home-content-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 4vw, 38px);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(223, 221, 214, 0.72);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(23, 23, 23, 0.06);
    backdrop-filter: blur(4px);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-content-about .home-content-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(
        circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(241, 139, 70, 0.13),
        rgba(241, 139, 70, 0.05) 26%,
        transparent 54%
    );
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.home-content-about .home-content-copy:hover {
    box-shadow: 0 14px 32px rgba(207, 107, 41, 0.09);
    transform: scale(1.015);
}

.home-content-about .home-content-copy:hover::before {
    opacity: 1;
}

.home-content-about .home-content-copy p {
    position: relative;
    z-index: 2;
    color: #2e3136;
}

.home-content-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
}

.home-content-kicker {
    margin: 0 0 16px;
    color: var(--accent-dark);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-content-section h2,
.home-content-cta h2 {
    max-width: 720px;
    margin: 0;
    color: var(--text);
    font-family: "Google Sans", "Manrope", Arial, sans-serif;
    font-size: clamp(2rem, 4.1vw, 3.65rem);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: 0;
}

.home-about-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    font-size: clamp(2.35rem, 4.4vw, 4rem);
    text-align: center;
}

.home-about-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.home-content-copy {
    max-width: 720px;
}

.home-content-copy p,
.home-content-video p,
.home-content-cta p {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.home-content-copy p + p {
    margin-top: 18px;
}

.home-about-visual {
    width: 100%;
    margin: 0;
}

.home-about-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #161616;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(23, 23, 23, 0.10);
    object-fit: cover;
}

.home-about-image {
    display: block;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.home-content-heading {
    max-width: 760px;
    margin-bottom: 40px;
}

#benefits-title {
    max-width: none;
    white-space: nowrap;
}

.home-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-benefit-group {
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 14px;
    background: #f1f2f0;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.04);
}

.home-benefit-grid article {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 22px 22px 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-benefit-grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(
        circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(241, 139, 70, 0.13),
        rgba(241, 139, 70, 0.05) 26%,
        transparent 54%
    );
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.home-benefit-grid article:hover {
    box-shadow: 0 10px 24px rgba(207, 107, 41, 0.07);
    transform: scale(1.015);
}

.home-benefit-grid article:hover::before {
    opacity: 1;
}

.home-benefit-grid article img,
.home-benefit-grid article h3,
.home-benefit-grid article p {
    position: relative;
    z-index: 1;
}

.home-benefit-grid article h3,
.home-benefit-grid article p {
    z-index: 3;
}

.home-benefit-image {
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    height: 160px;
    margin: 32px -22px 0;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.home-steps-list span {
    display: block;
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.08em;
}

.home-benefit-grid h3,
.home-steps-list h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 1.18rem;
    line-height: 1.25;
}

.home-steps-list h3 {
    margin-top: 18px;
}

.home-benefit-grid p,
.home-steps-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
}

.home-content-video .home-content-two-col {
    align-items: center;
}

.home-content-video h2 + p {
    max-width: 520px;
    margin-top: 18px;
}

.home-video-placeholder {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #161616;
    color: #fff;
    border: 1px solid #2b2b2b;
}

.home-video-placeholder strong {
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.16em;
}

.home-video-play {
    position: absolute;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 50%;
}

.home-video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    transform: translate(-50%, -50%);
}

.home-steps-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.home-steps-list li {
    min-width: 0;
    padding: 30px 30px 0 0;
    border-right: 1px solid var(--line);
}

.home-steps-list li + li {
    padding-left: 30px;
}

.home-steps-list li:last-child {
    border-right: 0;
}

.home-steps-list span {
    font-family: "Smooch Sans", "Manrope", Arial, sans-serif;
    font-size: clamp(3.8rem, 8vw, 6.2rem);
    line-height: 0.82;
}

.home-content-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    margin: 22px 0 76px;
    padding: clamp(30px, 5vw, 52px);
    background: var(--accent-dark);
    color: #fff;
}

.home-content-cta h2 {
    max-width: 720px;
    color: #fff;
}

.home-content-cta .home-content-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.home-content-cta p {
    max-width: 620px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
}

.home-content-cta__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.home-content-cta .button-primary {
    min-height: 48px;
    padding: 0 24px;
    background: #fff;
    color: var(--accent-dark);
    border-radius: 4px;
}

.home-content-link {
    color: var(--accent-dark);
    font-weight: 650;
    text-decoration: none;
}

.home-content-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.home-content-link--light {
    color: #fff;
}

.site-footer__inner {
    align-items: flex-start;
}

.site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 1040px) {
    .site-header__inner {
        display: flex;
        justify-content: center;
        padding-right: 12px;
        padding-left: 12px;
    }

    .header-page-nav {
        display: none;
    }

    .home-hero {
        min-height: auto;
        padding: 68px 0 72px;
    }

    .home-hero__heading {
        margin-bottom: 42px;
    }

    .home-hero__content {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 34px;
    }

    .home-hero__divider {
        display: none;
    }

    .home-hero__panel {
        max-width: 420px;
        margin-left: 0;
    }

    .home-content-two-col {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-content-about .home-content-two-col {
        grid-template-columns: 1fr;
    }

    .home-content-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom));
    }

    .home-main,
    .site-footer__inner {
        width: min(100% - 24px, 1180px);
    }

    .site-header__inner {
        justify-content: center;
        padding-right: 12px;
        padding-left: 12px;
    }

    .auth-links {
        justify-content: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.98rem;
        text-align: center;
    }

    .home-hero {
        padding: 46px 0 54px;
    }

    .home-hero__heading {
        width: min(100% - 40px, 1180px);
        margin-bottom: 34px;
    }

    .home-hero__content {
        width: min(100% - 40px, 1180px);
        gap: 28px;
        text-align: center;
    }

    .home-hero__copy,
    .home-hero__panel {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .home-hero__quick-links {
        flex-wrap: wrap;
        justify-content: center;
        width: min(100% - 40px, 1180px);
        max-width: none;
        margin-top: 34px;
        gap: 10px;
    }

    .home-hero__quick-links--desktop {
        display: none;
    }

    .home-hero__quick-links--mobile {
        display: flex;
        width: 100%;
        margin: 0 auto 24px;
    }

    .home-hero__quick-links a {
        flex: 1 1 0;
        justify-content: center;
        min-width: 148px;
        min-height: 48px;
        padding: 0 12px;
        font-size: 0.92rem;
        white-space: nowrap;
    }

    .home-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3rem);
        white-space: normal;
    }

    .home-hero__lead {
        margin-right: auto;
        margin-left: 0;
        font-size: 1rem;
        text-align: center;
    }

    .home-facebook-preview {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .home-hero__actions,
    .home-content-cta__actions {
        width: 100%;
    }

    .home-hero__actions .button-primary,
    .home-content-cta__actions .button-primary {
        width: 100%;
    }

    .home-hero__panel {
        padding-top: 18px;
    }

    .hero-stat-number {
        justify-content: center;
        font-size: clamp(4.9rem, 24vw, 6.8rem);
        text-align: center;
    }

    .hero-stat-number [data-counter] {
        text-align: right;
    }

    .hero-stat-copy {
        margin-right: auto;
        margin-top: 26px;
        margin-left: auto;
        text-align: center;
    }

    .home-content-section {
        padding: 52px 0;
    }

    .home-content-section h2,
    .home-content-cta h2 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .home-content-about {
        padding-right: 16px;
        padding-left: 16px;
    }

    .home-content-about .home-content-two-col {
        gap: 20px;
    }

    .home-content-about .home-content-copy {
        padding: 20px;
        border-radius: 14px;
    }

    .home-content-about .home-content-copy p {
        font-size: 0.98rem;
        line-height: 1.62;
    }

    .home-about-video {
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(23, 23, 23, 0.08);
    }

    #benefits-title {
        white-space: normal;
    }

    .home-benefit-grid {
        grid-template-columns: 1fr;
    }

    .home-benefit-grid article {
        padding: 20px 20px 0;
    }

    .home-benefit-image {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }

    .home-steps-list {
        grid-template-columns: 1fr;
    }

    .home-steps-list li,
    .home-steps-list li + li {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .home-steps-list li:last-child {
        border-bottom: 0;
    }

    .home-content-cta {
        margin-bottom: 56px;
        padding: 28px;
    }

    .site-footer {
        margin-top: 34px;
    }

    .home-content-cta__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__inner,
    .site-footer nav {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .home-hero h1 {
        font-size: 2.72rem;
    }
}
