* {
    box-sizing: border-box;
}

:root {
    --navy: #07143d;
    --blue: #116df5;
    --blue-2: #0b7cff;
    --text: #52658b;
    --yellow: #ffc817;
    --line: #dce6f3;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--navy);
    font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

/* =========================================================
   HEADER
   ========================================================= */

.support-header {
    width: min(1410px, calc(100% - 96px));
    min-height: 102px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-logo {
    display: block;
}

.support-logo img {
    display: block;
    width: 190px;
    height: auto;
}

.support-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #526383;
    font-size: 16px;
    font-weight: 600;
}

.support-nav a {
    transition:
        color .18s ease,
        transform .18s ease;
}

.support-nav a:hover,
.support-nav a.active {
    color: var(--blue);
}

.support-nav .nav-play {
    padding: 15px 27px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    box-shadow: 0 9px 23px rgba(17, 109, 245, .20);
}

.support-nav .nav-play:hover {
    color: #fff;
    transform: translateY(-1px);
}

.nav-play span {
    margin-left: 5px;
}

/* =========================================================
   HERO
   ========================================================= */

.support-hero {
    width: min(1410px, calc(100% - 96px));
    min-height: 455px;
    margin: 18px auto 42px;
    display: grid;
    grid-template-columns: 54% 46%;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin-bottom: 14px;
    color: #5795f8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.hero-copy h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(52px, 5.1vw, 74px);
    line-height: .94;
    letter-spacing: -4px;
    font-weight: 850;
}

.hero-copy h1 span {
    display: block;
    color: var(--blue);
}

.hero-copy > p {
    max-width: 670px;
    margin: 24px 0 28px;
    color: var(--text);
    font-size: 19px;
    line-height: 1.48;
}

.support-actions {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.coffee-button,
.monthly-button {
    min-height: 66px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.coffee-button:hover,
.monthly-button:hover {
    transform: translateY(-2px);
}

.coffee-button {
    gap: 12px;
    padding: 0 22px;
    background: var(--yellow);
    color: #07143d;
    box-shadow: 0 9px 22px rgba(255, 200, 23, .17);
    font-size: 16px;
}

.coffee-icon {
    font-size: 23px;
}

.monthly-button {
    gap: 12px;
    padding: 0 18px;
    background: #eef7ff;
    color: #07143d;
}

.heart-icon {
    color: #ff6d76;
    font-size: 28px;
}

.monthly-button strong {
    display: block;
    font-size: 15px;
    line-height: 1.15;
}

.monthly-button b {
    margin-left: 6px;
    font-size: 18px;
}

/* =========================================================
   HERO ILLUSTRATION
   ========================================================= */

.hero-art {
    position: relative;
    width: 100%;
    height: 455px;
}

.art-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    top: 10px;
    right: 25px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            #ffffff 0 30%,
            #edf7ff 31% 69%,
            rgba(237, 247, 255, 0) 70%
        );
}

.robot {
    position: absolute;
    z-index: 3;
    top: 85px;
    right: 135px;
    width: 280px;
    height: 330px;
}

.robot-antenna {
    position: absolute;
    z-index: 5;
    top: -45px;
    left: 113px;
    color: #ffbd00;
    font-size: 55px;
    transform: rotate(13deg);
}

.robot-head {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 238px;
    height: 170px;
    border: 8px solid #fff;
    border-radius: 45% 45% 48% 48%;
    background: linear-gradient(145deg, #fff, #c8d9ee);
    box-shadow: 0 18px 30px rgba(27, 73, 130, .15);
}

.robot-head::after {
    content: "";
    position: absolute;
    inset: 23px 22px 29px;
    border-radius: 42% 42% 45% 45%;
    background: #081b42;
}

.robot-eye {
    position: absolute;
    z-index: 2;
    top: 67px;
    width: 25px;
    height: 34px;
    border: 8px solid #e9f6ff;
    border-bottom: 0;
    border-radius: 50% 50% 0 0;
}

.robot-eye.left {
    left: 76px;
}

.robot-eye.right {
    right: 76px;
}

.robot-smile {
    position: absolute;
    z-index: 2;
    left: 108px;
    top: 94px;
    color: #071334;
    font-size: 28px;
}

.robot-body {
    position: absolute;
    top: 169px;
    left: 46px;
    width: 188px;
    height: 133px;
    border: 7px solid #fff;
    border-radius: 40px 40px 50px 50px;
    background: linear-gradient(150deg, #f9fcff, #d1e1f2);
    box-shadow: 0 15px 28px rgba(27, 73, 130, .14);
}

.robot-cup {
    position: absolute;
    left: 45px;
    top: 49px;
    width: 102px;
    height: 73px;
    border: 5px solid #f6b400;
    border-radius: 8px 8px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffbd0b;
    color: #f29100;
    font-size: 35px;
}

.robot-arm {
    position: absolute;
    width: 48px;
    height: 76px;
    border: 6px solid #fff;
    border-radius: 40px;
    background: linear-gradient(180deg, #fff, #d7e5f3);
}

.arm-left {
    left: -31px;
    top: 31px;
    transform: rotate(17deg);
}

.arm-right {
    right: -31px;
    top: 20px;
    transform: rotate(-14deg);
}

.robot-feet {
    position: absolute;
    left: 66px;
    bottom: 0;
    display: flex;
    gap: 52px;
}

.robot-feet div {
    width: 62px;
    height: 30px;
    border-radius: 50%;
    background: #e5eff9;
}

.floating-heart {
    position: absolute;
    z-index: 5;
    top: 45px;
    right: 25px;
    padding: 14px 18px;
    border-radius: 17px;
    background: #fff;
    color: #ff6674;
    font-size: 25px;
    box-shadow: 0 12px 25px rgba(20, 70, 130, .10);
}

.floating-bolt {
    position: absolute;
    z-index: 5;
    top: 50px;
    right: 220px;
    color: #ffbd00;
    font-size: 47px;
    transform: rotate(12deg);
}

.book-stack {
    position: absolute;
    z-index: 6;
    right: 37px;
    bottom: 28px;
    width: 190px;
    transform: rotate(-2deg);
}

.book {
    height: 38px;
    border-radius: 8px 13px 10px 5px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    box-shadow: 0 6px 10px rgba(30, 50, 90, .15);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.book-blue {
    background: #1689e9;
}

.book-yellow {
    margin-left: 10px;
    background: #ffb80c;
    color: #704400;
}

.book-purple {
    margin-left: 18px;
    background: #9c67ed;
}

.plant {
    position: absolute;
    z-index: 7;
    right: 0;
    bottom: 17px;
    width: 95px;
    height: 125px;
}

.stem {
    position: absolute;
    left: 45px;
    bottom: 14px;
    width: 7px;
    height: 105px;
    background: #4d9b57;
    transform: rotate(8deg);
}

.leaf {
    position: absolute;
    width: 43px;
    height: 67px;
    border-radius: 100% 0 100% 0;
    background: #69bc57;
}

.leaf-one {
    left: 2px;
    top: 35px;
    transform: rotate(-35deg);
}

.leaf-two {
    left: 40px;
    top: 12px;
    transform: rotate(15deg);
}

.leaf-three {
    left: 48px;
    top: 54px;
    transform: rotate(50deg);
}

/* =========================================================
   SHARED PANELS
   ========================================================= */

.support-panel,
.team-panel,
.free-panel {
    width: min(1410px, calc(100% - 72px));
    margin: 0 auto 20px;
    border-radius: 24px;
}

.support-panel {
    padding: 27px 38px 31px;
}

.support-panel h2 {
    margin: 0 0 25px;
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

/* =========================================================
   SUPPORT BENEFITS
   ========================================================= */

.blue-panel {
    background: #f0f8ff;
}

.support-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.benefit {
    min-height: 104px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #cbdff5;
}

.benefit:last-child {
    border-right: 0;
}

.benefit-icon {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
}

.cloud {
    background: #e2f1ff;
    color: #1688ed;
}

.notes {
    background: #eee7ff;
    color: #9766ef;
}

.chart {
    background: #e8f8ed;
    color: #39aa68;
    font-size: 17px;
    letter-spacing: 2px;
}

.benefit strong {
    display: block;
    font-size: 28px;
    letter-spacing: -1.2px;
}

.benefit p {
    margin: 4px 0 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.38;
}

/* =========================================================
   TEAM
   ========================================================= */

.team-panel {
    min-height: 222px;
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
    overflow: hidden;
    background: #fffaf0;
}

.team-art {
    position: relative;
    height: 222px;
}

.team-copy {
    padding: 35px 55px 35px 0;
}

.team-copy h2 {
    margin: 0 0 12px;
    font-size: 33px;
    letter-spacing: -1.4px;
}

.team-copy p {
    max-width: 620px;
    margin: 0;
    color: var(--text);
    font-size: 17px;
    line-height: 1.47;
}

.laptop {
    position: absolute;
    left: 92px;
    bottom: 27px;
    transform: rotate(-6deg);
}

.laptop-screen {
    width: 185px;
    height: 108px;
    border: 8px solid #a7bfdc;
    border-radius: 10px 10px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dceaff;
    color: #ffbd00;
    font-size: 42px;
}

.laptop-base {
    width: 215px;
    height: 15px;
    margin-left: -15px;
    border-radius: 0 0 20px 20px;
    background: #9eb5d0;
}

.plant-small {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: 65px;
    height: 120px;
}

.pot {
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 48px;
    height: 43px;
    border-radius: 3px 3px 15px 15px;
    background: #efefec;
}

.small-leaf {
    position: absolute;
    width: 33px;
    height: 54px;
    border-radius: 100% 0 100% 0;
    background: #60ad58;
}

.leaf-a {
    left: 4px;
    top: 37px;
    transform: rotate(-35deg);
}

.leaf-b {
    left: 28px;
    top: 12px;
    transform: rotate(15deg);
}

.leaf-c {
    left: 32px;
    top: 50px;
    transform: rotate(45deg);
}

.small-cup {
    position: absolute;
    left: 338px;
    bottom: 27px;
    width: 60px;
    height: 49px;
    border-radius: 5px 5px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffbf13;
    font-size: 22px;
}

.small-books {
    position: absolute;
    left: 395px;
    bottom: 27px;
    width: 115px;
}

.small-books i {
    display: block;
    height: 13px;
    margin-top: 3px;
    border-radius: 2px;
}

.small-books i:nth-child(1) {
    width: 110px;
    background: #1889e8;
}

.small-books i:nth-child(2) {
    width: 95px;
    background: #ffbd18;
}

.small-books i:nth-child(3) {
    width: 105px;
    background: #a06be8;
}

.team-note {
    position: absolute;
    left: 258px;
    top: 20px;
    color: #3d6598;
    font-family: "Comic Sans MS", "Bradley Hand", cursive;
    font-size: 17px;
    transform: rotate(-7deg);
}

.team-note span {
    display: block;
}

.team-note span:nth-child(2) {
    margin-left: 20px;
}

.team-note span:nth-child(3) {
    margin-left: 32px;
}

.sun-ray {
    position: absolute;
    width: 8px;
    height: 38px;
    border-radius: 8px;
    background: #ffbf00;
}

.ray-one {
    left: 86px;
    top: 36px;
    transform: rotate(-20deg);
}

.ray-two {
    left: 125px;
    top: 20px;
    transform: rotate(10deg);
}

/* =========================================================
   OTHER WAYS
   ========================================================= */

.purple-panel {
    padding-bottom: 31px;
    background: #f6f5ff;
}

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

.help-card {
    min-height: 165px;
    padding: 22px 28px;
    display: flex;
    align-items: flex-start;
    gap: 23px;
    border-radius: 20px;
}

.help-card.pink {
    background: #fff4f5;
}

.help-card.green {
    background: #f1fbf5;
}

.help-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #8062eb;
    font-size: 34px;
    box-shadow: 0 5px 15px rgba(50, 70, 110, .05);
}

.green .help-icon {
    color: #ef6868;
}

.help-content h3 {
    margin: 0 0 5px;
    font-size: 19px;
}

.help-content p {
    margin: 0 0 12px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.38;
}

.help-content a {
    display: inline-block;
    padding: 9px 17px;
    border-radius: 9px;
    background: #edf5ff;
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   FREE PANEL
   ========================================================= */

.free-panel {
    min-height: 104px;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    position: relative;
    background: #edf7ff;
}

.question-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2187ec;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    box-shadow: 0 8px 15px rgba(33,135,236,.22);
}

.free-panel h2 {
    margin: 0 0 2px;
    font-size: 20px;
}

.free-panel p {
    margin: 0;
    color: var(--text);
    font-size: 16px;
    line-height: 1.4;
}

.free-bolt {
    margin-left: auto;
    color: #ffc000;
    font-size: 49px;
    transform: rotate(12deg);
}

/* =========================================================
   FOOTER
   ========================================================= */

.support-footer {
    width: 100%;
    min-height: 100px;
    margin-top: 16px;
    padding: 20px max(36px, calc((100% - 1410px) / 2));
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #e4ebf4;
    background: #fff;
}

.footer-brand {
    min-width: 210px;
    padding-right: 22px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--line);
}

.footer-brand img {
    width: 130px;
}

.footer-brand span {
    margin-top: 2px;
    color: #667595;
    font-size: 12px;
}

.footer-links {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 21px;
    color: #526486;
    font-size: 13px;
}

.footer-links a:hover {
    color: var(--blue);
}

.footer-coffee {
    padding: 10px 19px;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    white-space: nowrap;
    font-size: 13px;
}

.footer-social {
    display: flex;
    gap: 17px;
    color: #435374;
    font-size: 23px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
    .support-header,
    .support-hero {
        width: min(100% - 48px, 1410px);
    }

    .support-hero {
        grid-template-columns: 56% 44%;
    }

    .hero-copy h1 {
        font-size: 54px;
        letter-spacing: -3px;
    }

    .hero-copy > p {
        font-size: 17px;
    }

    .hero-art {
        transform: scale(.86);
        transform-origin: center right;
    }

    .robot {
        right: 65px;
    }

    .art-glow {
        right: -20px;
    }

    .benefit {
        padding: 0 17px;
        gap: 13px;
    }

    .benefit-icon {
        width: 66px;
        height: 66px;
        flex-basis: 66px;
    }

    .benefit strong {
        font-size: 25px;
    }

    .team-copy {
        padding-right: 35px;
    }

    .team-art {
        transform: scale(.86);
        transform-origin: left center;
    }

    .support-footer {
        flex-wrap: wrap;
        padding: 22px 30px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    body {
        overflow-x: hidden;
    }

    .support-header {
        width: calc(100% - 30px);
        min-height: 76px;
    }

    .support-logo img {
        width: 148px;
    }

    .support-nav {
        gap: 9px;
        font-size: 12px;
    }

    .support-nav > a:not(.nav-play) {
        display: none;
    }

    .support-nav .nav-play {
        padding: 11px 16px;
        font-size: 13px;
    }

    /* HERO */

    .support-hero {
        width: calc(100% - 30px);
        margin: 26px auto 28px;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hero-copy {
        width: 100%;
    }

    .eyebrow {
        margin-bottom: 11px;
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(42px, 12vw, 58px);
        line-height: .95;
        letter-spacing: -2.8px;
    }

    .hero-copy > p {
        margin: 18px 0 22px;
        font-size: 16px;
        line-height: 1.48;
    }

    .support-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .coffee-button,
    .monthly-button {
        width: 100%;
        min-height: 60px;
    }

    .coffee-button {
        justify-content: center;
    }

    .monthly-button {
        justify-content: center;
    }

    /* Mobile illustration moves underneath CTA */

    .hero-art {
        width: 100%;
        height: 330px;
        min-height: 330px;
        margin-top: 14px;
        transform: none;
    }

    .art-glow {
        width: 310px;
        height: 310px;
        top: 3px;
        right: 50%;
        transform: translateX(50%);
    }

    .robot {
        top: 65px;
        right: 50%;
        width: 225px;
        height: 270px;
        transform: translateX(50%) scale(.82);
        transform-origin: top center;
    }

    .floating-heart {
        top: 18px;
        right: 9%;
        padding: 10px 14px;
        font-size: 21px;
    }

    .floating-bolt {
        top: 34px;
        right: 73%;
        font-size: 38px;
    }

    .book-stack {
        right: 2%;
        bottom: 3px;
        transform: scale(.76) rotate(-2deg);
        transform-origin: bottom right;
    }

    .plant {
        right: -1%;
        bottom: 0;
        transform: scale(.72);
        transform-origin: bottom right;
    }

    /* PANELS */

    .support-panel,
    .team-panel,
    .free-panel {
        width: calc(100% - 20px);
        margin-bottom: 14px;
        border-radius: 18px;
    }

    .support-panel {
        padding: 22px 15px;
    }

    .support-panel h2 {
        margin-bottom: 18px;
        font-size: 27px;
        letter-spacing: -1px;
    }

    /* Benefits become stacked cards */

    .support-benefits {
        display: flex;
        flex-direction: column;
    }

    .benefit {
        min-height: 88px;
        padding: 13px 8px;
        border-right: 0;
        border-bottom: 1px solid #cbdff5;
    }

    .benefit:last-child {
        border-bottom: 0;
    }

    .benefit-icon {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .benefit strong {
        font-size: 24px;
    }

    .benefit p {
        font-size: 14px;
    }

    /* Team */

    .team-panel {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .team-art {
        width: 100%;
        height: 205px;
        transform: scale(.78);
        transform-origin: center top;
    }

    .team-copy {
        width: 100%;
        padding: 0 22px 25px;
    }

    .team-copy h2 {
        font-size: 28px;
    }

    .team-copy p {
        font-size: 15px;
        line-height: 1.48;
    }

    /* Help */

    .help-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .help-card {
        min-height: 0;
        padding: 17px;
        gap: 15px;
        border-radius: 15px;
    }

    .help-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        font-size: 27px;
    }

    .help-content h3 {
        font-size: 17px;
    }

    .help-content p {
        font-size: 14px;
        line-height: 1.42;
    }

    .help-content a {
        padding: 8px 13px;
        font-size: 13px;
    }

    /* Free panel */

    .free-panel {
        padding: 17px;
        gap: 14px;
        align-items: flex-start;
    }

    .question-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        font-size: 27px;
    }

    .free-panel h2 {
        font-size: 18px;
    }

    .free-panel p {
        font-size: 14px;
        line-height: 1.43;
    }

    .free-bolt {
        display: none;
    }

    /* Footer */

    .support-footer {
        min-height: 0;
        padding: 24px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-brand {
        width: 100%;
        min-width: 0;
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .footer-brand img {
        width: 125px;
    }

    .footer-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px 20px;
        font-size: 13px;
    }

    .footer-coffee {
        padding: 0;
        border: 0;
        font-size: 13px;
    }

    .footer-social {
        gap: 20px;
    }
}

/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 390px) {
    .support-header {
        width: calc(100% - 22px);
    }

    .support-logo img {
        width: 135px;
    }

    .support-nav .nav-play {
        padding: 10px 13px;
        font-size: 12px;
    }

    .support-hero {
        width: calc(100% - 22px);
    }

    .hero-copy h1 {
        font-size: 41px;
    }

    .hero-copy > p {
        font-size: 15px;
    }

    .hero-art {
        height: 305px;
        min-height: 305px;
    }

    .art-glow {
        width: 285px;
        height: 285px;
    }

    .robot {
        transform: translateX(50%) scale(.75);
    }

    .book-stack {
        transform: scale(.65) rotate(-2deg);
    }

    .plant {
        transform: scale(.62);
    }

    .benefit {
        padding-left: 2px;
        padding-right: 2px;
    }
}


/* =========================================================
   HOMEPAGE-STYLE FOOTER
   ========================================================= */

.site-footer {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 max(30px, calc((100% - 1410px) / 2));
    background: #fff;
    border-top: 1px solid #e6edf5;
    color: #53627e;
    font-size: 14px;
    font-weight: 700;
}

.site-footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    border-right: 1px solid #dce4ee;
    min-width: 0;
}

.site-footer .footer-brand img {
    display: block;
    width: 115px;
    height: auto;
}

.site-footer .footer-brand span {
    display: none;
}

.site-footer .footer-links {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 20px;
    border-right: 1px solid #dce4ee;
    white-space: nowrap;
}

.site-footer .footer-links a:hover {
    color: #1478f7;
}

.site-footer .coffee-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111b36;
    white-space: nowrap;
}

.site-footer .coffee-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ffd21a;
}

.site-footer .social-links {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 25px;
    color: #25324c;
}

.site-footer .social-links a:hover {
    color: #1478f7;
}

@media (max-width: 1050px) {
    .site-footer {
        padding: 18px 24px;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {
    .site-footer {
        min-height: 0;
        padding: 25px 18px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .site-footer .footer-brand {
        width: 100%;
        justify-content: center;
        border-right: 0;
        padding-right: 0;
    }

    .site-footer .footer-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        border-right: 0;
        padding-right: 0;
        gap: 14px 20px;
        white-space: normal;
    }

    .site-footer .coffee-link {
        padding-right: 15px;
        border-right: 1px solid #dce4ee;
    }
}

@media (max-width: 420px) {
    .site-footer .footer-links {
        gap: 12px 14px;
        font-size: 13px;
    }
}


/* =========================================================
   CLUEBOLT HOMEPAGE FOOTER
   ========================================================= */

.site-footer {
    width: 100%;
    min-height: 82px;
    margin-top: 16px;
    padding: 14px max(30px, calc((100% - 1410px) / 2));
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
    border-top: 1px solid #e6edf5;
    color: #53627e;
    font-size: 14px;
    font-weight: 700;
}

.site-footer .footer-brand {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    border: 0;
    border-right: 1px solid #dce4ee;
}

.site-footer .footer-brand img {
    display: block;
    width: 115px;
    height: auto;
}

.site-footer .footer-brand span {
    display: none;
}

.site-footer .footer-links {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 25px;
    border: 0;
    border-right: 1px solid #dce4ee;
    white-space: nowrap;
}

.site-footer .footer-links a {
    display: inline-block;
    white-space: nowrap;
}

.site-footer .footer-links a:hover {
    color: #1478f7;
}

.site-footer .coffee-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    color: #111b36;
    white-space: nowrap;
}

.site-footer .coffee-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ffd21a;
}

.site-footer .social-links {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    margin: 0;
    padding: 0;
    color: #25324c;
    font-size: 25px;
}

.site-footer .social-links a {
    display: block;
    line-height: 1;
}

.site-footer .social-links a:hover {
    color: #1478f7;
}


/* TABLET */

@media (max-width: 1050px) {
    .site-footer {
        padding: 16px 24px;
    }

    .site-footer .footer-links {
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-footer .coffee-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* MOBILE */

@media (max-width: 760px) {

    .site-footer {
        width: 100%;
        min-height: 0;
        margin-top: 12px;
        padding: 22px 18px;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand brand"
            "links links"
            "coffee social";
        align-items: center;
        gap: 18px 0;
    }

    .site-footer .footer-brand {
        grid-area: brand;
        width: 100%;
        min-width: 0;
        padding: 0 0 16px;
        justify-content: center;
        border: 0;
        border-bottom: 1px solid #dce4ee;
    }

    .site-footer .footer-brand img {
        width: 115px;
    }

    .site-footer .footer-links {
        grid-area: links;
        width: 100%;
        min-width: 0;
        padding: 0 0 4px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 18px;
        border: 0;
        white-space: normal;
    }

    .site-footer .footer-links a {
        font-size: 13px;
        line-height: 1.2;
    }

    .site-footer .coffee-link {
        grid-area: coffee;
        padding: 0 18px 0 0;
        border: 0;
        border-right: 1px solid #dce4ee;
        justify-self: end;
        font-size: 13px;
    }

    .site-footer .social-links {
        grid-area: social;
        justify-self: start;
        gap: 17px;
        font-size: 23px;
    }

    /* Keep BMC + social icons together and centered */
    .site-footer {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer .coffee-link {
        justify-self: end;
    }

    .site-footer .social-links {
        justify-self: start;
    }
}


/* SMALL PHONES */

@media (max-width: 420px) {

    .site-footer {
        padding: 20px 15px;
    }

    .site-footer .footer-links {
        gap: 10px 14px;
    }

    .site-footer .footer-links a {
        font-size: 12px;
    }

    .site-footer .coffee-link {
        font-size: 12px;
    }

    .site-footer .social-links {
        gap: 14px;
        font-size: 21px;
    }
}
