body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    color: #111827;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

#lp-hero {
    background: linear-gradient(125.1deg, #E8F3E6 -7.97%, #DCF3FF 97.87%);
    padding: 50px 10%;
    position: relative;
    overflow: hidden;
}

.lp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 50px;
    background-color: #FFFFFF61;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    backdrop-filter: blur(8px);
    min-height: 80px;
}

.lp-header img {
    height: 48px;
    width: auto;
}

.lp-header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 16px;
    font-weight: 400;
}

.lp-header-links a {
    text-decoration: none;
    color: #414141;
    font-weight: 400;
}

.lp-hero-content h1 {
    font-size: 54px;
    font-weight: 500;
    color: black;
}

.lp-hero-content p {
    font-size: 24px;
    font-weight: 400;
    color: #414141;
}

.truublue-gradient {
    background: linear-gradient(90deg, #27D507 0%, #0573AC 79.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.lp-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
    align-items: center;
    margin-top: 32px;
}

.lp-hero-copy {
    margin-top: 50px;
    max-width: 640px;
}

.lp-hero-decor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.lp-header,
.lp-hero-content {
    position: relative;
    z-index: 1;
}

.lp-button-blue {
    background-color: #0573AC;
    color: white !important;
    padding: 18px 28px;
    border-radius: 100px;
    font-size: 16px;
}

.lp-button-blue,
.store-button,
.truublue-button {
    display: inline-block;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.lp-button-blue:hover,
.lp-button-blue:focus-visible,
.store-button:hover,
.store-button:focus-visible,
.truublue-button:hover,
.truublue-button:focus-visible {
    transform: scale(1.1);
}

.store-button-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #FFFFFF7A;
    border-radius: 16px;
    padding: 16px;
    gap: 20px;
    border: 2px solid white;
    backdrop-filter: blur(6px);
    width: 70%;
    max-width: 520px;
}

.store-button-container img {
    width: 100%;
    height: auto;
}

.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 28px;
}

.stats-container .stat {
    display: flex;
    flex-direction: column;
}

.stat h2 {
    margin-bottom: 0px;
    font-size: 48px;
    font-weight: 700;
}

.stat p {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
}

.lp-hero-image img {
    width: min(100%, 520px);
    z-index: 1;
    position: relative;
    margin-left: auto;
}

#lp-1 {
    background-color: white;
    padding: 50px 10%;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    background-image: url("/Assets/sec2-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 20px;
    align-items: center;
}

#lp-1 img {
    width: 100%;
}

#lp-1 h2 {
    font-size: 36px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.lp-1-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.lp-1-sub {
    font-size: 24px;
    font-weight: 400;
    color: #5B6B7A;
    text-align: center;
}

.lp-1-footer {
    color: #0573AC;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#lp-2 {
    background-color: #EDF8FE;
    padding: 50px 10%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 50px;
    align-items: center;
}

#lp-2 h2 {
    font-size: 44px;
    font-weight: 700;
}

.lp-2-right {
    margin-left: 0;
}

.lp-2-right img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.truublue-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(84.36deg, #0573AC -4.61%, #27D507 133.75%);
    color: white;
    padding: 20px 32px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    white-space: normal;
    text-align: center;
}

.lp-feature {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.lp-feature img {
    width: 40px;
    height: 40px;
}

.lp-feature p {
    color: #5B6B7A;
    font-weight: 500;
    font-size: 18px;
}

.lp-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

#lp-3 {
    background-color: white;
    padding: 50px 10%;
    gap: 50px;
}

#lp-3 h2 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

#lp-3 p {
    font-size: 18px;
    font-weight: 400;
    color: #475569;
    text-align: center;
}

.lp-3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
    align-items: stretch;
}

.date-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 480px;
}

.date-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.date-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
}

.date-card-content h3 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 32px;
}

.date-card-badges {
    display: flex;
    gap: 10px;
}

.date-card-badges h4 {
    padding: 18px 32px;
    border-radius: 100px;
    border: 1px solid white;
}

.lp-3-footer {
    background-color: #072A00;
    border-radius: 30px;
    padding: 100px 100px;
    overflow: hidden;
    position: relative;
}

.lp-3-footer p {
    color: white;
    font-size: 36px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0;
    color: white !important;
    position: relative;
}

.lp-3-footer img {
    position: absolute;
    top: 0;
    right: 0;
}

#lp-5 {
    background-color: white;
    padding: 50px 10%;
    display: flex;
    justify-content: center;
}

.lp-5-block {
    background: linear-gradient(297.31deg, #D9F2FF 16.26%, #8AD7FF 83.74%),
        radial-gradient(100% 190.98% at 50% 0%, rgba(39, 213, 7, 0.05) 0%, rgba(39, 213, 7, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        ,
        radial-gradient(56.9% 190.98% at 100% 43.1%, rgba(5, 115, 172, 0) 0%, rgba(5, 115, 172, 0.05) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.lp-5-block h2 {
    font-size: 40px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.lp-5-block p {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    text-align: center;
    margin-bottom: 30px;
}

.lp-cta-buttons {
    width: min(100%, 520px);
}

#lp-6 {
    background: #EAF5FC;
    padding: 70px 10%;
}

.lp-6-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 56px;
}

.lp-6-heading h2 {
    margin: 0 0 12px;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 500;
    color: #111111;
}

.truublue-green {
    color: #27D507;
}

.lp-6-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #334155;
}

.lp-6-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 18px;
    padding: 12px 18px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.lp-6-stats div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 18px;
}

.lp-6-stats div+div {
    border-left: 1px solid rgba(15, 23, 42, 0.14);
}

.lp-6-stats strong {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
}

.lp-6-stats span {
    font-size: 13px;
    color: #475569;
}

.lp-6-story {
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(280px, 420px);
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.lp-6-story+.lp-6-story {
    margin-top: 28px;
}

.lp-6-story-bottom {
    margin-top: 24px;
}

.lp-6-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.lp-6-quote {
    max-width: 420px;
}

.lp-6-quote-mark {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
}

.lp-6-quote p {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.22;
    color: #111827;
}

.lp-6-quote h3 {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 700;
    color: #111111;
}

.lp-6-quote span {
    font-size: 15px;
    color: #27D507;
}

.lp-6-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.lp-6-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 999px;
    background: #0573AC;
    color: white;
    text-decoration: none;
    padding: 16px 22px;
    font-size: 20px;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-6-button span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
}

.lp-6-button:hover,
.lp-6-button:focus-visible {
    transform: translateY(-2px);
    opacity: 0.96;
}

#lp-footer {
    background-color: #032E40;
    padding: 70px 7% 40px;
    color: white;
}

.lp-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 90px;
}

.lp-footer-brand {
    max-width: 420px;
}

.lp-footer-logo {
    width: 230px;
    height: auto;
    margin-bottom: 24px;
}

.lp-footer-brand p {
    margin: 0 0 26px;
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.lp-footer-socials {
    display: flex;
    gap: 18px;
    align-items: center;
}

.lp-footer-socials a {
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-footer-socials a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.lp-footer-newsletter {
    min-width: 420px;
}

.lp-footer-newsletter h2 {
    margin: 0 0 28px;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 400;
    color: #F2F7EF;
}

.lp-footer-form {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lp-footer-form input {
    width: 100%;
    max-width: 420px;
    height: 76px;
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 0 28px;
    font-size: 20px;
    font-family: inherit;
    background-color: #F2F2F2;
    color: #1E293B;
}

.lp-footer-form input::placeholder {
    color: #7C8596;
}

.lp-footer-form button {
    height: 76px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    font-size: 22px;
    font-family: inherit;
    cursor: pointer;
    background-color: #0589D4;
    color: white;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-footer-form button:hover {
    transform: scale(1.03);
    opacity: 0.95;
}

.lp-footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 90px;
}

.lp-footer-links h3 {
    margin: 0 0 26px;
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.lp-footer-links a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.78);
    font-size: 22px;
    margin-bottom: 20px;
    transition: color 0.2s ease;
}

.lp-footer-links a:hover {
    color: white;
}

.lp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 28px;
}

.lp-footer-bottom p {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.48);
}

.lp-footer-legal {
    display: flex;
    gap: 28px;
}

.lp-footer-legal a {
    text-decoration: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.48);
    transition: color 0.2s ease;
}

.lp-footer-legal a:hover {
    color: white;
}

@media (max-width: 1100px) {
    #lp-hero,
    #lp-1,
    #lp-2,
    #lp-3,
    #lp-5,
    #lp-6 {
        padding-left: 6%;
        padding-right: 6%;
    }

    .lp-header {
        border-radius: 32px;
        padding: 18px 24px;
    }

    .lp-header-links {
        gap: 18px;
    }

    .lp-hero-content,
    #lp-2 {
        grid-template-columns: 1fr;
    }

    .lp-hero-copy {
        margin-top: 12px;
        max-width: none;
    }

    .store-button-container {
        width: 100%;
    }

    .stats-container {
        gap: 24px;
    }

    .lp-hero-image {
        display: flex;
        justify-content: center;
    }

    .lp-hero-image img {
        margin: 0 auto;
    }

    #lp-1 {
        grid-template-columns: 1fr;
    }

    #lp-1>div:first-child,
    #lp-1>div:last-child {
        display: none;
    }

    .lp-2-left {
        order: 2;
    }

    .lp-2-right {
        order: 1;
    }

    .lp-3-footer {
        padding: 72px 48px;
    }

    .lp-3-footer p {
        font-size: 30px !important;
    }

    .lp-6-header,
    .lp-6-story,
    .lp-6-story-bottom {
        grid-template-columns: 1fr;
    }

    .lp-6-header {
        display: grid;
    }

    .lp-6-stats {
        justify-self: start;
    }

    .lp-6-story {
        justify-content: start;
    }

    .lp-6-story-bottom .lp-6-quote {
        order: 2;
    }

    .lp-6-story-bottom .lp-6-photo {
        order: 1;
    }

    .lp-footer-top {
        flex-direction: column;
    }

    .lp-footer-newsletter {
        min-width: unset;
        width: 100%;
    }

    .lp-footer-form {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-footer-form input,
    .lp-footer-form button {
        max-width: 100%;
        width: 100%;
    }

    .lp-footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    #lp-hero,
    #lp-1,
    #lp-2,
    #lp-3,
    #lp-5,
    #lp-6 {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lp-header {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 24px;
        padding: 18px 18px 20px;
    }

    .lp-header-links {
        width: 100%;
        gap: 12px 16px;
    }

    .lp-button-blue {
        width: 100%;
        text-align: center;
        padding: 16px 24px;
    }

    .lp-hero-content h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .lp-hero-content p {
        font-size: 18px;
        line-height: 1.5;
    }

    .store-button-container,
    .lp-cta-buttons {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .stats-container,
    .lp-3-grid,
    .lp-footer-legal {
        grid-template-columns: 1fr;
    }

    .stats-container {
        gap: 8px;
    }

    .stat h2 {
        font-size: 36px;
    }

    #lp-1 h2,
    #lp-2 h2,
    #lp-5 h2,
    #lp-3 h2,
    .lp-6-heading h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .lp-1-sub,
    .lp-feature p,
    .lp-5-block p,
    #lp-3 p {
        font-size: 16px;
    }

    .lp-feature {
        align-items: flex-start;
    }

    .truublue-button {
        width: 100%;
        padding: 18px 24px;
    }

    .date-card {
        height: 360px;
    }

    .date-card:first-child {
        grid-row: auto !important;
    }

    .date-card-content h3 {
        font-size: 26px;
    }

    .date-card-badges {
        flex-wrap: wrap;
    }

    .date-card-badges h4 {
        padding: 12px 18px;
        font-size: 14px;
    }

    .lp-3-footer {
        padding: 36px 24px;
        border-radius: 24px;
    }

    .lp-3-footer p {
        font-size: 22px !important;
        line-height: 1.4;
    }

    .lp-6-header {
        margin-bottom: 36px;
    }

    .lp-6-stats {
        width: 100%;
        min-width: 0;
    }

    .lp-6-stats div {
        padding: 0 10px;
    }

    .lp-6-quote p {
        font-size: 22px;
    }

    .lp-6-quote h3 {
        font-size: 20px;
    }

    .lp-6-footer {
        justify-content: stretch;
    }

    .lp-6-button {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }

    #lp-footer {
        padding: 50px 24px 30px;
    }

    .lp-footer-newsletter h2 {
        font-size: 38px;
    }

    .lp-footer-brand p,
    .lp-footer-links a {
        font-size: 18px;
    }

    .lp-footer-links h3 {
        font-size: 24px;
    }

    .lp-footer-links {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}
