/*
|--------------------------------------------------------------------------
| WISPR Landing
|--------------------------------------------------------------------------
| Dark cinematic landing inspired by anonymous-confession promo posters.
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto+Condensed:wght@400;500;600;700&display=swap');

:root {
    --bg: #050505;
    --bg-soft: #0d0d0d;
    --surface: #121212;
    --surface-light: #191919;

    --yellow: #ffb800;
    --yellow-light: #ffd34e;
    --yellow-dark: #d88b00;

    --red: #d81818;
    --red-light: #ff3838;

    --white: #f8f8f8;
    --text: #efefef;
    --muted: #a8a8a8;
    --border: rgba(255, 255, 255, 0.12);

    --font-heading: "Oswald", Arial, sans-serif;
    --font-body: "Roboto Condensed", Arial, sans-serif;

    --container: 1180px;
    --radius: 12px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 184, 0, 0.06), transparent 30%),
        radial-gradient(circle at 90% 60%, rgba(216, 24, 24, 0.06), transparent 30%),
        var(--bg);
    font-family: var(--font-body);
    line-height: 1.45;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.045;
    z-index: 100;
    background-image:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.3) 0,
            rgba(255, 255, 255, 0.3) 1px,
            transparent 1px,
            transparent 3px
        );
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.wrap {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 34px);
    padding-right: clamp(18px, 4vw, 34px);
}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 88px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

.brand-logo-wrap {
    display: grid;
    place-items: center;
    filter: drop-shadow(0 0 12px rgba(255, 184, 0, 0.2));
}

.brand-logo-wrap img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lang-switch {
    display: flex;
    align-items: center;
    padding: 4px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(14px);
}

.lang-switch a {
    min-width: 36px;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease;
}

.lang-switch a:hover,
.lang-switch a.active {
    color: #111;
    background: var(--yellow);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 7px;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    cursor: pointer;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #090909;
    background:
        linear-gradient(180deg, var(--yellow-light), var(--yellow));
    box-shadow:
        0 10px 30px rgba(255, 184, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-primary:hover {
    box-shadow:
        0 14px 36px rgba(255, 184, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-dark {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(12px);
}

.btn-dark:hover {
    border-color: rgba(255, 184, 0, 0.7);
    color: var(--yellow);
}

.btn-sm {
    min-height: 40px;
    padding: 10px 17px;
    font-size: 14px;
}

.btn-block {
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */

.hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    padding: 142px 0 76px;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.88) 38%,
            rgba(0, 0, 0, 0.38) 68%,
            rgba(0, 0, 0, 0.26) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.22) 0%,
            rgba(0, 0, 0, 0.18) 60%,
            rgba(0, 0, 0, 0.95) 100%
        ),
        url("/img/landing/hero-city.webp") center right / cover no-repeat;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    z-index: 3;
    height: 45px;
    background: var(--bg);
}

.hero::before {
    top: -24px;
    clip-path: polygon(
        0 44%,
        5% 59%,
        10% 38%,
        15% 55%,
        20% 31%,
        25% 49%,
        30% 36%,
        36% 57%,
        43% 30%,
        50% 52%,
        58% 35%,
        65% 56%,
        72% 37%,
        78% 50%,
        85% 29%,
        92% 55%,
        100% 40%,
        100% 0,
        0 0
    );
}

.hero::after {
    bottom: -24px;
    clip-path: polygon(
        0 51%,
        6% 32%,
        13% 54%,
        19% 38%,
        27% 60%,
        35% 40%,
        43% 56%,
        52% 36%,
        61% 60%,
        69% 37%,
        77% 54%,
        85% 33%,
        92% 59%,
        100% 38%,
        100% 100%,
        0 100%
    );
}

.hero-overlay-grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.11;
    background:
        repeating-radial-gradient(
            circle at 10% 20%,
            rgba(255, 255, 255, 0.25) 0,
            rgba(255, 255, 255, 0.25) 1px,
            transparent 1px,
            transparent 5px
        );
    mix-blend-mode: overlay;
}

.hero-content {
    position: relative;
    z-index: 5;
    width: min(700px, 100%);
}

.hero-banner {
    width: min(320px, 70%);
    height: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.45));
}

.city-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--yellow);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.city-label::before {
    content: "●";
    font-size: 25px;
    text-shadow: 0 0 18px rgba(255, 184, 0, 0.75);
}

.hero-eyebrow {
    margin-bottom: 15px;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.055em;
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(52px, 8vw, 104px);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.6),
        0 12px 38px rgba(0, 0, 0, 0.7);
}

.hero h1 .white {
    display: block;
    color: var(--white);
}

.hero h1 .yellow {
    display: block;
    color: var(--yellow);
}

.hero-description {
    max-width: 590px;
    margin: 26px 0 0;
    color: #e8e8e8;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
}

.hero-highlight {
    display: inline;
    padding: 1px 7px 4px;
    color: var(--white);
    background: var(--red);
    box-shadow:
        7px 0 0 var(--red),
        -7px 0 0 var(--red);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-phone {
    position: absolute;
    right: clamp(20px, 7vw, 100px);
    bottom: 38px;
    z-index: 6;
    width: clamp(220px, 25vw, 360px);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    transform: rotate(-7deg);
    background:
        linear-gradient(145deg, #191919, #050505);
    box-shadow:
        -20px 35px 60px rgba(0, 0, 0, 0.68),
        inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.phone-notch {
    width: 80px;
    height: 7px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: #252525;
}

.phone-label {
    color: var(--muted);
    font-size: 13px;
}

.phone-message {
    margin-top: 14px;
    padding: 16px;
    border-radius: 13px;
    color: var(--white);
    background: #242424;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.3;
}

.phone-message strong {
    color: var(--yellow);
}

.phone-time {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 11px;
    text-align: right;
}

.hero-arrow {
    position: absolute;
    right: 31%;
    bottom: 55px;
    z-index: 7;
    color: var(--red);
    font-family: var(--font-heading);
    font-size: 80px;
    font-weight: 700;
    transform: rotate(20deg);
}

/* -------------------------------------------------------------------------- */
/* Stats                                                                      */
/* -------------------------------------------------------------------------- */

.stats-panel {
    position: relative;
    z-index: 8;
    margin-top: -36px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #0b0b0b;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.38);
}

.stat {
    position: relative;
    padding: 27px 20px;
    text-align: center;
}

.stat + .stat {
    border-left: 1px solid var(--border);
}

.stat-value {
    color: var(--yellow);
    font-family: var(--font-heading);
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    margin-top: 7px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

/* -------------------------------------------------------------------------- */
/* Generic sections                                                           */
/* -------------------------------------------------------------------------- */

section {
    position: relative;
    padding: clamp(70px, 9vw, 116px) 0;
}

.section-header {
    max-width: 750px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    color: #111;
    background: var(--yellow);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-1deg);
}

.section-title {
    margin: 0;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 63px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.section-title span {
    color: var(--yellow);
}

.section-subtitle {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 18px;
}

/* -------------------------------------------------------------------------- */
/* Steps                                                                      */
/* -------------------------------------------------------------------------- */

.how-section {
    background:
        linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.018)),
        var(--bg);
}

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

.step-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent),
        var(--surface);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease;
}

.step-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 184, 0, 0.55);
}

.step-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 184, 0, 0.08);
    filter: blur(12px);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 28px;
    color: #111;
    background: var(--yellow);
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    transform: rotate(-4deg);
}

.step-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-family: var(--font-heading);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.step-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/* Channels                                                                   */
/* -------------------------------------------------------------------------- */

.channels-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 184, 0, 0.08), transparent 35%),
        #090909;
}

.channels-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background:
        repeating-linear-gradient(
            135deg,
            #fff 0,
            #fff 1px,
            transparent 1px,
            transparent 9px
        );
}

.channels-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.channel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
        linear-gradient(
            160deg,
            rgba(255, 184, 0, 0.08),
            transparent 45%
        ),
        #111;
}

.channel-card::after {
    content: "WISPR";
    position: absolute;
    right: -18px;
    bottom: 8px;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 700;
    transform: rotate(-90deg);
}

.channel-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.channel-icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #111;
    background: var(--yellow);
    font-size: 22px;
}

.channel-logo {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border);
    flex-shrink: 0;
}

.channel-name {
    margin-top: 23px;
    font-family: var(--font-heading);
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.channel-meta {
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
}

.channel-card .btn {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.badge-vip {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 184, 0, 0.45);
    border-radius: 4px;
    color: var(--yellow);
    background: rgba(255, 184, 0, 0.08);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Features                                                                   */
/* -------------------------------------------------------------------------- */

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-card {
    display: flex;
    gap: 20px;
    min-height: 170px;
    padding: 27px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
}

.feature-icon {
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 184, 0, 0.35);
    border-radius: 50%;
    color: var(--yellow);
    background: rgba(255, 184, 0, 0.07);
    font-size: 27px;
}

.feature-card h3 {
    margin: 2px 0 9px;
    font-family: var(--font-heading);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/* Live feed (homepage teaser + category pages)                               */
/* -------------------------------------------------------------------------- */

.feed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feed-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--border);
    border-left: 3px solid var(--yellow);
    border-radius: var(--radius);
    background: var(--surface);
}

.feed-card-text {
    margin: 0;
    color: var(--text);
    font-size: 16px;
    line-height: 1.55;
    white-space: pre-line;
}

.feed-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-size: 13px;
}

.feed-card-channel {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.feed-card-link {
    color: var(--yellow);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.feed-card-link:hover {
    color: var(--yellow-light);
    text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Category chips (homepage nav + category page header)                      */
/* -------------------------------------------------------------------------- */

.category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.category-chip {
    padding: 10px 20px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    font-family: var(--font-heading);
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.category-chip:hover,
.category-chip.active {
    border-color: var(--yellow);
    color: var(--yellow);
    background: rgba(255, 184, 0, 0.08);
}

.category-hero {
    padding-top: 48px;
}

.category-back {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 15px;
    text-decoration: none;
}

.category-back:hover {
    color: var(--yellow);
}

/* -------------------------------------------------------------------------- */
/* CTA                                                                        */
/* -------------------------------------------------------------------------- */

.cta-section {
    padding-top: 35px;
}

.cta-banner {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 7vw, 76px);
    border: 1px solid rgba(255, 184, 0, 0.35);
    border-radius: 16px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 184, 0, 0.18),
            transparent 45%
        ),
        linear-gradient(
            145deg,
            #171717,
            #090909
        );
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.cta-banner::after {
    content: "АНОНІМНО";
    position: absolute;
    right: -25px;
    bottom: -35px;
    color: rgba(255, 255, 255, 0.03);
    font-family: var(--font-heading);
    font-size: clamp(75px, 13vw, 180px);
    font-weight: 700;
    line-height: 1;
    transform: rotate(-4deg);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.cta-banner h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    line-height: 0.98;
    text-transform: uppercase;
}

.cta-banner h2 span {
    color: var(--yellow);
}

.cta-banner p {
    max-width: 560px;
    margin: 20px 0 28px;
    color: var(--muted);
    font-size: 19px;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

footer {
    margin-top: 80px;
    padding: 48px 0 38px;
    border-top: 1px solid var(--border);
    background: #040404;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-brand {
    max-width: 420px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-tagline {
    margin-top: 13px;
    color: var(--muted);
}

.footer-note {
    margin: 30px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--border);
    color: #666;
    font-size: 13px;
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                 */
/* -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .hero {
        min-height: 760px;
        background-position: 62% center;
    }

    .hero-content {
        width: 68%;
    }

    .hero-phone {
        right: 28px;
        width: 270px;
    }

    .hero-arrow {
        display: none;
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .channels-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feed-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .site-header {
        position: relative;
        background: #050505;
    }

    .nav {
        min-height: auto;
        padding: 15px 0;
    }

    .nav-right .btn {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 70px 0 90px;
        align-items: flex-end;
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.25) 0%,
                rgba(0, 0, 0, 0.68) 38%,
                rgba(0, 0, 0, 0.98) 78%
            ),
            url("/img/landing/hero-city.webp") 67% top / auto 62% no-repeat,
            #050505;
    }

    .hero-content {
        width: 100%;
        padding-top: 280px;
    }

    .hero h1 {
        font-size: clamp(52px, 15vw, 78px);
    }

    .hero-description {
        font-size: 18px;
    }

    .hero-phone {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .stats-panel {
        margin-top: -25px;
    }

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

    .stat + .stat {
        border-top: 1px solid var(--border);
        border-left: 0;
    }

    .steps,
    .channels-grid,
    .features-grid,
    .feed-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        min-height: auto;
    }

    .feature-card {
        min-height: auto;
    }

    .category-chips {
        flex-wrap: wrap;
    }

    .cta-banner {
        padding: 42px 24px;
    }
}

@media (max-width: 480px) {
    .brand-logo-wrap img {
        width: 38px;
        height: 38px;
    }

    .lang-switch a {
        min-width: 32px;
        padding: 6px 7px;
    }

    .city-label {
        font-size: 17px;
    }

    .hero-eyebrow {
        font-size: 17px;
    }

    .hero h1 {
        font-size: 54px;
    }

    .section-title {
        font-size: 39px;
    }

    .channel-card,
    .feature-card,
    .step-card {
        padding: 22px;
    }
}
