        :root {
            --e-global-color-primary: #FF6752;
            --e-global-color-secondary: #37384A;
            --e-global-color-text: #7A7A7A;
            --e-global-color-accent: #FFFFFF;
            --e-global-color-58d0f0b: #000000;
            --e-global-color-f65394f: #D0D2D4;
            --e-global-typography-primary-font-family: "Montserrat", sans-serif;
            --e-global-typography-primary-font-size: 2.65rem;
            --e-global-typography-primary-font-weight: 900;
            --e-global-typography-primary-text-transform: none;
            --e-global-typography-primary-line-height: 1.1em;
            --e-global-typography-secondary-font-family: "Montserrat", sans-serif;
            --e-global-typography-secondary-font-size: 2rem;
            --e-global-typography-secondary-font-weight: 800;
            --e-global-typography-secondary-text-transform: none;
            --e-global-typography-secondary-line-height: 1.1em;
            --e-global-typography-text-font-family: "Nunito", sans-serif;
            --e-global-typography-text-font-size: 1rem;
            --e-global-typography-text-font-weight: 600;
            --e-global-typography-text-line-height: 1.2em;
            --e-global-typography-06a1534-font-family: "Montserrat", sans-serif;
            --e-global-typography-06a1534-font-size: 1.7rem;
            --e-global-typography-06a1534-font-weight: 700;
            --e-global-typography-06a1534-line-height: 1.1em;
            --e-global-typography-18a0a44-font-family: "Montserrat", sans-serif;
            --e-global-typography-18a0a44-font-size: 1.35rem;
            --e-global-typography-18a0a44-font-weight: 600;
            --e-global-typography-18a0a44-line-height: 1.1em;
            --e-global-typography-2ed79ae-font-size: 1.2rem;
            --e-global-typography-2ed79ae-font-weight: 500;
            --e-global-typography-2ed79ae-line-height: 1.1em;
            --e-global-typography-44bd462-font-size: 1rem;
            --e-global-typography-44bd462-font-weight: 800;
            --e-global-typography-44bd462-line-height: 1.1em;
        }

        body {
            background-color: #fff;
            color: #333;
            font-family: var(--e-global-typography-text-font-family);
            font-size: var(--e-global-typography-text-font-size);
            font-weight: 400;
            line-height: 1.5;
            margin: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-top: 0;
            color: var(--e-global-color-secondary);
            font-family: var(--e-global-typography-secondary-font-family);
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        h1 {
            font-size: clamp(1.95rem, 3.2vw, var(--e-global-typography-primary-font-size));
            font-weight: var(--e-global-typography-primary-font-weight);
            text-transform: var(--e-global-typography-primary-text-transform);
        }

        h2 {
            font-size: clamp(1.65rem, 2.6vw, var(--e-global-typography-secondary-font-size));
            font-weight: var(--e-global-typography-secondary-font-weight);
            text-transform: var(--e-global-typography-secondary-text-transform);
        }

        h3 {
            font-size: clamp(1.3rem, 2vw, var(--e-global-typography-06a1534-font-size));
            font-weight: var(--e-global-typography-06a1534-font-weight);
            text-transform: none;
        }

        h4,
        h5 {
            font-size: clamp(1.1rem, 1.65vw, var(--e-global-typography-18a0a44-font-size));
            font-weight: var(--e-global-typography-18a0a44-font-weight);
            text-transform: none;
        }

        p,
        li,
        a,
        span,
        input,
        textarea,
        select,
        button {
            font-family: var(--e-global-typography-text-font-family);
        }

        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
        }

        .hm-public-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.94);
            border-bottom: 1px solid rgba(247, 102, 82, 0.08);
            backdrop-filter: blur(16px);
            box-shadow: 0 8px 30px rgba(32, 33, 45, 0.04);
        }

        .hm-public-header__nav {
            padding-block: 16px;
        }

        .hm-public-header__brand img {
            width: auto;
            height: 42px;
        }

        .hm-public-header__collapse {
            align-items: center;
        }

        .hm-public-header__menu {
            align-items: center;
        }

        .hm-public-header .navbar-nav .nav-link,
        .hm-public-header.navbar-light .navbar-nav .nav-link {
            color: #20212d;
            font-weight: 500;
            font-family: var(--e-global-typography-secondary-font-family);
            font-size: 0.95rem;
            text-transform: none;
            letter-spacing: -0.01em;
        }

        .hm-public-header .navbar-nav .nav-link span,
        .hm-public-header .navbar-nav .nav-link .signin-op {
            font-weight: inherit;
        }

        .hm-public-header__actions {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .hm-public-header__portal-link {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            white-space: nowrap;
        }

        .hm-public-header__portal-link i {
            font-size: 1rem;
        }

        @media (min-width: 992px) {
            .hm-public-header__collapse {
                column-gap: 2rem;
            }

            .hm-public-header__menu {
                column-gap: 1.25rem;
            }

            .hm-public-header__menu .nav-link,
            .hm-public-header__actions .nav-link {
                padding-inline: 0.4rem;
            }

            .hm-public-header .hm-public-header__dropdown {
                position: relative;
            }

            .hm-public-header .hm-public-header__dropdown .dropdown-menu {
                display: block;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                margin-top: 0;
                transform: translateY(10px);
                transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
            }

            .hm-public-header .hm-public-header__dropdown:hover .dropdown-menu,
            .hm-public-header .hm-public-header__dropdown:focus-within .dropdown-menu,
            .hm-public-header .hm-public-header__dropdown.show .dropdown-menu {
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: translateY(0);
            }
        }

        .hm-public-header .navbar-nav .nav-link:hover,
        .hm-public-header .navbar-nav .nav-link:focus,
        .hm-public-header .navbar-nav .active > .nav-link {
            color: #f76652;
        }

        .hm-public-header__dropdown-menu {
            min-width: 320px;
            border: 1px solid rgba(247, 102, 82, 0.12);
            border-radius: 18px;
            padding: 10px;
            box-shadow: 0 18px 40px rgba(32, 33, 45, 0.1);
        }

        .hm-public-header__dropdown-item {
            border-radius: 12px;
            color: #20212d;
            font-family: var(--e-global-typography-text-font-family);
            font-size: 0.94rem;
            font-weight: 600;
            line-height: 1.45;
            padding: 10px 12px;
            white-space: normal;
        }

        .hm-public-header__dropdown-item:hover,
        .hm-public-header__dropdown-item:focus {
            background: rgba(247, 102, 82, 0.08);
            color: #f76652;
        }

        .hm-public-header .dropdown-toggle::after {
            margin-left: 0.45rem;
            vertical-align: 0.16em;
        }

        @media (max-width: 991px) {
            .hm-public-header__collapse {
                padding-top: 1rem;
            }

            .hm-public-header__menu,
            .hm-public-header__actions {
                align-items: flex-start;
            }

            .hm-public-header__actions {
                margin-top: 0.75rem;
            }

            .hm-public-header__dropdown-menu {
                min-width: 100%;
                margin-top: 0.5rem;
            }
        }

        .hm-public-footer {
            background: #20212d;
            color: rgba(255, 255, 255, 0.72);
            padding: 56px 0 24px;
        }

        .hm-public-footer__grid {
            display: grid;
            grid-template-columns: minmax(300px, 1.1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 0.85fr);
            gap: 32px;
            padding-bottom: 28px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hm-public-footer__brand-col {
            display: grid;
            gap: 22px;
        }

        .hm-public-footer__brand img {
            width: auto;
            height: 54px;
            margin-bottom: 18px;
        }

        .hm-public-footer__intro {
            max-width: 340px;
            margin: 0;
        }

        .hm-public-footer__feature-stack {
            display: grid;
            gap: 14px;
        }

        .hm-public-footer__app-card {
            padding: 18px 20px;
            border-radius: 20px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hm-public-footer__eyebrow {
            display: inline-flex;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.68);
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .hm-public-footer__app-link {
            display: inline-flex;
            margin-bottom: 6px;
            color: #fff !important;
            font-weight: 700;
            font-size: 1.05rem;
            text-decoration: none;
        }

        .hm-public-footer__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 14px;
        }

        .hm-public-footer__badges span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 9px 12px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #fff;
            font-size: 0.82rem;
            font-weight: 700;
        }

        .hm-public-footer__trust {
            padding: 18px 20px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hm-public-footer__trust-kicker {
            display: block;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.76);
            font-size: 0.82rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .hm-public-footer__trust-brand {
            color: #fff;
            font-weight: 800;
            font-size: 1rem;
        }

        .hm-public-footer__trust-score {
            margin-top: 6px;
            color: #fff;
            font-size: 2rem;
            font-weight: 900;
            line-height: 1;
        }

        .hm-public-footer__trust-stars {
            margin-top: 6px;
            color: #f7c948;
            letter-spacing: 0.18em;
            font-size: 1rem;
        }

        .hm-public-footer__trust-verified {
            margin-top: 8px;
            color: rgba(255, 255, 255, 0.68);
            font-size: 0.9rem;
        }

        .hm-public-footer__nav-col {
            min-width: 0;
        }

        .hm-public-footer h3 {
            margin: 0 0 14px;
            color: #fff;
            font-size: var(--e-global-typography-2ed79ae-font-size);
            font-weight: 700;
        }

        .hm-public-footer p,
        .hm-public-footer li,
        .hm-public-footer a {
            color: rgba(255, 255, 255, 0.72);
            font-size: 1rem;
            line-height: 1.7;
        }

        .hm-public-footer ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .hm-public-footer__link-list {
            display: grid;
            gap: 8px;
        }

        .hm-public-footer__link-list--split {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 20px;
        }

        .hm-public-footer a:hover {
            color: #f76652;
        }

        .hm-public-footer__bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-top: 22px;
        }

        .hm-public-footer__bottom p {
            margin: 0;
        }

        .hm-public-footer__legal {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .hm-public-footer__legal a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 14px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.04);
            color: #fff !important;
            font-size: 0.92rem;
            text-decoration: none;
        }

        .hm-public-footer__legal a:hover {
            border-color: rgba(247, 102, 82, 0.34);
            background: rgba(247, 102, 82, 0.16);
            color: #f76652;
        }

        @media (max-width: 991px) {
            .hm-public-footer__grid {
                grid-template-columns: 1fr;
            }

            .hm-public-footer__link-list--split {
                grid-template-columns: 1fr;
            }

            .hm-public-footer__bottom {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 767px) {
        }
