html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px
}

body {
    margin: 0;
    background: #fff;
    color: #101723
}

.ugx-home {
    --orange: #ff4c08;
    --ink: #101723;
    font-family: Inter, Arial, sans-serif;
    background: radial-gradient(ellipse at 100% 19%, #ffe1bb66, transparent 28%), radial-gradient(ellipse at 3% 39%, #fff0e6, transparent 24%), #fff;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.5;
    overflow: clip
}

.ugx-home * {
    box-sizing: border-box
}

.ugx-home a {
    text-decoration: none;
    color: inherit
}

.ugx-home button,
.ugx-home input {
    font: inherit
}

.ugx-home img {
    display: block;
    max-width: 100%;
    height: auto
}

.ugx-home h1,
.ugx-home h2,
.ugx-home h3,
.ugx-home p,
.ugx-home figure {
    margin: 0
}

.ugx-home h1,
.ugx-home h2 {
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.06
}

.ugx-home h1 span,
.ugx-home h2 span {
    color: var(--orange)
}

.ugx-home a:focus-visible,
.ugx-home button:focus-visible,
.ugx-home input:focus-visible {
    outline: 3px solid #136bb9;
    outline-offset: 5px
}

.ugx-wrap {
    width: min(1200px, 92%);
    margin-inline: auto
}

.ugx-skip {
    position: absolute;
    left: 20px;
    top: -100px;
    background: #fff;
    padding: 12px;
    z-index: 20
}

.ugx-skip:focus {
    top: 8px
}

.ugx-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-block: 14px 4px;
    position: relative;
    z-index: 5
}

.ugx-brand {
    width: 205px;
    flex-shrink: 0;
    text-align: center
}

.ugx-brand img {
    width: 163px;
    height: 99px;
    object-fit: cover;
    margin: auto;
    mix-blend-mode: multiply
}

.ugx-brand small {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 8px;
    font-weight: 700
}

.ugx-brand i,
.ugx-tagline i {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--orange)
}

.ugx-nav {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 40px;
    background: #f9f9fbbd;
    box-shadow: 0 8px 25px #464b5810
}

.ugx-nav a {
    font-size: 11px;
    font-weight: 600;
    padding: 11px 10px;
    white-space: nowrap;
    border-radius: 30px
}

.ugx-nav a:hover {
    background: #fff0e6
}

.ugx-nav a.is-current {
    color: #fff;
    background: linear-gradient(#ff8e00, #ff3400);
    box-shadow: 0 6px 12px #f8592725
}

.ugx-header-actions {
    display: flex;
    gap: 8px;
    align-items: center
}

.ugx-home .ugx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 12px 26px;
    border: 1px solid #fff;
    border-radius: 32px;
    background: linear-gradient(175deg, #ffad09 0%, #ff6500 36%, #ff2806 100%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: 0 6px 14px #fa591c2b, inset 0 0 0 1px #ff9200;
    cursor: pointer;
    text-align: center;
    transition: transform .2s, box-shadow .2s
}

.ugx-home .ugx-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px #fa591c45
}

.ugx-home .ugx-outline {
    background: #ffffffbf;
    border: 1px solid #ff640e;
    color: var(--ink);
    box-shadow: 0 5px 12px #ff753b12
}

.ugx-header-actions .ugx-btn {
    min-height: 42px;
    padding: 10px 20px;
    font-size: 13px
}

.ugx-header-actions .ugx-outline {
    color: #ec4200
}

.ugx-btn>span {
    font-size: 20px;
    line-height: 1
}

.ugx-menu {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #ffb08d;
    border-radius: 12px;
    background: #fff;
    padding: 10px
}

.ugx-menu span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ed5009;
    margin: 3px 0
}

.ugx-hero {
    display: grid;
    grid-template-columns: 44% 56%;
    position: relative;
    min-height: 675px;
    align-items: center
}

.ugx-hero-copy {
    position: relative;
    z-index: 2;
    padding: 22px 0 22px 10px
}

.ugx-kicker {
    color: #f14b09;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 3.5px;
    margin-bottom: 9px !important
}

.ugx-hero-logo {
    width: 455px;
    margin: -27px 0 -20px -13px;
    mix-blend-mode: multiply
}

.ugx-tagline {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 16px !important;
    white-space: nowrap
}

.ugx-home h1 {
    font-size: clamp(34px, 3.5vw, 46px)
}

.ugx-intro {
    font-size: 19px;
    color: #344154;
    max-width: 440px;
    line-height: 1.45;
    margin-top: 12px !important
}

.ugx-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px
}

.ugx-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 430px;
    margin-top: 20px
}

.ugx-benefits>div,
.ugx-benefits>a {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.3
}

.ugx-benefits>div+div,
.ugx-benefits>a {
    border-left: 1px solid #dcd9d4
}

.ugx-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-image: url('ugx-icons.png');
    background-size: 400% 300%;
    background-repeat: no-repeat;
    vertical-align: middle
}

.ugx-i0 {
    background-position: 0 0
}

.ugx-i1 {
    background-position: 33.333333% 0
}

.ugx-i2 {
    background-position: 66.666667% 0
}

.ugx-i3 {
    background-position: 100% 0
}

.ugx-i4 {
    background-position: 0 50%
}

.ugx-i5 {
    background-position: 33.333333% 50%
}

.ugx-i6 {
    background-position: 66.666667% 50%
}

.ugx-i7 {
    background-position: 100% 50%
}

.ugx-i8 {
    background-position: 0 100%
}

.ugx-i9 {
    background-position: 33.333333% 100%
}

.ugx-i10 {
    background-position: 66.666667% 100%
}

.ugx-i11 {
    background-position: 100% 100%
}

.ugx-benefits .ugx-icon {
    margin-bottom: 5px
}

.ugx-hero-art {
    align-self: stretch;
    position: relative;
    min-width: 0;
    margin-left: -35px
}

.ugx-phone {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    max-height: 720px
}

.ugx-handwritten {
    position: absolute;
    top: 8%;
    left: 0;
    font-family: 'Segoe Print', 'Comic Sans MS', cursive;
    font-size: 26px;
    line-height: 1.08;
    transform: rotate(-13deg);
    z-index: 1;
    font-style: italic;
    letter-spacing: -1px
}

.ugx-handwritten span {
    display: block;
    width: 90px;
    height: 18px;
    border-top: 4px solid #ff6215;
    border-radius: 50%;
    margin-top: 10px;
    transform: rotate(-10deg)
}

.ugx-support {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 18px;
    background: #ffffffdd;
    padding: 8px 12px;
    z-index: 1;
    font-size: 12px
}

.ugx-support .ugx-icon {
    width: 34px;
    height: 34px
}

.ugx-support small {
    display: block;
    font-size: 10px
}

.ugx-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 20px 12px;
    border: 1px solid #fff;
    border-radius: 25px;
    background: linear-gradient(120deg, #fffdfcef, #fff4e7df);
    box-shadow: 0 10px 25px #6b341a12;
    margin-top: -12px
}

.ugx-stats>div,
.ugx-stats>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px
}

.ugx-stats>div+div,
.ugx-stats>a {
    border-left: 1px solid #c9c0b6
}

.ugx-stats strong {
    display: block;
    font-size: 20px;
    letter-spacing: -.7px;
    line-height: 1.2
}

.ugx-stats small {
    font-size: 12px
}

.ugx-about {
    display: grid;
    grid-template-columns: 33% 37% 30%;
    align-items: center;
    padding-block: 32px 22px;
    position: relative;
    min-height: 335px
}

.ugx-about h2 {
    font-size: 34px
}

.ugx-about-copy {
    position: relative;
    z-index: 1
}

.ugx-about-copy>p:not(.ugx-kicker) {
    color: #344154;
    line-height: 1.45;
    margin: 12px 0 15px;
    max-width: 350px;
    font-size: 13px
}

.ugx-about .ugx-btn {
    font-size: 12px;
    min-height: 44px;
    padding: 12px 20px
}

.ugx-building {
    margin: 0 -30px !important;
    mix-blend-mode: multiply
}

.ugx-building img {
    width: 100%;
    height: 315px;
    object-fit: cover
}

.ugx-values {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 22px;
    box-shadow: 0 8px 24px #3333330a;
    background: #ffffffde;
    padding: 10px 20px
}

.ugx-values article {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16px 0
}

.ugx-values article+article {
    border-top: 1px solid #ddd
}

.ugx-values h3 {
    font-size: 14px;
    font-weight: 700
}

.ugx-values p {
    font-size: 11px;
    color: #455064;
    margin-top: 3px
}

.ugx-values .ugx-icon {
    width: 42px;
    height: 42px
}

.ugx-plans {
    padding-bottom: 22px
}

.ugx-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px
}

.ugx-section-heading h2 {
    font-size: 34px
}

.ugx-section-heading>div>p:last-child {
    font-size: 13px;
    color: #465269;
    margin-top: 6px
}

.ugx-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px
}

.ugx-plan-card {
    --tier: #ffbf8d;
    --tint: #fff0e3;
    background: radial-gradient(ellipse at 50% 0, #fff 0, transparent 46%), linear-gradient(135deg, var(--tier), var(--tint) 65%, var(--tier));
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 0 8px 8px;
    box-shadow: 0 6px 14px #62462812;
    min-width: 0;
    display: flex;
    flex-direction: column
}

.ugx-tier-1 {
    --tier: #c4d0dd;
    --tint: #f4f6f9
}

.ugx-tier-2 {
    --tier: #ffc950;
    --tint: #fff3d4
}

.ugx-tier-3 {
    --tier: #84d2ff;
    --tint: #e7f6ff
}

.ugx-plan-art {
    display: block;
    width: 76px;
    height: 76px;
    margin: -15px auto -2px;
    filter: drop-shadow(0 7px 5px #63451f20)
}

.ugx-plan-card h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 2px 7px;
    overflow-wrap: anywhere
}

.ugx-plan-body {
    background: #ffffffd9;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 6px 12px 9px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.ugx-plan-amount {
    text-align: center;
    font-weight: 800;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.7px;
    padding: 0 0 7px;
    overflow-wrap: anywhere
}

.ugx-plan-body dl {
    margin: 0 0 10px;
    font-size: 11px
}

.ugx-plan-body dl>div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 7px;
    padding: 6px 0;
    border-bottom: 1px solid #d5dce0
}

.ugx-plan-body dl>div:last-child {
    border: 0
}

.ugx-plan-body dt {
    font-weight: 400
}

.ugx-plan-body dd {
    font-weight: 600;
    text-align: right;
    margin: 0;
    overflow-wrap: anywhere
}

.ugx-plan-body form {
    margin: auto 0 0
}

.ugx-plan-body .ugx-btn {
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 12px;
    margin-top: auto
}

.ugx-amount-input {
    display: block;
    font-size: 11px;
    margin-bottom: 10px
}

.ugx-amount-input input {
    display: block;
    border: 1px solid #d2b59f;
    padding: 7px;
    width: 100%;
    border-radius: 7px;
    margin-top: 4px;
    background: white
}

.ugx-empty {
    grid-column: 1/-1;
    text-align: center;
    padding: 45px;
    background: #fff5e9;
    border-radius: 20px
}

.ugx-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    padding-block: 35px;
    background: radial-gradient(ellipse at 30% 130%, #ef7900b3, transparent 65%), linear-gradient(115deg, #742700, #321207 50%, #772300)
}

.ugx-cta:before,
.ugx-cta:after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 65px;
    background: repeating-linear-gradient(90deg, #ff9d0040 0 1px, #ffb30012 1px 19px, transparent 19px 29px);
    z-index: -1;
    clip-path: polygon(0 30%, 8% 65%, 14% 10%, 23% 65%, 35% 40%, 46% 90%, 60% 45%, 68% 85%, 75% 30%, 86% 60%, 93% 0, 100% 25%, 100% 100%, 0 100%)
}

.ugx-cta:after {
    height: 100%;
    background: radial-gradient(ellipse at bottom, #ff9d0066, transparent 60%);
    clip-path: none
}

.ugx-cta-inner {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr auto;
    align-items: center;
    gap: 26px
}

.ugx-cta h2 {
    font-size: 29px;
    color: #fff;
    letter-spacing: -.8px
}

.ugx-cta h2 span {
    color: #ffaf16
}

.ugx-gold-line {
    display: block;
    width: 62px;
    height: 2px;
    background: #ffc518;
    margin-top: 12px
}

.ugx-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.ugx-steps>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.3
}

.ugx-steps .ugx-icon {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 14px #ff9d00;
    margin-bottom: 8px;
    width: 46px;
    height: 46px
}

.ugx-cta .ugx-btn {
    white-space: nowrap;
    padding-inline: 22px;
    font-size: 13px
}

.ugx-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 16px;
    color: #636b76;
    font-size: 11px
}

.ugx-footer nav {
    display: flex;
    gap: 20px
}

.ugx-footer small {
    font-size: 11px
}

@media(min-width:1400px) {
    .ugx-hero {
        min-height: 735px
    }
    .ugx-phone {
        max-height: 760px
    }
    .ugx-hero-logo {
        width: 485px
    }
    .ugx-about {
        padding-block: 40px
    }
    .ugx-plans {
        padding-bottom: 30px
    }
}

@media(max-width:1150px) {
    .ugx-header {
        gap: 12px
    }
    .ugx-brand {
        width: 180px
    }
    .ugx-nav a {
        font-size: 10px;
        padding: 10px 8px
    }
    .ugx-header-actions .ugx-btn {
        padding: 10px 16px
    }
    .ugx-hero {
        min-height: 600px
    }
    .ugx-hero-logo {
        margin-top: -15px;
        margin-bottom: -14px
    }
    .ugx-tagline {
        font-size: 11px;
        gap: 7px
    }
    .ugx-home h1 {
        font-size: 36px
    }
    .ugx-intro {
        font-size: 17px
    }
    .ugx-hero-art {
        margin-left: -20px
    }
    .ugx-handwritten {
        font-size: 22px;
        left: -8px
    }
    .ugx-actions .ugx-btn {
        padding: 12px 20px
    }
    .ugx-stats strong {
        font-size: 18px
    }
    .ugx-about h2 {
        font-size: 30px
    }
    .ugx-values {
        padding: 8px 14px
    }
    .ugx-cta-inner {
        gap: 18px
    }
    .ugx-cta h2 {
        font-size: 25px
    }
    .ugx-steps {
        gap: 15px
    }
    .ugx-plan-body {
        padding-inline: 10px
    }
}

@media(max-width:980px) {
    .ugx-header {
        padding-top: 8px
    }
    .ugx-brand {
        width: 180px
    }
    .ugx-nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 280px;
        padding: 14px;
        border: 1px solid #ffd9c7;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 30px #4c21142b
    }
    .ugx-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch
    }
    .ugx-nav a {
        font-size: 14px;
        padding: 12px 15px
    }
    .ugx-menu {
        display: block
    }
    .ugx-hero {
        min-height: 560px
    }
    .ugx-home h1 {
        font-size: 31px
    }
    .ugx-intro {
        font-size: 15px
    }
    .ugx-actions {
        gap: 8px
    }
    .ugx-actions .ugx-btn {
        font-size: 12px;
        padding: 10px 15px;
        min-height: 44px
    }
    .ugx-hero-copy {
        padding-left: 0
    }
    .ugx-tagline {
        font-size: 9px
    }
    .ugx-tagline i {
        width: 14px
    }
    .ugx-handwritten {
        font-size: 19px;
        top: 13%;
        left: 0
    }
    .ugx-support {
        right: 0;
        font-size: 10px;
        top: 3%
    }
    .ugx-support small {
        font-size: 9px
    }
    .ugx-stats {
        padding: 16px 8px
    }
    .ugx-stats>div,
    .ugx-stats>a {
        padding: 0 5px;
        gap: 5px
    }
    .ugx-stats strong {
        font-size: 15px;
        letter-spacing: -.5px
    }
    .ugx-stats small {
        font-size: 10px
    }
    .ugx-stats .ugx-icon {
        width: 39px;
        height: 39px
    }
    .ugx-about {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 26px;
        gap: 15px
    }
    .ugx-building {
        grid-column: 2;
        grid-row: 1
    }
    .ugx-values {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 8px 14px
    }
    .ugx-values article {
        padding: 8px;
        gap: 8px
    }
    .ugx-values article+article {
        border-top: 0;
        border-left: 1px solid #ddd
    }
    .ugx-plan-grid {
        gap: 12px
    }
    .ugx-plan-card h3 {
        font-size: 13px
    }
    .ugx-plan-amount {
        font-size: 19px
    }
    .ugx-plan-body {
        padding: 6px 8px
    }
    .ugx-plan-body dl {
        font-size: 10px
    }
    .ugx-cta-inner {
        grid-template-columns: 1fr 1.2fr
    }
    .ugx-cta-inner>.ugx-btn {
        grid-column: 1/-1;
        justify-self: center
    }
    .ugx-cta {
        padding-block: 28px
    }
}

@media(max-width:680px) {
    .ugx-wrap {
        width: 91%
    }
    .ugx-header {
        gap: 8px
    }
    .ugx-brand {
        width: 142px
    }
    .ugx-brand img {
        width: 120px;
        height: 76px
    }
    .ugx-brand small {
        font-size: 5.7px;
        gap: 3px
    }
    .ugx-brand i {
        width: 12px
    }
    .ugx-header-actions {
        gap: 6px
    }
    .ugx-header-actions .ugx-btn {
        font-size: 11px;
        min-height: 36px;
        padding: 9px 13px
    }
    .ugx-header-actions .ugx-login {
        display: none
    }
    .ugx-header-actions .ugx-btn>span {
        display: none
    }
    .ugx-menu {
        width: 36px;
        height: 36px;
        padding: 8px
    }
    .ugx-hero {
        grid-template-columns: 1fr;
        min-height: 0
    }
    .ugx-hero-copy {
        text-align: center;
        padding-top: 22px
    }
    .ugx-kicker {
        font-size: 10px !important;
        letter-spacing: 3px
    }
    .ugx-hero-logo {
        width: 350px;
        margin: -20px auto -16px
    }
    .ugx-tagline {
        font-size: 10px;
        justify-content: center;
        margin-bottom: 16px !important
    }
    .ugx-home h1 {
        font-size: clamp(30px, 7.7vw, 44px);
        letter-spacing: -1.2px
    }
    .ugx-intro {
        font-size: 16px;
        max-width: 380px;
        margin: 12px auto 0 !important
    }
    .ugx-actions {
        justify-content: center;
        gap: 10px
    }
    .ugx-actions .ugx-btn {
        min-height: 46px;
        font-size: 13px;
        padding-inline: 22px
    }
    .ugx-benefits {
        margin: 22px auto 0;
        width: 100%
    }
    .ugx-benefits>div,
    .ugx-benefits>a {
        font-size: 11px
    }
    .ugx-benefits .ugx-icon {
        width: 42px;
        height: 42px
    }
    .ugx-hero-art {
        margin: -5px -4.5vw 0;
        max-height: 570px
    }
    .ugx-phone {
        height: 530px !important;
        width: 100%;
        object-fit: contain
    }
    .ugx-handwritten {
        left: 5%;
        top: 8%;
        font-size: 22px
    }
    .ugx-support {
        right: 5%;
        top: 3%
    }
    .ugx-stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px 0;
        margin-top: -14px;
        padding: 20px 10px;
        border-radius: 20px
    }
    .ugx-stats>div,
    .ugx-stats>a {
        justify-content: flex-start;
        padding: 0 8px;
        gap: 8px
    }
    .ugx-stats>div:nth-child(3) {
        border-left: 0
    }
    .ugx-stats strong {
        font-size: 15px
    }
    .ugx-stats small {
        font-size: 10px
    }
    .ugx-about {
        grid-template-columns: 1fr;
        padding-top: 35px;
        gap: 0
    }
    .ugx-about h2 {
        font-size: 33px
    }
    .ugx-about-copy>p:not(.ugx-kicker) {
        font-size: 14px;
        max-width: none
    }
    .ugx-building {
        grid-column: 1;
        grid-row: auto;
        margin: 0 -4vw !important
    }
    .ugx-building img {
        height: auto;
        max-height: 330px;
        object-fit: contain
    }
    .ugx-values {
        grid-column: 1;
        grid-template-columns: 1fr;
        padding: 8px 20px
    }
    .ugx-values article {
        padding: 15px 0;
        gap: 14px
    }
    .ugx-values article+article {
        border-left: 0;
        border-top: 1px solid #e2e2e2
    }
    .ugx-values p {
        font-size: 12px
    }
    .ugx-section-heading {
        gap: 12px;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 8px 0 34px
    }
    .ugx-section-heading h2 {
        font-size: 32px
    }
    .ugx-section-heading .ugx-btn {
        font-size: 12px;
        min-height: 40px;
        padding: 10px 18px
    }
    .ugx-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 12px
    }
    .ugx-plan-card {
        padding: 0 6px 6px;
        border-radius: 19px
    }
    .ugx-plan-card h3 {
        font-size: 13px
    }
    .ugx-plan-art {
        width: 68px;
        height: 68px
    }
    .ugx-plan-amount {
        font-size: 20px
    }
    .ugx-plan-body dl {
        font-size: 10px
    }
    .ugx-plan-body .ugx-btn {
        font-size: 11px;
        min-height: 38px
    }
    .ugx-plans {
        padding-bottom: 28px
    }
    .ugx-cta-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px
    }
    .ugx-cta h2 {
        font-size: 30px
    }
    .ugx-gold-line {
        margin: 14px auto 0
    }
    .ugx-steps {
        gap: 12px;
        max-width: 380px;
        width: 100%;
        margin: auto
    }
    .ugx-footer {
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 10px
    }
    .ugx-empty {
        padding: 30px 18px
    }
}

@media(max-width:360px) {
    .ugx-actions .ugx-btn {
        padding-inline: 17px
    }
    .ugx-plan-grid {
        gap: 28px 8px
    }
    .ugx-plan-card {
        padding: 0 4px 5px
    }
    .ugx-plan-body {
        padding: 6px
    }
    .ugx-plan-amount {
        font-size: 17px
    }
    .ugx-stats strong {
        font-size: 13px
    }
    .ugx-hero-art {
        max-height: 470px
    }
    .ugx-phone {
        height: 460px !important
    }
}

@media(min-width:681px) {
    .ugx-hero-art {
        margin-left: 0;
        mix-blend-mode: multiply
    }
    .ugx-handwritten {
        top: 2%;
        left: 4%;
        font-size: 20px
    }
    .ugx-hero-copy {
        padding-right: 16px
    }
    .ugx-building {
        margin: 0 !important
    }
    .ugx-about-copy {
        padding-right: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
    .ugx-home .ugx-btn {
        transition: none
    }
}