.product-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

a.product-lockup:hover,
a.product-lockup:focus-visible {
    color: inherit;
    text-decoration: none;
}

.product-lockup .product-mark {
    flex: 0 0 auto;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-lockup__text {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 26px;
    letter-spacing: -0.015em;
    display: inline-flex;
    align-items: baseline;
    gap: 0.28em;
}

.product-lockup__brand {
    font-weight: 500;
    opacity: 0.7;
}

.product-lockup__text strong {
    font-weight: 700;
}

.ecosystem-strip {
    position: relative;
    padding: 26px 0 34px;
}

.ecosystem-strip__label {
    text-align: center;
    margin: 0 0 22px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.6;
}

.ecosystem-strip .product-lockup {
    opacity: 0.82;
    transition: opacity 0.3s ease;
}

.ecosystem-strip a.product-lockup:hover,
.ecosystem-strip a.product-lockup:focus-visible {
    opacity: 1;
}

.ecosystem-strip a.product-lockup:hover .product-mark {
    transform: translateY(-3px);
}

.ecosystem-strip a.product-lockup:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 6px;
    border-radius: 6px;
}

.ecosystem-strip__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 64px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ecosystem-strip__list li {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .product-lockup__text {
        font-size: 21px;
    }

    .ecosystem-strip {
        padding: 16px 0 24px;
    }

    .ecosystem-strip__label {
        font-size: 11px;
        margin-bottom: 16px;
    }

    .ecosystem-strip__list {
        gap: 14px 26px;
    }

        .ecosystem-strip .product-lockup {
        gap: 9px;
    }

    .ecosystem-strip .product-mark {
        width: 26px;
        height: 26px;
    }

    .ecosystem-strip .product-lockup__text {
        font-size: 18px;
    }
}

.waitlist-area {
    position: relative;
    overflow: hidden;
    background: #0b1020;
    color: #fff;
    padding: 100px 0;
}

.waitlist-area::before,
.waitlist-area::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.waitlist-area::before {
    width: 480px;
    height: 480px;
    top: -220px;
    left: -140px;
    background: rgba(116, 118, 255, 0.4);
}

.waitlist-area::after {
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: -200px;
    background: rgba(137, 199, 254, 0.28);
}

.waitlist-area .container {
    position: relative;
    z-index: 1;
}

.waitlist-intro > .product-lockup {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 22px;
}

.waitlist-intro .waitlist-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.waitlist-status .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-secondary, #89c7fe);
    box-shadow: 0 0 0 4px rgba(137, 199, 254, 0.22);
}

.waitlist-intro h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.18;
    margin-bottom: 20px;
}

.waitlist-intro p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 26px;
    max-width: 34em;
}

.waitlist-benefits {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.waitlist-benefits li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.waitlist-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bg-gradient, linear-gradient(90deg, #7476ff, #89c7fe));
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M10 1a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm-1.2 13-4-4L6.2 8.6l2.6 2.6 5-5L15.2 7.6 8.8 14Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M10 1a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm-1.2 13-4-4L6.2 8.6l2.6 2.6 5-5L15.2 7.6 8.8 14Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.waitlist-count {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.62);
}

.waitlist-count strong {
    color: #fff;
    font-weight: 600;
}

.waitlist-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 40px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.waitlist-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 6px;
}

.waitlist-card .card-note {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 26px;
}

.waitlist-card .form-group {
    margin-bottom: 20px;
}

.waitlist-card .field-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

.waitlist-card .field-label span {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
}

.waitlist-card .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.waitlist-card textarea.form-control {
    min-height: 104px;
    resize: vertical;
}

.waitlist-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.waitlist-card .form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.11);
    border-color: var(--color-secondary, #89c7fe);
    box-shadow: 0 0 0 3px rgba(137, 199, 254, 0.24);
}

.waitlist-card select.form-control {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M8 11 3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

.waitlist-card select.form-control option {
    background: #101832;
    color: #fff;
}

.waitlist-card .form-control.is-invalid {
    border-color: #ff8a8a;
}

.waitlist-card .field-error {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    color: #ffb0b0;
}

.waitlist-card .form-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 24px;
}

.waitlist-card .form-check input.form-check-input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    min-height: 0;
    align-self: flex-start;
    margin: 2px 0 0;
    float: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.07);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.waitlist-card .form-check input.form-check-input:checked {
    background-color: var(--color-primary, #7476ff);
    border-color: var(--color-primary, #7476ff);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m3 8.4 3.2 3.2L13 4.8'/%3E%3C/svg%3E");
}

.waitlist-card .form-check input.form-check-input:focus-visible {
    outline: 2px solid var(--color-secondary, #89c7fe);
    outline-offset: 2px;
}

.waitlist-card .form-check-label {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
}

.waitlist-card .form-check-label a {
    color: var(--color-secondary, #89c7fe);
    text-decoration: underline;
}

.waitlist-card .btn-waitlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 14px 28px;
    border: 0;
    border-radius: 10px;
    background: var(--bg-gradient, linear-gradient(90deg, #7476ff, #89c7fe));
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.waitlist-card .btn-waitlist:hover {
    filter: brightness(1.08);
}

.waitlist-card .btn-waitlist:active {
    transform: scale(0.99);
}

.waitlist-card .btn-waitlist:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.waitlist-card .btn-waitlist[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.waitlist-card .btn-waitlist .spinner {
    display: none;
    width: 17px;
    height: 17px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: waitlist-spin 0.7s linear infinite;
}

.waitlist-card .btn-waitlist.is-loading .spinner {
    display: block;
}

.waitlist-card .btn-waitlist.is-loading i {
    display: none;
}

@keyframes waitlist-spin {
    to { transform: rotate(360deg); }
}

.waitlist-card .form-footnote {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.waitlist-alert {
    display: flex;
    gap: 12px;
    padding: 16px 18px;
    margin-bottom: 24px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.55;
    border: 1px solid transparent;
}

.waitlist-alert i {
    flex: 0 0 auto;
    margin-top: 3px;
}

.waitlist-alert--success {
    background: rgba(69, 208, 189, 0.14);
    border-color: rgba(69, 208, 189, 0.4);
    color: #b8f4ea;
}

.waitlist-alert--info {
    background: rgba(137, 199, 254, 0.14);
    border-color: rgba(137, 199, 254, 0.4);
    color: #d3e9ff;
}

.waitlist-alert--error {
    background: rgba(255, 118, 118, 0.14);
    border-color: rgba(255, 118, 118, 0.42);
    color: #ffd0d0;
}

.waitlist-alert h4 {
    color: inherit;
    font-size: 15px;
    margin: 0 0 6px;
}

.waitlist-alert ul {
    margin: 0;
    padding-left: 18px;
}

.waitlist-alert a {
    color: inherit;
    text-decoration: underline;
}

.waitlist-alert:focus {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media only screen and (max-width: 991px) {
    .waitlist-area {
        padding: 70px 0;
    }

    .waitlist-intro {
        margin-bottom: 44px;
    }

    .waitlist-intro h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .waitlist-card {
        padding: 26px 22px;
    }

    .waitlist-intro h2 {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-lockup .product-mark,
    .waitlist-card .btn-waitlist {
        transition: none;
    }

    .ecosystem-strip a.product-lockup:hover .product-mark {
        transform: none;
    }

    .waitlist-card .btn-waitlist .spinner {
        animation-duration: 2s;
    }
}

.blog-area.full-blog:not(.single) .blog-item-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.blog-area.full-blog:not(.single) .blog-item-box .item {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 32px 30px 34px;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .info h2 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .info p {
    font-size: 15px;
    margin-bottom: 22px;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .info .btn {
    margin-top: auto;
    align-self: flex-start;
}

.blog-area.full-blog:not(.single) .blog-item-box .item .meta ul li {
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .blog-area.full-blog:not(.single) .blog-item-box {
        gap: 24px;
    }

    .blog-area.full-blog:not(.single) .blog-item-box .item .info {
        padding: 26px 24px 28px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-area.full-blog:not(.single) .blog-item-box {
        grid-template-columns: minmax(0, 1fr);
    }
}

.product-feature {
    display: flex;
    align-items: stretch;
    padding: 0;
}

.product-feature__link {
    position: relative;
    isolation: isolate;
    flex: 1 1 auto;
    display: block;
    min-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}

.product-feature__link:hover,
.product-feature__link:focus-visible {
    color: #fff;
}

.product-feature__link:focus-visible {
    outline: 2px solid var(--color-primary, #7476ff);
    outline-offset: 3px;
}

.product-feature__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Scrim keeps the copy legible over any part of the photograph. */
.product-feature__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(6, 8, 20, 0.04) 0%,
        rgba(6, 8, 20, 0.26) 32%,
        rgba(6, 8, 20, 0.74) 62%,
        rgba(6, 8, 20, 0.95) 100%);
}

.product-feature__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 34px 32px 32px;
}

.product-feature__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-feature__title {
    display: block;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
}

.product-feature__text {
    display: block;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.product-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}

.product-feature__cta i {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-feature__link:hover .product-feature__img {
    transform: scale(1.06);
}

.product-feature__link:hover .product-feature__cta i {
    transform: translateX(5px);
}

@media only screen and (max-width: 991px) {
    .product-feature__link {
        min-height: 300px;
    }

    .product-feature__title {
        font-size: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-feature__img,
    .product-feature__cta i {
        transition: none;
    }

    .product-feature__link:hover .product-feature__img {
        transform: none;
    }
}

.service-style-one-single .product-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 26px 28px;
    border: 1px solid #e7e7f0;
    border-radius: 18px;
    background: #fff;
    color: inherit;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* A brand wash that only appears on hover, so the resting state stays quiet
   and the card does not read as a stock template. */
.service-style-one-single .product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: radial-gradient(420px 220px at 0% 0%, rgba(116, 118, 255, 0.09), transparent 70%);
    transition: opacity 0.3s ease;
}

.service-style-one-single .product-card:hover,
.service-style-one-single .product-card:focus-visible {
    color: inherit;
    border-color: rgba(116, 118, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -26px rgba(0, 6, 98, 0.4);
}

.service-style-one-single .product-card:hover::before {
    opacity: 1;
}

.service-style-one-single .product-card:focus-visible {
    outline: 2px solid var(--color-primary, #7476ff);
    outline-offset: 3px;
}

/* Mark and name form one lockup, matching the ecosystem strip in the hero. */
.product-card__head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.product-card__head .product-mark {
    flex: 0 0 auto;
    color: var(--color-primary, #7476ff);
    transition: color 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-style-one-single .product-card:hover .product-mark {
    color: var(--color-heading, #000662);
    transform: translateY(-2px);
}

.product-card__title {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.012em;
    color: var(--color-heading, #000662);
}

.product-card__text {
    display: block;
    color: var(--color-paragraph, #60616c);
    font-size: 15px;
    line-height: 1.7;
}

/* Deliberately not stretched: the blurbs are a similar length, so the links
   line up without leaving a gap under the shorter ones. */
.product-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    padding-top: 15px;
    color: var(--color-primary, #7476ff);
    font-size: 14px;
    font-weight: 600;
}

.product-card__cta i {
    font-size: 12px;
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-style-one-single .product-card:hover .product-card__cta i {
    transform: translateX(5px);
}

@media only screen and (max-width: 991px) {
    .service-style-one-single .product-card {
        padding: 26px 22px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-style-one-single .product-card,
    .product-card__head .product-mark,
    .product-card__cta i,
    .service-style-one-single .product-card::before {
        transition: none;
    }

    .service-style-one-single .product-card:hover {
        transform: none;
    }

    .service-style-one-single .product-card:hover .product-mark {
        transform: none;
    }
}

/* ==========================================================================
   Products grid
   Two tall feature tiles bookend four product cards, with real gaps between
   every cell instead of the theme's flush gutter-zero row.
   ========================================================================== */

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(228px, auto);
    gap: 24px;
}

.product-grid > * {
    min-width: 0;
}

/* The two feature tiles run wide: each takes two columns on one row, with the
   product cards filling the remaining cells beside them. */
.product-grid__feature--lead {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.product-grid__feature--trail {
    grid-column: 3 / span 2;
    grid-row: 2;
}

/* The theme's own rules assume the flush row; neutralise them here. */
.product-grid .community-card,
.product-grid .product-feature {
    margin: 0;
    border: 0;
}

.product-grid .product-feature__link {
    min-height: 100%;
}

.product-grid .community-card {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 34px;
}

@media only screen and (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    /* Two columns: the features run full width above and below the cards. */
    .product-grid__feature--lead {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 300px;
    }

    .product-grid__feature--trail {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media only screen and (max-width: 767px) {
    .product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}
