@font-face {
    font-family: SeamlessBastardo;
    src: url('../../assets/font/BastardoGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: SeamlessBastardo;
    src: url('../../assets/font/BastardoGrotesk-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap
}

.seamless-2026-landing-page {
    --navy: #001625;
    --blue: #179ff4;
    --paper: #f4f4f6;
    color: #071d2b;
    background: #fff;
    font-family: SeamlessBastardo, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden
}

.seamless-2026-landing-page * {
    box-sizing: border-box
}

.seamless-2026-landing-page h1,
.seamless-2026-landing-page h2,
.seamless-2026-landing-page h3,
.seamless-2026-landing-page p {
    margin: 0;
    font-family: inherit
}

.seamless-2026-landing-page .sl-shell {
    width: min(1210px, calc(100% - 48px));
    margin: 0 auto
}

.sl-hero {
    min-height: 900px;
    background: #91b5dc url('../img/hero-bg-tuum.png') center top/cover no-repeat;
    color: #fff;
    padding-top: 205px
}

.sl-hero-copy h1 {
    font-size: 68px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -1.8px;
    max-width: 830px
}

.sl-seamless-logo {
    display: block;
    width: 126px;
    height: auto;
    margin-bottom: 33px
}

.sl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    padding: 15px 25px;
    border-radius: 10px;
    background: var(--blue);
    color: #001625 !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    transition: filter .2s ease, transform .2s ease
}

.sl-button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px)
}

.sl-bank {
    min-height: 777px;
    background: #b4dafb url('../img/building-bank-2026-tuum.png') center/cover no-repeat;
    padding: 171px 0 70px
}

.sl-bank-copy h2 {
    font-size: 56px;
    line-height: 1.04;
    letter-spacing: -1.6px;
    font-weight: 400
}

.sl-bank-copy>p {
    font-size: 18px;
    line-height: 1.25;
    margin-top: 27px !important
}

.sl-location {
    margin-top: 29px
}

.sl-location h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px
}

.sl-location p {
    font-size: 14px;
    line-height: 1.15
}

.sl-reasons {
    background: radial-gradient(circle at 50% 115%, #287af5 0, #075ba2 23%, var(--navy) 63%);
    color: #fff;
    padding: 148px 0 192px
}

.sl-reasons h2,
.sl-audience h2 {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -1.2px;
    margin-bottom: 42px
}

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

.sl-reason-grid article {
    min-height: 287px;
    background: #fff;
    color: #071d2b;
    padding: 27px 22px
}

.sl-reason-grid img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 25px
}

.sl-reason-grid h3 {
    color: var(--blue);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px
}

.sl-reason-grid p {
    font-size: 18px;
    line-height: 1.1
}

.sl-audience {
    background: var(--paper);
    padding: 101px 0 112px
}

.sl-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px
}

.sl-audience-grid article {
    height: 480px;
    min-height: 480px;
    border-radius: 27px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 37px 18px;
    color: #fff;
    text-align: center
}

.sl-audience-grid .sl-audience-cto {
    background-image: linear-gradient(0deg, rgba(0, 8, 15, .86) 0, rgba(0, 8, 15, 0) 47%), url('../img/cto-image-bg-tuum.png')
}

.sl-audience-grid .sl-audience-product {
    background-image: linear-gradient(0deg, rgba(0, 8, 15, .86) 0, rgba(0, 8, 15, 0) 47%), url('../img/products-leads-img-bg.png')
}

.sl-audience-grid .sl-audience-roadmap {
    background-image: linear-gradient(0deg, rgba(0, 8, 15, .86) 0, rgba(0, 8, 15, 0) 47%), url('../img/road-map-bg-img-tuum.png')
}

.sl-audience-grid p {
    font-size: 20px;
    line-height: 1.08
}

.sl-team {
    padding: 164px 0 185px;
    background: #fff
}

.sl-team h2 {
    font-size: 56px;
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -1.3px;
    margin-bottom: 55px
}

.sl-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 94px;
    row-gap: 42px
}

.sl-team-grid article {
    display: flex;
    align-items: center;
    gap: 17px
}

.sl-team-grid img {
    width: 75px;
    height: 75px;
    object-fit: cover
}

.sl-team-grid p {
    font-size: 18px;
    line-height: 1.1
}

.sl-team-grid strong,
.sl-team-grid span {
    display: block
}

.sl-team-grid strong {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.sl-final {
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: 178px 0 188px
}

.sl-final h2 {
    color: var(--blue);
    font-size: 68px;
    font-weight: 400;
    letter-spacing: -1.5px
}

.sl-final p {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 22px !important
}

.sl-final .sl-button {
    margin-top: 36px;
    padding: 16px 44px;
    font-size: 17px
}

body.seamless-2026-landing>header {
    background-color: rgba(0, 22, 37, .55)
}

@media(max-width:1023px) {
    .sl-hero {
        min-height: 760px;
        padding-top: 165px;
        background-position: 58% top
    }

    .sl-hero-copy h1 {
        font-size: 49px
    }

    .sl-bank {
        padding-top: 130px;
        background-position: 57% center
    }

    .sl-bank-copy h2 {
        font-size: 40px
    }

    .sl-reasons {
        padding: 100px 0 130px
    }

    .sl-audience-grid article {
        height: 340px
    }

    .sl-team-grid {
        column-gap: 35px
    }
}

@media(max-width:767px) {
    .seamless-2026-landing-page .sl-shell {
        width: min(100% - 32px, 560px)
    }

    .sl-hero {
        min-height: 700px;
        padding-top: 130px;
        background-color: #8bb4dd;
        background-image: none;
        position: relative
    }

    .sl-hero:after {
        content: '';
        position: absolute;
        inset: 0;
        background: url('../img/hero-bg-tuum.png') right bottom/auto 62% no-repeat;
        -webkit-mask-image: linear-gradient(to bottom, transparent 38%, #000 58%);
        mask-image: linear-gradient(to bottom, transparent 38%, #000 58%);
        pointer-events: none;
        z-index: 0
    }

    .sl-hero:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 22, 37, .28), rgba(0, 22, 37, 0) 82%);
        pointer-events: none;
        z-index: 1
    }

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

    .sl-seamless-logo {
        width: 104px;
        margin-bottom: 24px
    }

    .sl-hero-copy h1 {
        font-size: 39px;
        letter-spacing: -1px
    }

    .sl-hero-copy h1 br {
        display: none
    }

    .sl-button {
        font-size: 15px;
        padding: 14px 18px
    }

    .sl-bank {
        min-height: 670px;
        padding-top: 75px;
        background-position: 68% bottom;
        position: relative
    }

    .sl-bank:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(180, 218, 251, .96) 0, rgba(180, 218, 251, .75) 57%, rgba(180, 218, 251, .05) 100%)
    }

    .sl-bank-copy {
        position: relative
    }

    .sl-bank-copy h2 {
        font-size: 32px;
        letter-spacing: -.7px
    }

    .sl-bank-copy h2 br {
        display: none
    }

    .sl-bank-copy>p {
        max-width: 72%;
        font-size: 18px
    }

    .sl-reasons {
        padding: 72px 0 95px
    }

    .sl-reasons h2,
    .sl-audience h2 {
        font-size: 35px;
        margin-bottom: 28px
    }

    .sl-reason-grid,
    .sl-audience-grid {
        grid-template-columns: 1fr
    }

    .sl-reason-grid article {
        min-height: 0
    }

    .sl-audience {
        padding: 70px 0 80px
    }

    .sl-audience-grid {
        gap: 20px
    }

    .sl-audience-grid article {
        height: 430px
    }

    .sl-team {
        padding: 85px 0 100px
    }

    .sl-team h2 {
        font-size: 35px
    }

    .sl-team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px
    }

    .sl-team-grid img {
        width: 60px;
        height: 60px
    }

    .sl-final {
        padding: 100px 0 110px
    }

    .sl-final h2 {
        font-size: 39px
    }

    .sl-final p {
        font-size: 14px
    }

    .sl-final p br {
        display: none
    }
}

@media(max-width:430px) {
    .sl-hero-copy h1 {
        font-size: 32px
    }

    .sl-bank-copy h2 {
        font-size: 28px
    }

    .sl-audience-grid article {
        height: 370px
    }

    .sl-team-grid {
        grid-template-columns: 1fr
    }

    .sl-final h2 {
        font-size: 35px
    }
}