:root {
    --brand-ink: #0c1424;
    --brand-text: #354052;
    --brand-muted: #6d7787;
    --brand-blue: #1097f7;
    --brand-mint: #19b789;
    --brand-gold: #f7c948;
    --brand-line: rgba(12, 20, 36, .10);
    --brand-bg: #f7f9fc;
    --brand-shadow: 0 24px 70px rgba(12, 20, 36, .12);
    --brand-soft-shadow: 0 16px 42px rgba(12, 20, 36, .09);
}

.brand-page {
    background: #fff;
    color: var(--brand-text);
    overflow: hidden;
}

.brand-hero,
.brand-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.brand-hero {
    min-height: 660px;
    padding: 132px 0 76px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: 48px;
    align-items: center;
}

.brand-hero__copy h1 {
    margin: 14px 0 18px;
    max-width: 820px;
    color: var(--brand-ink);
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1;
    letter-spacing: 0;
}

.brand-hero__copy h1 span {
    display: block;
    color: var(--brand-blue);
}

.brand-hero__copy p,
.brand-section__head p,
.brand-split p,
.brand-final-cta p {
    max-width: 68ch;
    margin: 0;
    color: var(--brand-muted);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}

.brand-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border: 1px solid rgba(16, 151, 247, .22);
    border-radius: 999px;
    background: rgba(16, 151, 247, .08);
    color: var(--brand-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.brand-hero__media {
    position: relative;
    min-height: 520px;
}

.brand-hero__media img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 28px;
    border: 1px solid var(--brand-line);
    box-shadow: var(--brand-shadow);
}

.brand-floating-card {
    position: absolute;
    left: -28px;
    bottom: 34px;
    max-width: 330px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 20px;
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--brand-soft-shadow);
    backdrop-filter: blur(12px);
}

.brand-floating-card strong,
.brand-floating-card span {
    display: block;
}

.brand-floating-card strong {
    color: var(--brand-ink);
    margin-bottom: 6px;
}

.brand-floating-card span {
    color: var(--brand-muted);
    line-height: 1.6;
    font-weight: 300;
}

.brand-section {
    padding: 86px 0;
}

.brand-section--light {
    width: 100%;
    max-width: none;
    padding: 92px max(20px, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(180deg, rgba(16, 151, 247, .055), rgba(25, 183, 137, .045)),
        var(--brand-bg);
}

.brand-section__head {
    max-width: 820px;
    margin-bottom: 30px;
}

.brand-section__head h2,
.brand-split h2,
.brand-final-cta h2 {
    margin: 14px 0 14px;
    color: var(--brand-ink);
    font-size: clamp(30px, 3.8vw, 50px);
    line-height: 1.08;
    letter-spacing: 0;
}

.brand-section__head h2 span {
    color: var(--brand-blue);
}

.brand-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.brand-value {
    min-height: 100%;
    padding: 18px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--brand-soft-shadow);
}

.brand-value img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.brand-value h3 {
    margin: 0 0 10px;
    color: var(--brand-ink);
    font-size: 20px;
}

.brand-value p {
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.7;
    font-weight: 300;
}

.brand-value--compact {
    padding: 24px;
}

.brand-number {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.brand-split,
.brand-final-cta {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.brand-proof-list {
    display: grid;
    gap: 12px;
}

.brand-proof-list div {
    padding: 18px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(12, 20, 36, .07);
}

.brand-proof-list strong,
.brand-proof-list span {
    display: block;
}

.brand-proof-list strong {
    color: var(--brand-ink);
    margin-bottom: 6px;
    font-size: 17px;
}

.brand-proof-list span {
    color: var(--brand-muted);
    line-height: 1.7;
    font-weight: 300;
}

.brand-statute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
    padding: 22px;
    border-radius: 8px;
    text-decoration: none;
    background: var(--brand-ink);
    color: #fff;
    box-shadow: var(--brand-soft-shadow);
}

.brand-statute span,
.brand-statute strong {
    display: block;
}

.brand-statute span {
    color: rgba(255, 255, 255, .68);
    font-weight: 300;
}

.brand-statute strong {
    color: #fff;
    font-size: 18px;
}

.brand-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.brand-pill-row span {
    padding: 9px 12px;
    border: 1px solid rgba(16, 151, 247, .20);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: rgba(12, 20, 36, .76);
    font-size: 13px;
    font-weight: 700;
}

.brand-hero--utibi {
    grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
    gap: 64px;
    min-height: 720px;
    padding-top: 124px;
    padding-bottom: 48px;
}

.utibi-page {
    background:
        radial-gradient(circle at 78% 16%, rgba(25, 183, 137, .14), transparent 30%),
        linear-gradient(180deg, rgba(247, 249, 252, .92), rgba(255, 255, 255, 1) 42%),
        #fff;
}

.brand-hero--utibi .brand-hero__copy h1,
.utibi-hero-title {
    max-width: 790px;
    margin: 36px 0 16px;
    color: var(--brand-ink);
    font-size: clamp(42px, 4.8vw, 68px);
    line-height: .98;
    letter-spacing: 0;
}

.utibi-hero-title span {
    display: block;
    margin-bottom: 8px;
    color: rgba(12, 20, 36, .58);
    font-size: clamp(20px, 1.65vw, 26px);
    font-weight: 800;
    line-height: 1.2;
}

.brand-hero--utibi .brand-hero__copy > p {
    max-width: 640px;
    font-size: 19px;
    line-height: 1.68;
    color: rgba(12, 20, 36, .70);
}

.utibi-brand-lockup {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.utibi-brand-lockup img {
    display: block;
    width: 94px;
    height: auto;
}

.utibi-brand-lockup span {
    position: relative;
    max-width: 220px;
    padding-left: 14px;
    color: rgba(12, 20, 36, .64);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.utibi-brand-lockup span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: rgba(12, 20, 36, .16);
}

.utibi-brand-lockup::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: min(360px, 100%);
    height: 1px;
    background: rgba(12, 20, 36, .14);
}

.utibi-hero-note {
    margin-top: 10px !important;
    max-width: 600px !important;
    color: rgba(12, 20, 36, .58) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.utibi-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 28px;
}

.utibi-hero-benefits span {
    position: relative;
    min-height: 88px;
    display: grid;
    place-items: center;
    padding: 18px 14px 16px;
    border: 1px solid rgba(12, 20, 36, .10);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(247, 249, 252, .86));
    color: var(--brand-ink);
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.28;
    text-align: center;
    box-shadow: 0 14px 34px rgba(12, 20, 36, .06);
}

.utibi-hero-benefits span::before {
    content: "";
    position: absolute;
    top: 12px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-mint));
}

.utibi-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.utibi-hero-links a {
    color: rgba(12, 20, 36, .70);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.utibi-hero-links a:hover {
    color: var(--brand-blue);
}

.utibi-app-preview {
    position: relative;
    min-height: 610px;
}

.utibi-preview-label {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: min(92%, 360px);
    padding: 12px 16px;
    border: 1px solid rgba(16, 151, 247, .28);
    border-radius: 999px;
    background: rgba(232, 246, 255, .92);
    color: #076cae;
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0 18px 48px rgba(16, 151, 247, .18);
    transform: translateX(-50%);
    backdrop-filter: blur(12px);
}

.utibi-preview-label::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 999px;
    background: var(--brand-blue);
}

.utibi-phone-wall {
    position: relative;
    min-height: 590px;
}

.utibi-phone-wall img {
    position: absolute;
    width: min(38vw, 250px);
    max-width: 43%;
    aspect-ratio: 9 / 19;
    object-fit: cover;
    object-position: top center;
    border-radius: 28px;
    border: 8px solid #101827;
    background: #101827;
    box-shadow: var(--brand-shadow);
}

.utibi-phone-wall img:nth-child(1) {
    left: 29%;
    top: 74px;
    z-index: 4;
    width: min(41vw, 286px);
    max-width: 49%;
    transform: none;
}

.utibi-phone-wall img:nth-child(2) {
    left: 2%;
    top: 136px;
    z-index: 2;
    transform: rotate(-4deg);
}

.utibi-phone-wall img:nth-child(3) {
    right: 0;
    top: 154px;
    z-index: 1;
    transform: rotate(4deg);
}

.brand-section--dark {
    width: 100%;
    max-width: none;
    padding: 88px max(20px, calc((100vw - 1180px) / 2));
    background: #0c1424;
}

.brand-section--dark .brand-kicker {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #8bd0ff;
}

.brand-section--dark h2,
.brand-section--dark h3 {
    color: #fff;
}

.brand-section--dark p {
    color: rgba(255, 255, 255, .72);
}

.brand-final-cta__box {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.brand-final-cta__box h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.brand-final-cta__box .btn {
    margin-top: 18px;
}

/* Illustration-led pages */
.about-page .brand-hero__media,
.brand-illustration {
    position: relative;
    display: grid;
    place-items: center;
}

.about-page .brand-hero__media img,
.brand-illustration img {
    width: 100%;
    max-height: 540px;
    height: auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-page .brand-hero__media {
    min-height: 480px;
}

.about-page .brand-hero__media::before,
.brand-illustration::before {
    content: "";
    position: absolute;
    width: 74%;
    aspect-ratio: 1;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(16, 151, 247, .16), transparent 42%),
        radial-gradient(circle at 70% 70%, rgba(25, 183, 137, .10), transparent 46%);
    filter: blur(2px);
    z-index: 0;
}

.about-page .brand-hero__media img,
.brand-illustration img {
    position: relative;
    z-index: 1;
}

.about-page .brand-floating-card {
    border: 1px solid rgba(12, 20, 36, .08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(12, 20, 36, .10);
    z-index: 2;
}

.about-page .brand-value {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.about-page .brand-value img {
    height: 220px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 18px;
}

.about-page .brand-value h3 {
    padding-top: 16px;
    border-top: 1px solid var(--brand-line);
}

.brand-hero--involve,
.brand-hero--contact {
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.brand-hero--involve .brand-hero__copy p + p {
    margin-top: 12px;
}

.brand-illustration--hero img {
    max-height: 500px;
}

.brand-illustration--contact img {
    max-height: 430px;
}

.brand-illustration--wide {
    width: min(820px, 100%);
    margin: 52px auto 0;
}

.brand-illustration--wide img {
    max-height: 360px;
}

.brand-illustration--donation img {
    max-height: 320px;
}

.brand-mission-grid,
.brand-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.brand-mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
}

.brand-feature-panel,
.brand-contact-card {
    padding: 24px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 36px rgba(12, 20, 36, .07);
}

.brand-feature-panel h2,
.brand-contact-card h2,
.donation-panel__copy h3 {
    margin: 14px 0 12px;
    color: var(--brand-ink);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.12;
}

.brand-feature-panel p,
.brand-contact-card p,
.donation-panel__copy p,
.donation-panel__copy small {
    margin: 0 0 16px;
    color: var(--brand-muted);
    line-height: 1.72;
    font-weight: 300;
}

.brand-contact-card a {
    color: var(--brand-ink);
    text-decoration: none;
    font-weight: 700;
}

.brand-contact-card a:hover {
    color: var(--brand-blue);
}

.brand-split--center {
    align-items: center;
}

.donation-panel {
    margin-top: 58px;
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(247, 249, 252, .8), #fff);
}

.donation-panel__copy p {
    padding: 12px 0;
    border-bottom: 1px solid rgba(12, 20, 36, .08);
}

.donation-panel__copy small {
    display: block;
    margin-top: 10px;
}

.utibi-download-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.utibi-download-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 20px 0 30px;
    border-top: 1px solid rgba(12, 20, 36, .10);
    border-bottom: 1px solid rgba(12, 20, 36, .10);
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.utibi-download-copy h2 {
    margin: 12px 0 10px;
    max-width: 720px;
    color: var(--brand-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.12;
    letter-spacing: 0;
}

.utibi-download-copy p {
    max-width: 68ch;
    margin: 0 0 10px;
    color: var(--brand-muted);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 300;
}

.utibi-download-copy span {
    color: var(--brand-text);
    font-size: 14px;
    font-weight: 700;
}

.utibi-store-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    min-width: min(100%, 330px);
}

.utibi-store-buttons a {
    display: inline-flex;
    align-items: center;
    height: 48px;
    border-radius: 8px;
    transition: transform .18s ease, filter .18s ease;
}

.utibi-store-buttons a:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.utibi-store-buttons img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 158px;
}

.utibi-store-buttons--hero {
    justify-content: flex-start;
    margin-top: 28px;
}

.utibi-partner-section {
    width: 100%;
    max-width: none;
    padding-left: max(20px, calc((100vw - 1180px) / 2));
    padding-right: max(20px, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(180deg, #fff, rgba(247, 249, 252, .92));
    border-top: 1px solid rgba(12, 20, 36, .08);
}

.utibi-partner-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: start;
}

.utibi-partner-copy {
    position: sticky;
    top: 96px;
}

.utibi-partner-copy h2 {
    margin: 14px 0 14px;
    color: var(--brand-ink);
    font-size: clamp(30px, 3.8vw, 50px);
    line-height: 1.08;
    letter-spacing: 0;
}

.utibi-partner-copy p,
.utibi-partner-cta p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}

.utibi-partner-list {
    display: grid;
    gap: 12px;
}

.utibi-partner-list article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    padding: 22px;
    border: 1px solid rgba(12, 20, 36, .10);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 36px rgba(12, 20, 36, .07);
}

.utibi-partner-list span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: rgba(16, 151, 247, .10);
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.utibi-partner-list h3,
.utibi-partner-cta h3 {
    margin: 0;
    color: var(--brand-ink);
}

.utibi-partner-list h3 {
    font-size: 20px;
}

.utibi-partner-list p {
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.68;
    font-weight: 300;
}

.utibi-partner-cta {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    border: 1px solid rgba(12, 20, 36, .10);
    border-radius: 8px;
    background: var(--brand-ink);
    box-shadow: 0 20px 54px rgba(12, 20, 36, .14);
}

.utibi-partner-cta h3 {
    color: #fff;
    font-size: clamp(22px, 2.4vw, 32px);
}

.utibi-partner-cta p {
    max-width: 680px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
}

.utibi-partner-cta .btn {
    flex: 0 0 auto;
}

.contact-details-section {
    display: grid;
    gap: 28px;
}

.brand-map {
    width: min(980px, 100%);
    height: 360px;
    margin: 12px auto 0;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(12, 20, 36, .08);
}

.contact-form-section {
    max-width: 980px;
}

.brand-form-shell {
    width: 100%;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 20, 36, .08);
}

.brand-form-shell .form-control {
    border-radius: 8px !important;
    border-color: rgba(12, 20, 36, .12) !important;
    box-shadow: none !important;
}

.brand-form-shell .contact-form-group {
    margin-bottom: 18px;
}

.brand-form-shell .default-button,
.brand-form-shell button[type="submit"] {
    width: 100%;
    min-height: 54px;
    border-radius: 8px !important;
    background: var(--brand-blue) !important;
    box-shadow: 0 14px 32px rgba(16, 151, 247, .24) !important;
}

@media (max-width: 1100px) {
    .brand-hero,
    .brand-hero--utibi,
    .brand-hero--involve,
    .brand-hero--contact,
    .brand-split,
    .brand-final-cta,
    .utibi-download-card,
    .utibi-partner-grid {
        grid-template-columns: 1fr;
    }

    .utibi-download-section {
        margin-top: 0;
    }

    .utibi-store-buttons {
        justify-content: flex-start;
    }

    .utibi-partner-copy {
        position: static;
    }

    .brand-hero {
        min-height: 0;
        padding-top: 118px;
    }

    .brand-hero__media {
        min-height: 420px;
    }

    .brand-hero__media img {
        height: 420px;
    }

    .about-page .brand-hero__media img,
    .brand-illustration img {
        height: auto;
    }

    .utibi-app-preview {
        min-height: 560px;
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .utibi-phone-wall {
        min-height: 540px;
    }

    .utibi-phone-wall img {
        width: 252px;
    }

    .utibi-hero-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .brand-value-grid,
    .brand-mission-grid,
    .brand-contact-grid,
    .donation-panel {
        grid-template-columns: 1fr;
    }

    .brand-floating-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

    .brand-statute {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-map {
        height: 300px;
    }
}

@media (max-width: 640px) {
    .brand-hero,
    .brand-section {
        width: min(100% - 28px, 1180px);
    }

    .brand-hero {
        padding: 106px 0 54px;
        gap: 30px;
    }

    .brand-hero__copy h1 {
        font-size: clamp(34px, 13vw, 48px);
    }

    .brand-hero__copy p,
    .brand-section__head p,
    .brand-split p,
    .brand-final-cta p {
        font-size: 16px;
    }

    .brand-section,
    .brand-section--light,
    .brand-section--dark {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-page .brand-hero__media {
        min-height: 280px;
    }

    .about-page .brand-value img,
    .brand-illustration--wide img,
    .brand-illustration--donation img {
        max-height: 230px;
    }

    .brand-feature-panel,
    .brand-contact-card,
    .brand-form-shell,
    .donation-panel,
    .utibi-partner-list article,
    .utibi-partner-cta {
        padding: 18px;
    }

    .utibi-download-card {
        padding: 18px 0 24px;
    }

    .utibi-download-section {
        width: min(100% - 28px, 1180px);
    }

    .utibi-store-buttons a,
    .utibi-store-buttons img {
        height: 44px;
    }

    .utibi-store-buttons img {
        max-width: 146px;
    }

    .utibi-partner-list article {
        grid-template-columns: 1fr;
    }

    .utibi-partner-list span {
        grid-row: auto;
    }

    .utibi-partner-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-hero--utibi .brand-hero__copy h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .utibi-hero-title span {
        font-size: clamp(18px, 5vw, 22px);
    }

    .brand-hero--utibi .brand-hero__copy > p {
        font-size: 17px;
    }

    .utibi-brand-lockup {
        align-items: center;
        flex-direction: row;
        gap: 12px;
    }

    .utibi-brand-lockup img {
        width: 78px;
    }

    .utibi-brand-lockup span {
        max-width: 190px;
        padding-left: 12px;
        font-size: 11px;
    }

    .utibi-hero-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .utibi-hero-benefits span {
        min-height: 0;
        place-items: center;
        padding: 14px 16px 14px 54px;
        text-align: left;
    }

    .utibi-hero-benefits span::before {
        left: 16px;
        top: 50%;
        width: 24px;
        transform: translateY(-50%);
    }

    .utibi-hero-links {
        margin-top: 18px;
    }

    .utibi-app-preview {
        min-height: 440px;
    }

    .utibi-preview-label {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 18px;
        max-width: min(92%, 310px);
        padding: 10px 13px;
        font-size: 14px;
        text-align: center;
        transform: translateX(-50%);
    }

    .utibi-phone-wall {
        min-height: 430px;
    }

    .utibi-phone-wall img {
        width: 210px;
        border-width: 7px;
        border-radius: 24px;
    }

    .utibi-phone-wall img:nth-child(1) {
        left: 24%;
        top: 76px;
        width: 224px;
        max-width: 58%;
        z-index: 4;
    }

    .utibi-phone-wall img:nth-child(2) {
        left: -6%;
        top: 150px;
        z-index: 2;
    }

    .utibi-phone-wall img:nth-child(3) {
        right: -8%;
        top: 160px;
        z-index: 1;
    }

}
