.landing-page,
.landing-page *,
.landing-page *::before,
.landing-page *::after {
    box-sizing: border-box;
}

.landing-body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #f5fffc;
    background:
        radial-gradient(circle at 12% 12%, rgba(44, 211, 175, 0.18), transparent 34rem),
        radial-gradient(circle at 86% 18%, rgba(65, 137, 128, 0.18), transparent 28rem),
        linear-gradient(145deg, #020706 0%, #07110f 48%, #030909 100%);
}

.landing-page {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 24px;
}

.landing-page::before,
.landing-page::after {
    content: "";
    position: fixed;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(99, 255, 217, 0.14);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.landing-page::before {
    width: 980px;
    height: 520px;
    left: -280px;
    top: 120px;
}

.landing-page::after {
    width: 820px;
    height: 440px;
    right: -260px;
    bottom: -140px;
    opacity: 0.65;
}

.landing-header,
.landing-hero,
.landing-section,
.landing-final-cta,
.landing-footer {
    width: min(1200px, 100%);
    margin-inline: auto;
}

.landing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 13px 16px;
    border: 1px solid rgba(182, 255, 236, 0.12);
    border-radius: 22px;
    background: rgba(3, 12, 11, 0.62);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.landing-brand,
.landing-header-actions,
.landing-actions,
.landing-trust-chips,
.preview-logo-row,
.preview-content-head,
.preview-alias-card,
.landing-footer,
.landing-footer-brand {
    display: flex;
    align-items: center;
}

.landing-brand,
.landing-nav a,
.landing-link,
.landing-footer a {
    color: inherit;
    text-decoration: none;
}

.landing-brand {
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.landing-brand-mark {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
}

.landing-brand-mark img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.landing-footer-brand img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.98rem;
    color: rgba(236, 255, 249, 0.82);
}

.landing-nav a:hover,
.landing-link:hover,
.landing-footer a:hover {
    color: #9ff5dd;
}

.landing-header-actions {
    gap: 12px;
}

.landing-link {
    color: rgba(236, 255, 249, 0.76);
    font-weight: 700;
}

.landing-signin-icon {
    display: none;
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border: 1px solid rgba(153, 255, 222, 0.35);
    border-radius: 999px;
    color: #04100d;
    background: linear-gradient(135deg, #92f5d4 0%, #4ec8bd 48%, #236e72 100%);
    box-shadow: 0 16px 38px rgba(24, 213, 172, 0.22);
    font-weight: 800;
    font-size: 1.02rem;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 48px rgba(24, 213, 172, 0.3);
}

.landing-button-small {
    min-height: 38px;
    padding-inline: 16px;
    font-size: 0.9rem;
}

.landing-header .landing-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(206, 255, 241, 0.14);
    border-radius: 999px;
    color: rgba(236, 255, 249, 0.84);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease,
        color 160ms ease;
}

.landing-header .landing-link:hover,
.landing-header .landing-link:focus-visible {
    color: #ffffff;
    border-color: rgba(206, 255, 241, 0.26);
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
        0 0 18px rgba(86, 255, 218, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.landing-header .landing-signin-icon {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    opacity: 0.9;
}

.landing-header .landing-button-small {
    min-height: 38px;
    padding-inline: 16px;
    border: 1px solid rgba(86, 255, 218, 0.78);
    color: rgba(236, 255, 249, 0.88);
    background: rgba(4, 22, 19, 0.72);
    box-shadow:
        0 0 0 1px rgba(86, 255, 218, 0.2),
        0 0 16px rgba(86, 255, 218, 0.18);
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
}

.landing-header .landing-button-small:hover,
.landing-header .landing-button-small:focus-visible {
    color: #ffffff;
    border-color: rgba(86, 255, 218, 0.95);
    background: rgba(6, 32, 27, 0.82);
    box-shadow:
        0 0 0 1px rgba(86, 255, 218, 0.26),
        0 0 22px rgba(86, 255, 218, 0.26);
}

.landing-button-secondary {
    color: #ecfffb;
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(206, 255, 241, 0.16);
    box-shadow: none;
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
    gap: 42px;
    align-items: center;
    padding: 72px 0 42px;
}

.landing-eyebrow {
    margin: 0 0 16px;
    color: #88f4d4;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.landing-hero h1,
.landing-section h2,
.landing-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
}

.landing-hero h1 {
    max-width: 980px;
    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.05;
    text-wrap: balance;
}

.landing-hero h1 span {
    color: #a2f7dc;
    text-shadow: 0 0 34px rgba(56, 224, 181, 0.18);
}

.landing-hero-text {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(235, 255, 249, 0.78);
    font-size: clamp(1.03rem, 2vw, 1.22rem);
    line-height: 1.72;
}

.landing-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.landing-trust-chips {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.landing-trust-chips span {
    padding: 9px 12px;
    border: 1px solid rgba(144, 255, 219, 0.14);
    border-radius: 999px;
    color: rgba(238, 255, 251, 0.78);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.9rem;
}

.landing-trust-chips-mobile {
    display: none;
}

.landing-preview {
    position: relative;
}

.landing-preview::before {
    content: "";
    position: absolute;
    inset: 8% -5% -10% 8%;
    z-index: -1;
    border-radius: 36px;
    background: radial-gradient(circle, rgba(62, 224, 181, 0.34), transparent 66%);
    filter: blur(24px);
}

.preview-window {
    overflow: hidden;
    border: 1px solid rgba(167, 255, 232, 0.24);
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 8%, rgba(88, 234, 194, 0.14), transparent 36%),
        linear-gradient(145deg, rgba(6, 20, 19, 0.96), rgba(7, 14, 19, 0.88));
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.preview-toolbar {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-toolbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(159, 245, 221, 0.45);
}

.preview-grid {
    display: grid;
    grid-template-columns: 174px 1fr;
    min-height: 460px;
}

.preview-sidebar {
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.preview-logo-row {
    gap: 8px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 0.92rem;
}

.preview-logo-row img {
    width: 26px;
    height: 26px;
}

.preview-pill {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    color: rgba(235, 255, 249, 0.65);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.88rem;
}

.preview-pill.active {
    color: #ffffff;
    background: rgba(58, 205, 174, 0.15);
}

.preview-content {
    padding: 26px;
}

.preview-content-head {
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.preview-content h2 {
    margin: 4px 0 0;
    font-size: 1.85rem;
}

.preview-label,
.preview-badge {
    color: rgba(235, 255, 249, 0.58);
    font-size: 0.78rem;
}

.preview-badge {
    padding: 8px 10px;
    border: 1px solid rgba(147, 255, 221, 0.16);
    border-radius: 999px;
    color: #9ff5dd;
    background: rgba(74, 233, 185, 0.08);
}

.preview-alias-card {
    justify-content: space-between;
    gap: 14px;
    min-height: 88px;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid rgba(185, 255, 236, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
        rgba(255, 255, 255, 0.026);
}

.preview-alias-card div {
    flex: 1;
    min-width: 0;
}

.preview-alias-card strong,
.preview-alias-card small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-alias-card small,
.preview-alias-card > span:last-child {
    color: rgba(235, 255, 249, 0.58);
}

.preview-dot {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a1f5dd;
    box-shadow: 0 0 18px rgba(161, 245, 221, 0.72);
}

.preview-dot.teal {
    background: #51d5d0;
}

.preview-dot.green {
    background: #78e88e;
}

.landing-section {
    padding: 44px 0;
}

.landing-section-head {
    max-width: 720px;
    margin-bottom: 22px;
}

.landing-section h2,
.landing-final-cta h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
}

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

.landing-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-card-grid.use-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.landing-card-grid.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-card,
.landing-final-cta {
    border: 1px solid rgba(190, 255, 237, 0.17);
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 14%, rgba(106, 255, 216, 0.07), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
        rgba(3, 13, 12, 0.72);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.landing-card {
    min-height: 196px;
    padding: 24px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.landing-card h3 {
    margin: 0 0 11px;
    color: #ffffff;
    font-size: 1.12rem;
    line-height: 1.25;
}

.landing-card p {
    margin: 0;
    color: rgba(235, 255, 249, 0.72);
    font-size: 0.98rem;
    line-height: 1.72;
}

.step-number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    border-radius: 13px;
    color: #03100d;
    background: linear-gradient(135deg, #a2f7dc, #54cab6);
    box-shadow: 0 10px 24px rgba(76, 222, 184, 0.22);
    font-weight: 900;
}

.landing-page .landing-card-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border: 1px solid rgba(150, 255, 224, 0.2);
    border-radius: 13px;
    position: relative;
    color: #aafbe1;
    background:
        radial-gradient(circle at 70% 20%, rgba(117, 255, 215, 0.18), transparent 56%),
        rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.landing-page .landing-card-icon::before,
.landing-page .landing-card-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.landing-page .use-case-icon::before,
.landing-page .use-case-icon::after,
.landing-page .feature-icon::before,
.landing-page .feature-icon::after {
    content: none;
}

.landing-page .use-case-icon img,
.landing-page .feature-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.landing-page .icon-signup::before {
    width: 18px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 6px;
}

.landing-page .icon-signup::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor;
}

.landing-page .icon-newsletter::before {
    width: 22px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 4px;
}

.landing-page .icon-newsletter::after {
    width: 14px;
    height: 14px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(-45deg);
}

.landing-page .icon-shopping::before {
    width: 22px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 4px 4px 7px 7px;
    transform: translateY(3px);
}

.landing-page .icon-shopping::after {
    width: 12px;
    height: 9px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    transform: translateY(-6px);
}

.landing-page .icon-projects::before {
    width: 23px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 5px;
    transform: translateY(2px);
}

.landing-page .icon-projects::after {
    width: 11px;
    height: 5px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    transform: translate(-4px, -8px);
}

.landing-page .icon-testing::before {
    width: 14px;
    height: 20px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    transform: translateY(3px);
}

.landing-page .icon-testing::after {
    width: 18px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -7px 0 currentColor;
    transform: translateY(-6px);
}

.landing-page .icon-aliases::before {
    width: 20px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 999px;
    transform: translate(-4px, -4px);
}

.landing-page .icon-aliases::after {
    width: 20px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 999px;
    transform: translate(4px, 5px);
}

.landing-page .icon-inbox::before {
    width: 24px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 5px;
    transform: translateY(3px);
}

.landing-page .icon-inbox::after {
    width: 12px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(0) rotate(-45deg);
}

.landing-page .icon-protection::before {
    width: 20px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 12px 12px 9px 9px;
    clip-path: polygon(50% 0, 100% 18%, 92% 76%, 50% 100%, 8% 76%, 0 18%);
}

.landing-page .icon-protection::after {
    width: 8px;
    height: 4px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.landing-page .icon-safe-view::before {
    width: 25px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.landing-page .icon-safe-view::after {
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.landing-page .icon-premium::before {
    width: 23px;
    height: 17px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    transform: translateY(4px);
}

.landing-page .icon-premium::after {
    width: 24px;
    height: 14px;
    background:
        radial-gradient(circle at 12% 34%, currentColor 0 3px, transparent 3.5px),
        radial-gradient(circle at 50% 5%, currentColor 0 3px, transparent 3.5px),
        radial-gradient(circle at 88% 34%, currentColor 0 3px, transparent 3.5px),
        linear-gradient(135deg, transparent 0 21%, currentColor 22% 28%, transparent 29%),
        linear-gradient(225deg, transparent 0 21%, currentColor 22% 28%, transparent 29%);
    transform: translateY(-5px);
}

.landing-page .icon-control::before {
    width: 23px;
    height: 23px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.landing-page .icon-control::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: -8px 0 0 currentColor, 8px 0 0 currentColor;
}

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

.pricing-card {
    min-height: 350px;
    display: flex;
    flex-direction: column;
}

.pricing-card-pro {
    border-color: rgba(143, 240, 208, 0.35);
    box-shadow: 0 24px 80px rgba(40, 219, 177, 0.16);
}

.pricing-label {
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 10px;
    border: 1px solid rgba(159, 245, 221, 0.16);
    border-radius: 999px;
    color: #9ff5dd;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(103, 255, 205, 0.07);
}

.pricing-price {
    margin: 2px 0 4px;
    color: #dbfff3;
    font-size: 2rem;
    font-weight: 900;
}

.pricing-note {
    margin: 0 0 18px;
    color: rgba(235, 255, 249, 0.62);
}

.pricing-card ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 22px;
    padding: 0;
    color: rgba(238, 255, 251, 0.76);
    list-style: none;
}

.pricing-card li {
    position: relative;
    padding-left: 24px;
}

.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8ff0d0;
}

.pricing-card .landing-button {
    margin-top: auto;
}

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

.faq-card {
    min-height: auto;
    position: relative;
    padding: 22px 54px 22px 24px;
}

.faq-card::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 22px;
    display: grid;
    place-items: center;
    width: 11px;
    height: 11px;
    border: 2px solid rgba(170, 251, 225, 0.84);
    border-left: 0;
    border-bottom: 0;
    border-radius: 50%;
    transform: rotate(45deg);
}

.landing-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 44px;
    padding: 38px;
    border-color: rgba(143, 240, 208, 0.26);
    background:
        radial-gradient(circle at 82% 22%, rgba(99, 255, 213, 0.14), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
        rgba(3, 13, 12, 0.76);
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.3),
        0 0 56px rgba(39, 223, 178, 0.08);
}

.landing-final-cta p {
    max-width: 560px;
    margin: 14px 0 0;
    color: rgba(235, 255, 249, 0.72);
    line-height: 1.6;
}

.landing-footer {
    justify-content: space-between;
    gap: 20px;
    padding: 32px 0 10px;
    color: rgba(235, 255, 249, 0.6);
}

.landing-footer-brand {
    gap: 12px;
}

.landing-footer-brand p {
    margin: 4px 0 0;
}

.landing-footer nav {
    display: flex;
    gap: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .landing-card:hover {
        transform: translateY(-3px);
        border-color: rgba(167, 255, 232, 0.28);
        box-shadow:
            0 30px 86px rgba(0, 0, 0, 0.3),
            0 0 34px rgba(52, 220, 178, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
}

@media (max-width: 1024px) {
    .landing-nav {
        display: none;
    }

    .landing-hero {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 52px;
    }

    .landing-card-grid.use-grid,
    .landing-card-grid.feature-grid,
    .landing-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .landing-page {
        padding: 5px 14px 14px;
    }

    .landing-header {
        padding: 2px 0 2px 4px;
        gap: 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .landing-brand-mark {
        width: 56px;
        height: 56px;
    }

    .landing-brand-mark img {
        width: 50px;
        height: 50px;
    }

    .landing-header-actions {
        gap: 7px;
        flex: 0 0 auto;
    }

    .landing-link {
        display: none;
    }

    .landing-header .landing-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 74px;
        min-height: 36px;
        padding: 0 8px;
        border: 1px solid rgba(206, 255, 241, 0.14);
        border-radius: 999px;
        color: rgba(236, 255, 249, 0.82);
        background: rgba(255, 255, 255, 0.035);
        font-size: 0.8rem;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .landing-header .landing-signin-icon {
        display: block;
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

    .landing-header .landing-button-small {
        width: 117px;
        height: 36px;
        min-height: 36px;
        padding-block: 0;
        padding-inline: 10px;
        border: 1px solid rgba(86, 255, 218, 0.85);
        color: rgba(236, 255, 249, 0.82);
        background: rgba(4, 22, 19, 0.72);
        box-shadow:
            0 0 0 1px rgba(86, 255, 218, 0.22),
            0 0 14px rgba(86, 255, 218, 0.22);
        font-size: 0.8rem;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .landing-hero {
        padding: 18px 0 30px;
    }

    .landing-hero h1 {
        font-size: clamp(28px, 7.2vw, 34px);
    }

    .landing-hero-text {
        font-size: 1rem;
    }

    .landing-hero-copy > .landing-actions,
    .landing-hero-copy > .landing-trust-chips {
        display: none;
    }

    .landing-actions {
        align-items: stretch;
    }

    .landing-actions .landing-button {
        flex: 1 1 150px;
    }

    .preview-grid {
        grid-template-columns: 1fr;
    }

    .preview-sidebar {
        display: none;
    }

    .preview-window {
        border-radius: 22px;
    }

    .preview-content {
        padding: 18px;
    }

    .preview-content-head {
        align-items: flex-start;
    }

    .landing-trust-chips-mobile {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 16px;
        width: 100%;
    }

    .landing-trust-chips-mobile span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 72px;
        padding: 10px 8px;
        border-radius: 18px;
        background:
            radial-gradient(circle at 50% 0%, rgba(106, 255, 216, 0.1), transparent 60%),
            rgba(255, 255, 255, 0.045);
        color: rgba(238, 255, 251, 0.86);
        font-size: 0.78rem;
        line-height: 1.28;
        text-align: left;
    }

    .landing-trust-chips-mobile span::before {
        content: "";
        flex: 0 0 auto;
        width: 28px;
        height: 28px;
        border: 1px solid rgba(143, 240, 208, 0.36);
        border-radius: 50%;
        background:
            radial-gradient(circle at 50% 50%, rgba(143, 240, 208, 0.95) 0 3px, transparent 3.5px),
            rgba(80, 224, 184, 0.08);
        box-shadow: 0 0 22px rgba(80, 224, 184, 0.13);
    }

    .landing-trust-chips-mobile span:nth-child(1)::before {
        border-radius: 10px;
        background:
            linear-gradient(135deg, transparent 42%, rgba(143, 240, 208, 0.95) 43% 57%, transparent 58%),
            linear-gradient(45deg, transparent 42%, rgba(143, 240, 208, 0.95) 43% 57%, transparent 58%),
            rgba(80, 224, 184, 0.08);
    }

    .landing-trust-chips-mobile span:nth-child(2)::before {
        background:
            linear-gradient(rgba(143, 240, 208, 0.95), rgba(143, 240, 208, 0.95)) center 58% / 12px 9px no-repeat,
            radial-gradient(circle at 50% 42%, transparent 0 6px, rgba(143, 240, 208, 0.95) 6.5px 8px, transparent 8.5px),
            rgba(80, 224, 184, 0.08);
    }

    .landing-trust-chips-mobile span:nth-child(3)::before {
        border-radius: 999px;
        background:
            radial-gradient(circle at 50% 50%, rgba(143, 240, 208, 0.95) 0 3px, transparent 3.5px),
            linear-gradient(135deg, transparent 18%, rgba(143, 240, 208, 0.95) 19% 24%, transparent 25% 75%, rgba(143, 240, 208, 0.95) 76% 81%, transparent 82%),
            rgba(80, 224, 184, 0.08);
    }

    .landing-section {
        padding: 34px 0;
    }

    .landing-card-grid.use-grid,
    .landing-card-grid.feature-grid,
    .landing-card-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .landing-card {
        min-height: auto;
        padding: 20px;
        border-radius: 20px;
    }

    .pricing-card {
        min-height: auto;
    }

    .landing-final-cta,
    .landing-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-final-cta {
        padding: 24px;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .landing-brand span:last-child {
        display: none;
    }

    .landing-hero h1 {
        font-size: clamp(27px, 7vw, 32px);
    }

    .landing-button {
        width: 100%;
    }

    .landing-actions {
        width: 100%;
    }

    .landing-trust-chips span {
        width: 100%;
        text-align: center;
    }
}
