@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");

.marketing {
    --marketing-text: #132019;
    --marketing-muted: #5a6a61;
    --marketing-line: rgba(26, 45, 35, 0.12);
    --marketing-panel: #ffffff;
    --marketing-green: #279f55;
    --marketing-blue: #2478d4;
    --marketing-red: #cf4d42;
    --marketing-yellow: #d69a22;
    --marketing-soft: #eef7ed;
    --marketing-primary-color: #173120;
    min-height: 100vh;
    background:
        linear-gradient(180deg, #fbfdf7 0%, #f2f8ee 42%, #eef5f7 100%);
    color: var(--marketing-text);
    font-family: "Nunito Sans", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marketing a {
    color: inherit;
}

.marketing__header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 16px max(22px, calc((100vw - 1160px) / 2));
    background: rgba(251, 253, 247, 0.78);
    border-bottom: 1px solid var(--marketing-line);
    backdrop-filter: blur(16px);
}

.marketing__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--marketing-text);
    text-decoration: none;
    font-weight: 800;
}

.marketing__brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 26px rgba(31, 111, 66, 0.18);
}

.marketing__brand-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketing__nav {
    --mobile-nav-border: var(--marketing-line);
    --mobile-nav-toggle-bg: rgba(255, 255, 255, 0.86);
    --mobile-nav-panel-bg: rgba(255, 255, 255, 0.96);
    --mobile-nav-shadow: rgba(26, 45, 35, 0.14);
    --mobile-nav-toggle-shadow: rgba(26, 45, 35, 0.08);
    --mobile-nav-hover-bg: rgba(39, 159, 85, 0.08);
    --mobile-nav-toggle-color: var(--marketing-text);
    display: flex;
    justify-content: center;
    position: relative;
    color: var(--marketing-muted);
    font-size: 0.96rem;
    font-weight: 800;
}

.marketing__nav-links {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.marketing__nav-links a {
    text-decoration: none;
}

.marketing__nav a:focus-visible,
.marketing__nav-toggle:focus-visible,
.marketing__store:focus-visible,
.marketing__qr:focus-visible,
.marketing__faq summary:focus-visible,
.marketing__footer a:focus-visible {
    outline: 3px solid rgba(36, 120, 212, 0.34);
    outline-offset: 4px;
    border-radius: 10px;
}

.marketing__nav-toggle {
    display: none;
}

.marketing__actions,
.marketing__mobile-actions,
.marketing__store-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.marketing__mobile-actions {
    display: none;
}

.marketing__download .marketing__store-row {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.marketing__store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    min-height: 42px;
    transition: transform 150ms ease;
}

.marketing__store:hover {
    transform: translateY(-1px);
}

.marketing__store img {
    display: block;
    width: 100%;
    height: auto;
}

.marketing__qr {
    width: 48px;
    height: 48px;
    padding: 5px;
    border: 1px solid rgba(26, 45, 35, 0.16);
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(26, 45, 35, 0.1);
}

.marketing__qr > svg {
    width: 36px;
    height: 36px;
}

.marketing__section {
    width: min(1160px, calc(100% - 44px));
    margin: 0 auto;
    padding: 86px 0;
}

.marketing__light-band {
    background: rgba(255, 255, 255, 0.46);
    border-top: 1px solid rgba(26, 45, 35, 0.08);
    border-bottom: 1px solid rgba(26, 45, 35, 0.08);
}

.marketing__hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 42px;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 74px);
    padding-top: 58px;
    padding-bottom: 68px;
}

.marketing__hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marketing__eyebrow {
    margin: 0 0 14px;
    color: var(--marketing-blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.marketing h1,
.marketing h2,
.marketing h3,
.marketing p {
    overflow-wrap: anywhere;
}

.marketing h1 {
    margin: 0;
    max-width: 760px;
    font-size: 4.4rem;
    line-height: 0.98;
}

.marketing h2 {
    margin: 0;
    max-width: 760px;
    font-size: 3rem;
    line-height: 1.04;
}

.marketing__lead {
    margin: 22px 0 0;
    max-width: 640px;
    color: var(--marketing-muted);
    font-size: 1.18rem;
    line-height: 1.72;
}

.marketing__screens {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 560px;
    width: 100%;
}

.marketing__screens--single {
    min-height: auto;
}

.marketing__phone {
    width: min(268px, 45vw);
    margin: 0;
    filter: drop-shadow(0 24px 34px rgba(24, 44, 33, 0.2));
}

.marketing__phone:first-child {
    transform: rotate(-4deg) translateX(22px);
}

.marketing__phone:last-child {
    transform: rotate(5deg) translateX(-22px) translateY(28px);
}

.marketing__screens--single .marketing__phone {
    width: min(100%, 1040px);
    filter: drop-shadow(0 28px 48px rgba(24, 44, 33, 0.18));
    transform: none;
}

.marketing__phone img {
    display: block;
    width: 100%;
    height: auto;
}

.marketing__screens--single .marketing__phone img {
    max-height: 650px;
    object-fit: contain;
}

.marketing__split {
    display: flex;
    flex-direction: column;
    gap: 42px;
    align-items: center;
}

.marketing__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.marketing__section--center {
    text-align: center;
}

.marketing__section--center .marketing__section-head {
    justify-content: center;
}

.marketing__section--center .marketing__section-head > div {
    margin: 0 auto;
}

.marketing__section-copy {
    margin: 14px 0 0;
    max-width: 660px;
    color: var(--marketing-muted);
    font-size: 1.25rem;
    line-height: 1.5;
}

.marketing__section--center .marketing__section-copy {
    margin: 14px auto 0;
}

.marketing__section--center .marketing__lead {
    margin: 22px auto 0;
}

.marketing__video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(31, 56, 44, 0.18);
    background: #dce8d8;
}

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

.marketing__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 20px;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-panel);
    box-shadow: 0 18px 42px rgba(26, 45, 35, 0.08);
    text-align: center;
}

.marketing__card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--marketing-soft);
}

.marketing__card h3 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.22;
}

.marketing__card p {
    margin: 10px 0 0;
    color: var(--marketing-muted);
    line-height: 1.65;
}

.marketing__band {
    background: var(--marketing-primary-color);
    color: #f6fff8;
}

.marketing__band .marketing__section-copy,
.marketing__band .marketing__lead,
.marketing__band .marketing__card p {
    color: rgba(246, 255, 248, 0.76);
}

.marketing__band .marketing__card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

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

.marketing__quote {
    min-height: 100%;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(26, 45, 35, 0.08);
    text-align: center;
}

.marketing__quote p {
    margin: 0;
    color: var(--marketing-text);
    font-size: 1.02rem;
    line-height: 1.68;
}

.marketing__quote footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--marketing-muted);
    font-weight: 800;
}

.marketing__quote-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(26, 45, 35, 0.12);
}

.marketing__download {
    display: flex;
    justify-content: center;
    padding: 40px;
    border-radius: 28px;
    background: var(--marketing-primary-color);
    color: #f6fff8;
    text-align: center;
}

.marketing__download p {
    color: rgba(246, 255, 248, 0.78);
}

.marketing__download > div {
    max-width: 760px;
}

.marketing__download .marketing__store {
    width: 168px;
}

.marketing__download .marketing__qr {
    width: 64px;
    height: 64px;
    border-color: rgba(255, 255, 255, 0.24);
    border-radius: 18px;
}

.marketing__download .marketing__qr > svg {
    width: 50px;
    height: 50px;
}

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

.marketing__faq {
    padding: 18px 20px;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: #fff;
}

.marketing__faq summary {
    cursor: pointer;
    color: var(--marketing-text);
    font-weight: 800;
}

.marketing__faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 240ms ease;
}

.marketing__faq p {
    margin: 12px 0 0;
    color: var(--marketing-muted);
    line-height: 1.68;
}

.marketing__footer {
    width: min(1160px, calc(100% - 44px));
    margin: 0 auto;
    padding: 76px 0 38px;
    color: var(--marketing-muted);
    font-size: 1rem;
}

.marketing__footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(130px, 0.65fr));
    gap: 48px;
    align-items: start;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--marketing-line);
}

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

.marketing__footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    margin-bottom: 24px;
    color: var(--marketing-text);
    font-size: 1.42rem;
    font-weight: 900;
    text-decoration: none;
}

.marketing__footer-logo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(31, 111, 66, 0.16);
}

.marketing__footer-brand p {
    margin: 0;
    color: var(--marketing-text);
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    font-weight: 400;
    line-height: 1.45;
}

.marketing__footer-brand .marketing__footer-copyright {
    margin-top: 34px;
    color: var(--marketing-text);
    font-size: 0.98rem;
    font-weight: 400;
}

.marketing__footer-column {
    display: grid;
    gap: 20px;
}

.marketing__footer-column h2 {
    margin: 0 0 14px;
    color: var(--marketing-text);
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.2;
}

.marketing__footer a {
    color: var(--marketing-muted);
    text-decoration: none;
    font-weight: 400;
}

.marketing__footer-column a {
    color: var(--marketing-text);
    font-size: 1.04rem;
}

.marketing__footer-made {
    margin: 34px 0 0;
    color: var(--marketing-muted);
    font-weight: 800;
    text-align: center;
}

.marketing__footer-made a {
    color: inherit;
    font-weight: inherit;
}

@media (max-width: 839px) {
    .marketing__header {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: stretch;
    }

    .marketing__nav {
        justify-content: center;
        justify-self: stretch;
    }

    .marketing__actions {
        display: none;
    }

    .marketing__mobile-actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: -12px;
    }

    .marketing h1 {
        font-size: 3.25rem;
    }

    .marketing h2 {
        font-size: 2.35rem;
    }

    .marketing__screens {
        min-height: 460px;
    }

    .marketing__grid,
    .marketing__quotes {
        grid-template-columns: 1fr;
    }

    .marketing__section-head {
        display: block;
    }

    .marketing__footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .marketing__footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 599px) {
    .marketing__header {
        padding: 14px 18px;
    }

    .marketing__nav {
        justify-content: flex-end;
        justify-self: end;
    }

    .marketing__nav-toggle {
        display: inline-flex;
    }

    .marketing__nav-links {
        display: none;
    }

    .marketing__nav.is-open .marketing__nav-links {
        display: flex;
    }

    .marketing__nav-links a:hover {
        background: var(--mobile-nav-hover-bg);
    }

    .marketing__store {
        width: 126px;
    }

    .marketing__section {
        width: min(100% - 32px, 1160px);
        padding: 58px 0;
    }

    .marketing__hero {
        min-height: auto;
        padding-top: 44px;
    }

    .marketing h1 {
        font-size: 2.55rem;
    }

    .marketing h2 {
        font-size: 2rem;
    }

    .marketing__lead {
        font-size: 1.04rem;
    }

    .marketing__screens {
        min-height: 360px;
    }

    .marketing__phone {
        width: 50vw;
    }

    .marketing__screens--single .marketing__phone {
        width: 100%;
    }

    .marketing__phone:first-child {
        transform: rotate(-3deg) translateX(16px);
    }

    .marketing__phone:last-child {
        transform: rotate(4deg) translateX(-16px) translateY(22px);
    }

    .marketing__screens--single .marketing__phone {
        transform: none;
    }

    .marketing__download {
        padding: 26px;
        border-radius: 24px;
    }

    .marketing__download .marketing__store {
        width: 148px;
    }

    .marketing__download .marketing__qr {
        width: 58px;
        height: 58px;
    }

    .marketing__download .marketing__qr > svg {
        width: 44px;
        height: 44px;
    }

    .marketing__footer {
        width: min(100% - 32px, 1160px);
        padding-top: 54px;
    }

    .marketing__footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .marketing__footer-logo {
        min-height: 48px;
        margin-bottom: 20px;
    }

    .marketing__footer-logo img {
        width: 48px;
        height: 48px;
    }

    .marketing__footer-column {
        gap: 14px;
    }

    .marketing__footer-column h2 {
        margin-bottom: 6px;
    }
}
