* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.welcome-body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #ffffff;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 24rem),
        radial-gradient(circle at top right, rgba(250, 204, 21, 0.12), transparent 28rem),
        linear-gradient(180deg, #04111f 0%, #081523 30%, #07111c 100%);
}

[x-cloak] {
    display: none !important;
}

[hidden] {
    display: none !important;
}

.welcome-shell {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 72px;
}

.welcome-shell::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
    opacity: 0.32;
}

.welcome-header,
.hero-grid,
.feature-grid {
    position: relative;
    z-index: 1;
}

.welcome-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    text-decoration: none;
}

.brand-logo img {
    display: block;
    max-width: 210px;
    height: auto;
}

.brand-logo picture {
    display: block;
    max-width: 100%;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #22d3ee 0%, #0ea5e9 55%, #2563eb 100%);
    box-shadow: 0 20px 50px -20px rgba(56, 189, 248, 0.9);
}

.brand-name,
.brand-tag {
    display: block;
}

.brand-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.brand-tag {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.welcome-nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.welcome-nav a {
    padding: 10px 16px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: 180ms ease;
}

.welcome-nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.welcome-header-landing {
    position: sticky;
    top: 16px;
    z-index: 20;
    margin-bottom: 26px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: #0f2a5c;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px -26px rgba(15, 23, 42, 0.6);
}

.public-navbar {
    gap: 18px;
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.navbar-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* padding: 6px; */
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    /* border-radius: 999px; */
    /* background: rgba(255, 255, 255, 0.04); */
}

.navbar-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.navbar-toggle-icon {
    width: 18px;
    height: 2px;
    background: currentColor;
    position: relative;
    border-radius: 999px;
}

.navbar-toggle-icon::before,
.navbar-toggle-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.navbar-toggle-icon::before {
    top: -6px;
}

.navbar-toggle-icon::after {
    top: 6px;
}

.navbar-right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.navbar-menu-extra {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 14px;
    padding: 8px 10px 4px;
}

.navbar-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    transition: 180ms ease;
}

.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-link:hover {
    color: #ffffff;
    border-color: rgba(34, 211, 238, 0.35);
    background: rgba(34, 211, 238, 0.14);
    transform: translateY(-1px);
}

.landing-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.account-cta-button {
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 999px;
    color: #04111f;
    background: linear-gradient(135deg, #22d3ee 0%, #0ea5e9 55%, #2563eb 100%);
    box-shadow:
        0 18px 32px -22px rgba(14, 165, 233, 0.9),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.account-cta-button:hover {
    transform: translateY(-1px);
    box-shadow:
        0 22px 38px -22px rgba(37, 99, 235, 0.95),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.account-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.account-cta-icon svg {
    width: 18px;
    height: 18px;
    fill: #04111f;
}

.account-cta-copy {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #04111f;
}

.navbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 180ms ease;
}

.navbar-link:hover,
.navbar-link-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-dropdown {
    position: relative;
}

.navbar-link-caret::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.dropdown-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: 310px;
    max-height: min(90vh, 560px);
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 36%),
        rgba(4, 17, 31, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 80px -30px rgba(15, 23, 42, 0.75);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 180ms ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(186, 230, 253, 0.28) transparent;
}

.dropdown-panel::-webkit-scrollbar {
    width: 8px;
}

.dropdown-panel::-webkit-scrollbar-track {
    background: transparent;
}

.dropdown-panel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(186, 230, 253, 0.22);
}

.dropdown-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(186, 230, 253, 0.34);
}

.navbar-links > .nav-dropdown:first-of-type .dropdown-panel {
    width: min(680px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.navbar-links > .nav-dropdown:first-of-type .dropdown-link {
    height: 100%;
}

.nav-dropdown:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 901px) {
    .public-navbar.welcome-header-landing {
        align-items: center;
        min-height: 78px;
        padding: 10px 14px 10px 18px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .public-navbar .navbar-left {
        gap: 16px;
    }

    .public-navbar .brand-logo {
        padding: 7px 10px;
        border-radius: 14px;
        transition: background 180ms ease, transform 180ms ease;
    }

    .public-navbar .brand-logo:hover {
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }

    .public-navbar .brand-logo img {
        max-width: 178px;
    }

    .public-navbar .navbar-links {
        gap: 3px;
        min-height: 52px;
        padding: 5px;
        /* border: 1px solid rgba(255, 255, 255, 0.12); */
        border-radius: 14px;
        background: transparent;
        box-shadow: none;
    }

    .public-navbar .navbar-link {
        position: relative;
        min-height: 40px;
        padding: 10px 13px;
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.74);
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
    }

    .public-navbar .navbar-link:hover,
    .public-navbar .navbar-link-active {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
    }

    .public-navbar .navbar-link-active::before {
        content: '';
        position: absolute;
        right: 13px;
        bottom: 6px;
        left: 13px;
        height: 2px;
        border-radius: 999px;
        background: #38bdf8;
    }

    .public-navbar .navbar-link-caret::after {
        width: 7px;
        height: 7px;
        margin-left: 8px;
    }

    .public-navbar .navbar-right {
        gap: 10px;
    }

    .public-navbar .navbar-social {
        gap: 6px;
    }

    .public-navbar .social-link {
        width: 40px;
        height: 40px;
        border-color: rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        background: transparent;
        color: rgba(255, 255, 255, 0.7);
    }

    .public-navbar .social-link:hover {
        color: #ffffff;
        border-color: rgba(56, 189, 248, 0.42);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
    }

    .public-navbar .account-cta-button {
        min-height: 42px;
        padding: 11px 16px;
        border: 0;
        border-radius: 10px;
        background: #0a66c2;
        color: #ffffff;
        box-shadow: 0 16px 28px -22px rgba(10, 102, 194, 0.85);
    }

    .public-navbar .account-cta-button:hover {
        background: #0759aa;
        box-shadow: 0 18px 32px -22px rgba(10, 102, 194, 0.95);
    }

    .public-navbar .account-cta-icon svg,
    .public-navbar .account-cta-copy {
        color: #ffffff;
        fill: currentColor;
    }
}

.dropdown-link {
    display: block;
    padding: 14px 16px;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: 180ms ease;
}

.dropdown-link:hover {
    background: rgba(255, 255, 255, 0.07);
}

.dropdown-link strong,
.dropdown-link span {
    display: block;
}

.dropdown-link strong {
    font-size: 15px;
}

.dropdown-link span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: center;
    padding: 64px 0 40px;
}

.hero-copy h1 {
    margin: 0 0 22px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(44px, 7vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.hero-copy p {
    max-width: 700px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 10px 16px;
    border: 1px solid rgba(103, 232, 249, 0.2);
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.12);
    font-size: 13px;
    font-weight: 600;
    color: #cffafe;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #04111f;
    background: #ffffff;
    box-shadow: 0 20px 50px -20px rgba(255, 255, 255, 0.9);
}

.button-primary:hover {
    background: #cffafe;
}

.button-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button-ghost {
    color: #bae6fd;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    background: transparent;
}

.button-ghost:hover {
    background: rgba(148, 163, 184, 0.12);
}

.button-disabled {
    pointer-events: none;
    opacity: 0.55;
}

.hero-stats,
.feature-grid {
    display: grid;
    gap: 16px;
}

.hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.hero-stats article,
.feature-card,
.panel-card,
.tool-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.hero-stats article {
    padding: 22px;
    border-radius: 26px;
}

.hero-stats strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
}

.hero-stats span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
}

.hero-panel {
    position: relative;
}

.panel-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 34px;
}

.panel-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 38%),
        radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.16), transparent 42%);
}

.panel-label,
.feature-card span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.tool-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.tool-item {
    display: block;
    padding: 18px 20px;
    border-radius: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: 180ms ease;
}

.tool-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.16);
}

.tool-item strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
}

.tool-item span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.landing-main {
    position: relative;
    z-index: 1;
}

.hero-grid-landing {
    align-items: stretch;
    gap: 32px;
    padding: 42px 0 26px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.hero-metrics article {
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.hero-metrics strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
}

.hero-metrics span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
}

.hero-showcase {
    position: relative;
    min-height: 580px;
}

.showcase-window {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 580px;
    max-height: 680px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.15), transparent 34%),
        radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.12), transparent 38%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.showcase-topbar {
    display: flex;
    gap: 8px;
    padding: 4px 6px 18px;
}

.showcase-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.showcase-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 18px;
    min-height: 0;
    padding-right: 6px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(103, 232, 249, 0.34) rgba(255, 255, 255, 0.05);
}

.showcase-content::-webkit-scrollbar {
    width: 8px;
}

.showcase-content::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.showcase-content::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.34);
}

.showcase-callout {
    padding: 22px;
    border-radius: 28px;
    background: rgba(4, 17, 31, 0.55);
}

.showcase-callout small,
.showcase-callout strong,
.showcase-callout p {
    display: block;
}

.showcase-callout small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.showcase-callout strong {
    margin-top: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
}

.showcase-callout p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

.showcase-grid {
    display: grid;
    gap: 14px;
}

.showcase-card {
    display: block;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    color: #ffffff;
    text-decoration: none;
    transition: 180ms ease;
}

.showcase-card:hover {
    transform: translateY(-3px);
}

.showcase-card span,
.showcase-card strong {
    display: block;
}

.showcase-card span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.showcase-card strong {
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.showcase-card-cyan {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(255, 255, 255, 0.04));
}

.showcase-card-emerald {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(255, 255, 255, 0.04));
}

.showcase-card-amber {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(255, 255, 255, 0.04));
}

.marquee-band {
    overflow: hidden;
    margin: 22px 0 10px;
    padding: 18px 0;
}

.marquee-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: marquee-scroll 24s linear infinite;
}

.marquee-track span {
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.82);
}

.landing-section {
    margin-top: 42px;
}

.section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.section-head h2,
.split-copy h2,
.landing-cta h2 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.section-head p,
.split-copy p,
.landing-cta p {
    max-width: 460px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

.split-copy .button {
    margin-top: 24px;
}

.feature-grid-landing {
    margin-top: 0;
}

.feature-card-landing {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.06);
}

.landing-section-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: start;
}

.split-stack {
    display: grid;
    gap: 16px;
}

.stack-card,
.blog-card,
.landing-cta {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.stack-card {
    padding: 24px;
}

.stack-card strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
}

.stack-card p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

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

.blog-card {
    padding: 24px;
}

.blog-card-image {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 18px;
    border-radius: 24px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.06);
}

.blog-tag {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.76);
}

.blog-card h3 {
    margin: 16px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.18;
}

.blog-card h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-card h3 a:hover {
    color: #cffafe;
}

.blog-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

.blog-card-meta {
    margin: 6px 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.78);
}

.blog-article {
    position: relative;
    z-index: 1;
    padding: 16px 0 40px;
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
    gap: 26px;
    align-items: start;
}

.blog-detail-main {
    min-width: 0;
}

.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-article-hero {
    max-width: 100%;
}

.blog-article-hero h1 {
    margin: 16px 0 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.blog-article-hero p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

.blog-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.7);
}

.blog-article-media {
    margin-top: 28px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px -40px rgba(15, 23, 42, 0.6);
}

.blog-article-media img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-article-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-article-content {
    margin-top: 28px;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(8, 28, 49, 0.9), rgba(5, 18, 33, 0.88));
    box-shadow: 0 30px 90px -54px rgba(15, 23, 42, 0.85);
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    margin: 34px 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.15;
    color: #ffffff;
}

.blog-article-content h2 {
    font-size: clamp(28px, 3vw, 36px);
}

.blog-article-content h3 {
    font-size: clamp(22px, 2.4vw, 28px);
}

.blog-article-content p {
    margin: 0 0 20px;
}

.blog-article-content ul {
    margin: 0 0 24px;
    padding-left: 20px;
}

.blog-article-content li {
    margin-bottom: 10px;
}

.blog-article-content a {
    color: #67e8f9;
}

.blog-article-content a:hover {
    color: #ffffff;
}

.blog-copyright-notice {
    margin-top: 22px;
}

.blog-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.blog-related {
    margin-top: 36px;
}

.blog-comments {
    margin-top: 38px;
}

.blog-comments-grid {
    display: grid;
    /* grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); */
    gap: 24px;
    align-items: start;
    margin-top: 24px;
}

.blog-comment-form-card h3,
.blog-comment-card h3 {
    margin: 12px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.18;
}

.blog-comment-form {
    margin-top: 22px;
}

.blog-comment-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blog-comment-textarea {
    min-height: 160px;
    resize: vertical;
}

.blog-comment-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.blog-comment-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-comment-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.85;
}

.blog-comment-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.blog-comment-head span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.6);
}

.blog-support-card h2,
.blog-sidebar-card h2 {
    margin: 12px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.16;
}

.blog-support-card p,
.blog-sidebar-card p {
    margin: 0;
}

.blog-sidebar-card-sticky {
    /* position: sticky; */
    top: 110px;
}

.blog-sidebar-meta {
    display: grid;
    gap: 14px;
    margin: 18px 0 20px;
}

.blog-sidebar-meta span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.64);
}

.blog-sidebar-meta strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}

.blog-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-sidebar-item {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-sidebar-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.blog-sidebar-item h3 {
    margin: 12px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 21px;
    line-height: 1.2;
}

.blog-sidebar-item h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-sidebar-item h3 a:hover {
    color: #cffafe;
}

.blog-sidebar-item p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    line-height: 1.75;
}

.blog-category-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-category-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.blog-category-line:hover {
    border-color: rgba(103, 232, 249, 0.35);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
}

.blog-category-line span {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.blog-category-line strong {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.72);
    white-space: nowrap;
}

.blog-share-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-share-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.blog-share-link:hover {
    border-color: rgba(103, 232, 249, 0.35);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
}

.blog-share-link span {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.blog-share-platform {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-share-platform svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: #9be7f2;
    flex-shrink: 0;
}

.blog-share-link strong {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.72);
    white-space: nowrap;
}

.templates-page {
    position: relative;
    z-index: 1;
    padding: 16px 0 40px;
}

.templates-hub {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.templates-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 6px;
}

.templates-hero-copy,
.templates-hero-panel,
.template-category-card,
.template-card-rich,
.template-card-empty,
.templates-seo-copy {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.templates-hero-copy {
    padding: 34px;
}

.templates-hero-copy h1 {
    margin: 14px 0 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.templates-hero-copy p {
    max-width: 62ch;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.72);
}

.templates-hero-actions,
.templates-hero-stats,
.template-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.templates-hero-actions {
    margin-top: 24px;
}

.templates-hero-stats {
    margin-top: 28px;
}

.templates-hero-stats article {
    min-width: 154px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.12));
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.templates-hero-stats strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    color: #ffffff;
}

.templates-hero-stats span,
.template-count {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.64);
}

.templates-hero-panel {
    min-height: 100%;
    padding: 18px;
}

.templates-hero-surface {
    position: relative;
    height: 100%;
    min-height: 360px;
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.2), transparent 34%),
        radial-gradient(circle at bottom right, rgba(251, 191, 36, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(8, 15, 27, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.templates-hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.9;
}

.templates-hero-orb-cyan {
    top: 28px;
    right: 34px;
    width: 92px;
    height: 92px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.78), rgba(34, 211, 238, 0.08));
}

.templates-hero-orb-amber {
    bottom: 34px;
    left: 26px;
    width: 118px;
    height: 118px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.5), rgba(251, 191, 36, 0.08));
}

.templates-hero-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    margin-top: 68px;
}

.templates-mini-card {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.templates-mini-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #67e8f9;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.templates-mini-card strong {
    font-size: 18px;
    line-height: 1.45;
    color: #f8fafc;
}

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

.template-category-card {
    padding: 24px;
}

.template-category-top,
.template-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.template-category-card h2 {
    margin: 18px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.template-category-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.68);
}

.templates-seo-copy {
    padding: 28px 30px;
}

.templates-seo-copy h2 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.18;
}

.templates-seo-copy p {
    margin: 0;
    max-width: 72ch;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.68);
}

.templates-section {
    margin-top: 32px;
}

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

.template-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.template-card-rich,
.template-card-empty {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.template-preview {
    margin-top: 12px;
}

.template-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.template-preview-title {
    font-weight: 600;
}

.template-preview-chip {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.18);
    color: #bae6fd;
    font-weight: 700;
    font-size: 11px;
}

.template-preview-frame {
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.6);
    overflow: hidden;
    height: 320px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.template-preview-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
}

.template-card h3 {
    margin: 16px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.template-card h3 a {
    color: inherit;
    text-decoration: none;
}

.template-card h3 a:hover {
    color: #cffafe;
}

.template-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

.template-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.template-card-footer {
    margin-top: 20px;
}

.template-detail {
    position: relative;
    z-index: 1;
    padding: 16px 0 40px;
}

.template-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 24px 0 28px;
}

.seo-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.seo-breadcrumbs a {
    color: #bae6fd;
    text-decoration: none;
}

.seo-breadcrumbs a:hover {
    color: #ffffff;
}

.landing-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
    padding: 30px 32px;
}

.landing-actions-cta {
    flex-shrink: 0;
}

.landing-section-action {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.tool-seo-copy {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
}

.tool-seo-copy h2 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.tool-seo-copy p {
    margin: 0;
}

.tool-guide-section {
    position: relative;
    margin: 24px 0 32px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 30%),
        radial-gradient(circle at bottom left, rgba(251, 191, 36, 0.16), transparent 28%),
        rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -32px rgba(15, 23, 42, 0.42);
}

.tool-guide-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 55%);
    pointer-events: none;
}

.tool-guide-head,
.tool-guide-card-grid,
.tool-guide-body {
    position: relative;
    z-index: 1;
}

.tool-guide-card-grid,
.tool-guide-body {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

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

.tool-guide-card,
.tool-guide-copy-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    background: rgba(4, 17, 31, 0.34);
}

.tool-guide-card h3 {
    margin: 12px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    line-height: 1.14;
}

.tool-guide-card p,
.tool-guide-copy-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.9;
}

.tool-guide-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tool-guide-links {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tool-guide-links .chip-list {
    margin-top: 12px;
}

.landing-cta-form {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
}

.cta-copy {
    max-width: 420px;
}

.contact-panel {
    width: 100%;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(4, 17, 31, 0.46);
}

.contact-form {
    display: grid;
    gap: 18px;
}

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

.contact-textarea {
    min-height: 180px;
}

.contact-actions {
    margin-top: 0;
}

.contact-notice {
    margin-top: 0;
    margin-bottom: 18px;
}

.register-shell {
    position: relative;
    z-index: 1;
}

.register-hero {
    margin-top: 18px;
}

.register-copy {
    max-width: 520px;
}

.register-copy h1 {
    margin: 0 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.register-copy p {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.68);
}

.register-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.register-point {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.register-point strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #ffffff;
}

.register-point p {
    font-size: 14px;
    line-height: 1.8;
}

.register-panel {
    align-self: stretch;
}

.register-heading {
    margin-bottom: 24px;
}

.register-heading h2 {
    margin: 10px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.register-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.64);
}

.register-note {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
}

.login-remember {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
}

.login-remember input {
    width: 18px;
    height: 18px;
    accent-color: #22d3ee;
}

.login-helper-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #bae6fd;
    text-decoration: none;
}

.login-helper-link:hover {
    color: #ffffff;
}

.legal-shell {
    position: relative;
    z-index: 1;
}

.legal-hero {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    margin-top: 18px;
    align-items: stretch;
}

.legal-hero-copy,
.legal-summary-card,
.legal-section-card {
    padding: 30px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.legal-hero-copy h1 {
    margin: 10px 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.legal-hero-copy p,
.legal-section-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.68);
}

.legal-summary-list,
.legal-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.68);
}

.legal-summary-list li,
.legal-list li {
    margin-bottom: 12px;
    line-height: 1.85;
}

.legal-effective-date {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.72);
}

.legal-content {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.legal-section-card h2 {
    margin: 10px 0 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.legal-section-card p + p {
    margin-top: 14px;
}

.legal-contact-card {
    margin-bottom: 8px;
}

.dashboard-shell {
    position: relative;
    z-index: 1;
}

.dashboard-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    margin-top: 18px;
    align-items: stretch;
}

.dashboard-hero-copy,
.dashboard-user-card,
.dashboard-stat-card,
.dashboard-links-panel {
    padding: 30px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.dashboard-hero-copy h1 {
    margin: 10px 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.dashboard-hero-copy p {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.68);
}

.dashboard-user-card h2 {
    margin: 12px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    line-height: 1.08;
}

.dashboard-user-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
}

.dashboard-user-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.dashboard-user-actions form {
    margin: 0;
}

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

.dashboard-stat-card span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(186, 230, 253, 0.72);
}

.dashboard-stat-card strong {
    display: block;
    margin: 14px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1;
    color: #ffffff;
}

.dashboard-stat-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
}

.dashboard-links-panel {
    margin-top: 18px;
}

.dashboard-empty-state {
    margin-top: 26px;
    padding: 26px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
}

.dashboard-links-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.dashboard-link-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
}

.dashboard-link-main {
    min-width: 0;
    display: grid;
    gap: 16px;
}

.dashboard-link-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
}

.dashboard-link-url {
    display: block;
    color: #bae6fd;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    word-break: break-all;
}

.dashboard-link-url:hover {
    color: #ffffff;
}

.dashboard-link-destination {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
    word-break: break-all;
}

.dashboard-link-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.dashboard-link-meta span {
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
}

.profile-shell {
    position: relative;
    z-index: 1;
}

.profile-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    margin-top: 18px;
    align-items: stretch;
}

.profile-hero-copy,
.profile-user-card,
.profile-panel {
    padding: 30px 32px;
}

.profile-hero-copy {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.profile-hero-copy h1 {
    margin: 10px 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.profile-hero-copy p {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.68);
}

.profile-user-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.profile-user-card h2 {
    margin: 12px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    line-height: 1.08;
}

.profile-user-card p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
}

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

.profile-panel {
    width: 100%;
}

.profile-panel-head {
    margin-bottom: 24px;
}

.profile-panel-head h2 {
    margin: 10px 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.profile-panel-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.64);
}

.profile-note {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
}

.profile-inline-link {
    margin-top: 8px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #bae6fd;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.profile-inline-link:hover {
    color: #ffffff;
}

.profile-danger-panel {
    margin-top: 18px;
}

.button-danger {
    border: 1px solid rgba(251, 113, 133, 0.18);
    color: #fff1f2;
    background: linear-gradient(135deg, rgba(251, 113, 133, 0.9) 0%, rgba(225, 29, 72, 0.92) 100%);
    box-shadow: 0 18px 32px -22px rgba(225, 29, 72, 0.9);
}

.button-danger:hover {
    background: linear-gradient(135deg, rgba(251, 113, 133, 1) 0%, rgba(225, 29, 72, 1) 100%);
    box-shadow: 0 22px 38px -22px rgba(225, 29, 72, 0.95);
}

.simple-page {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 72px auto 0;
    padding: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 36%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.simple-page h1 {
    margin: 0 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.simple-page p {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.68);
}

.simple-page-blog {
    max-width: 1180px;
}

.blog-grid-page {
    margin-top: 32px;
}

.related-tools {
    margin-top: 26px;
}

.related-tool-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.related-tool-card .button {
    align-self: flex-start;
}

.notice-neutral {
    margin-top: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 22px;
    background: rgba(56, 189, 248, 0.1);
    color: #e0f2fe;
    font-size: 14px;
}

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

.faq-card h2 {
    margin: 0 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.not-found-page .hero-actions {
    margin-top: 24px;
}

.simple-link {
    color: #cffafe;
    text-decoration: none;
}

.simple-link:hover {
    text-decoration: underline;
}

.site-footer {
    position: relative;
    z-index: 1;
    margin-top: 46px;
    padding: 28px 30px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background:#0f2a5c;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr 0.8fr;
    gap: 26px;
}

.footer-brand p {
    max-width: 360px;
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.64);
}

.footer-supporting-copy {
    margin-top: 14px !important;
    max-width: 460px !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    color: rgba(255, 255, 255, 0.58) !important;
}

.footer-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-chip-list a {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 13px;
    transition: 180ms ease;
}

.footer-chip-list a:hover {
    color: #ffffff;
    border-color: rgba(186, 230, 253, 0.24);
}

.footer-column h3 {
    margin: 0 0 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
}

.footer-column a {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: 180ms ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-indexing-copy {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-indexing-copy p {
    margin: 0;
    max-width: 980px;
    font-size: 13px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.54);
}

.tool-protected-content-notice {
    margin-bottom: 22px;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.tools-hero {
    position: relative;
    z-index: 1;
    max-width: 860px;
    padding: 56px 0 18px;
}

.tools-hero h1 {
    margin: 0 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.tools-hero p {
    margin: 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.tools-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.tool-card-public {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 34%),
        rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
    transition: 180ms ease;
}

.tool-card-public:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.16);
}

.tool-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.tool-card-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.tool-card-stat {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.tool-card-public h2 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.08;
}

.tool-card-public p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.66);
}

.tool-card-public .button {
    margin-top: auto;
}

.qr-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    padding-top: 42px;
}

.qr-panel,
.info-card,
.preview-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.qr-panel {
    padding: 34px;
    border-radius: 34px;
}

.qr-title {
    margin: 0 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.qr-copy {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.qr-form {
    margin-top: 30px;
}

.field-group {
    display: block;
}

.field-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.field-textarea {
    width: 100%;
    min-height: 150px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(4, 17, 31, 0.72);
    color: #ffffff;
    font: inherit;
    line-height: 1.7;
    resize: vertical;
    outline: none;
    transition: 180ms ease;
}

.field-input {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(4, 17, 31, 0.72);
    color: #ffffff;
    font: inherit;
    line-height: 1.5;
    outline: none;
    transition: 180ms ease;
}

.field-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.field-input:focus {
    border-color: rgba(103, 232, 249, 0.6);
}

.field-textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.field-textarea:focus {
    border-color: rgba(103, 232, 249, 0.6);
}

.field-error {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #fda4af;
}

.notice-success {
    margin-top: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(74, 222, 128, 0.25);
    border-radius: 22px;
    background: rgba(74, 222, 128, 0.12);
    color: #d1fae5;
    font-size: 14px;
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.mini-stats article {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.mini-stats span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.mini-stats strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: #ffffff;
}

.preview-card {
    margin-top: 24px;
    padding: 24px;
    border-radius: 30px;
}

.preview-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.preview-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.preview-card-head h2 {
    margin: 6px 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
}

.preview-badge {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.15);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #cffafe;
}

.preview-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    margin-top: 22px;
    padding: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: #ffffff;
}

.preview-svg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-svg svg {
    width: 280px;
    height: 280px;
    max-width: 100%;
    height: auto;
}

.preview-empty {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

.qr-sidebar {
    display: grid;
    gap: 20px;
}

.qr-scanner-shell {
    align-items: start;
}

.qr-scanner-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qr-scanner-link-note {
    margin-top: 0;
}

.qr-scanner-actions-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.qr-scanner-preview-card,
.qr-scan-result-card {
    margin-top: 0;
}

.qr-scanner-frame {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background:
        radial-gradient(circle at top, rgba(14, 165, 233, 0.1), transparent 55%),
        rgba(255, 255, 255, 0.98);
}

.qr-scanner-frame-placeholder {
    min-height: 240px;
}

.qr-scanner-placeholder-copy {
    max-width: 420px;
    text-align: center;
}

.qr-scanner-placeholder-copy h3 {
    margin: 8px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.1;
    color: #0f172a;
}

.qr-scanner-placeholder-copy p,
.qr-scanner-modal-copy {
    margin: 0;
    line-height: 1.8;
    color: #475569;
}

.qr-scanner-reader-wrap {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.qr-scanner-reader {
    width: 100%;
}

.qr-scanner-reader video {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
}

.qr-scanner-reader img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.qr-scanner-reader > div {
    border: 0 !important;
}

.qr-scanner-reader #reader__scan_region,
.qr-scanner-reader #reader__dashboard {
    background: transparent !important;
}

.qr-scanner-overlay {
    position: absolute;
    inset: 22px;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.qr-scanner-overlay span {
    position: relative;
    width: min(260px, 78%);
    aspect-ratio: 1 / 1;
    border: 2px solid rgba(34, 211, 238, 0.8);
    border-radius: 24px;
    box-shadow: 0 0 0 999px rgba(15, 23, 42, 0.16);
}

.qr-scanner-overlay span::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.95), transparent);
    animation: qr-scan-line 2s linear infinite;
}

.qr-scanner-option-row,
.qr-scanner-notice {
    margin-top: 18px;
}

.qr-scanner-error {
    margin-top: 18px;
}

.qr-scanner-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2, 6, 23, 0.8);
    backdrop-filter: blur(12px);
}

.qr-scanner-modal-dialog {
    width: min(100%, 720px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    box-shadow: 0 30px 100px -35px rgba(15, 23, 42, 0.85);
}

.qr-scanner-modal-head {
    margin-bottom: 18px;
}

.qr-scanner-modal-frame {
    min-height: 320px;
}

.qr-scanner-modal-copy {
    margin-top: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

@keyframes qr-scan-line {
    0% {
        transform: translateY(-90px);
    }
    50% {
        transform: translateY(90px);
    }
    100% {
        transform: translateY(-90px);
    }
}

.invoice-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    padding-top: 42px;
}

.invoice-panel {
    padding: 34px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.invoice-title {
    margin: 0 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.invoice-copy {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.invoice-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

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

.invoice-items {
    margin-top: 12px;
}

.invoice-items-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.invoice-items-grid {
    display: grid;
    grid-template-columns: 2fr 0.7fr 1fr 0.6fr;
    gap: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.5);
}

.invoice-item-row {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 2fr 0.7fr 1fr 0.6fr;
    gap: 12px;
    align-items: center;
}

.invoice-summary {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.invoice-summary span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.invoice-summary strong {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    color: #ffffff;
}

.invoice-total strong {
    font-size: 22px;
    color: #7dd3fc;
}

.invoice-summary-empty {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
}

.invoice-best-practices {
    margin-top: 18px;
}

.invoice-how-it-works {
    margin-top: 18px;
}

.shortener-shell {
    position: relative;
    z-index: 1;
    padding-top: 42px;
}

.shortener-heading {
    max-width: 820px;
    margin: 0 auto 24px;
    text-align: center;
}

.shortener-heading h1 {
    margin: 0 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.shortener-heading p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.shortener-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: start;
}

.shortener-panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.shortener-form {
    margin-top: 0;
}

.shortener-sidebar {
    display: grid;
    gap: 20px;
}

.result-stack {
    margin-top: 18px;
}

.result-card {
    margin-top: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(4, 17, 31, 0.72);
}

.result-card span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.result-card strong {
    display: block;
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    word-break: break-word;
}

.result-card p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    word-break: break-word;
}

.short-actions {
    margin-top: 18px;
}

.result-placeholder {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
}

.ip-privacy-note {
    margin-top: 18px;
}

.ip-privacy-note p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.8;
}

.ip-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.ip-result-item {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.ip-result-item span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.ip-result-item strong {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    word-break: break-word;
}

.counter-shell {
    position: relative;
    z-index: 1;
    padding-top: 42px;
}

.password-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    padding-top: 42px;
}

.compressor-shell {
    position: relative;
    z-index: 1;
    padding-top: 42px;
}

.password-heading {
    display: grid;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.password-heading h1 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.password-heading p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.68);
}

.password-supporting-copy {
    margin-top: -2px !important;
    font-size: 15px !important;
    color: rgba(196, 232, 255, 0.82) !important;
}

.password-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.password-trust-strip span {
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(14px);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

.password-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 22px;
    align-items: start;
}

.password-preview-card,
.password-panel,
.password-related-card,
.password-support-grid .info-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(22px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.password-preview-card::before,
.password-panel::before,
.password-related-card::before,
.password-support-grid .info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%);
    opacity: 0.7;
}

.password-preview-card {
    min-height: 100%;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 34%),
        radial-gradient(circle at bottom left, rgba(251, 191, 36, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.password-preview-inner,
.password-config-panel {
    position: relative;
    z-index: 1;
}

.password-preview-glow {
    position: absolute;
    inset: auto -40px -70px auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.22), transparent 70%);
    pointer-events: none;
}

.password-controls-grid,
.password-options-grid,
.password-content-grid,
.password-support-grid {
    display: grid;
    gap: 18px;
}

.password-panel-head {
    display: grid;
    gap: 8px;
}

.password-panel-head h2,
.password-option-group-head h3,
.password-sidebar-highlight h3 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
}

.password-panel-head h2 {
    margin-top: 4px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.08;
}

.password-panel-head p,
.password-option-group-head p {
    margin: 0;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
}

.password-controls-grid {
    grid-template-columns: 1.15fr 0.85fr;
    margin-top: 22px;
}

.password-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.password-option-groups {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.password-option-group {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    background: rgba(4, 17, 31, 0.28);
}

.password-option-group-head h3 {
    font-size: 22px;
    line-height: 1.1;
}

.password-options-grid-compact {
    margin-top: 18px;
}

.toggle-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(4, 17, 31, 0.64);
    transition: 180ms ease;
}

.toggle-card:hover {
    transform: translateY(-1px);
    border-color: rgba(125, 211, 252, 0.22);
    background: rgba(6, 20, 34, 0.82);
}

.toggle-card input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #7dd3fc;
}

.toggle-card strong,
.password-primary-result strong,
.password-result-row strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
}

.toggle-card strong {
    font-size: 15px;
    color: #ffffff;
}

.toggle-card span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.58);
}

.toggle-card-wide {
    grid-column: 1 / -1;
}

.range-stack {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 14px;
    align-items: center;
}

.password-range {
    width: 100%;
    accent-color: #7dd3fc;
}

.password-length-input,
.password-select {
    text-align: center;
    font-weight: 700;
}

.password-preset-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.password-preset-chip {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: 180ms ease;
}

.password-preset-chip:hover {
    border-color: rgba(125, 211, 252, 0.35);
    background: rgba(125, 211, 252, 0.1);
}

.password-actions {
    margin-top: 20px;
    justify-content: flex-start;
}

.password-mini-stats {
    margin-top: 18px;
}

.password-meter {
    height: 10px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.password-meter-bar {
    display: block;
    height: 100%;
    border-radius: inherit;
    transition: width 180ms ease;
}

.password-guidance {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
}

.notice-neutral {
    margin-top: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 22px;
    background: rgba(125, 211, 252, 0.08);
    color: #dbeafe;
    font-size: 14px;
}

.password-results {
    margin-top: 22px;
}

.password-primary-result,
.password-result-row {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(4, 17, 31, 0.72);
}

.password-primary-result span,
.password-result-row span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.password-primary-result strong {
    margin-top: 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
    word-break: break-word;
}

.password-results-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.password-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.password-result-row strong {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    word-break: break-word;
}

.password-content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 6px;
}

.password-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.password-sidebar-highlight {
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.14), transparent 42%),
        rgba(255, 255, 255, 0.06);
}

.password-sidebar-highlight h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.1;
}

.password-related-card {
    padding-top: 28px;
    padding-bottom: 28px;
}

.random-number-note {
    margin-top: 20px;
}

.random-number-primary-result p {
    margin-top: 14px;
}

.random-number-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.random-number-pill {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(4, 17, 31, 0.68);
}

.random-number-pill span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.52);
}

.random-number-pill strong {
    display: block;
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #ffffff;
}

.automation-builder-grid {
    align-items: start;
}

.automation-builder-panel,
.automation-builder-preview-card,
.automation-builder-mermaid-card {
    min-height: 100%;
}

.automation-builder-textarea {
    min-height: 200px;
}

.automation-builder-field-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
}

.automation-builder-callout {
    padding: 18px 20px;
}

.automation-builder-tools-group {
    margin-top: 18px;
}

.automation-builder-loading-copy {
    margin: 16px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
}

.automation-builder-examples {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.automation-builder-results {
    margin-top: 28px;
}

.automation-builder-result-actions {
    margin-bottom: 18px;
}

.automation-builder-step-section {
    margin-top: 20px;
}

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

.automation-builder-step-card p strong {
    color: #ffffff;
}

.automation-builder-code {
    overflow-x: auto;
    margin: 0;
    padding: 22px;
    border-radius: 24px;
    background: rgba(4, 17, 31, 0.8);
    color: #dbeafe;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-word;
}

.legal-shell .password-related-card {
    margin-top: 16px;
}

.legal-shell .password-trust-strip {
    margin-bottom: 12px;
}

.password-footer-actions {
    justify-content: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.is-weak {
    background: linear-gradient(90deg, #fb7185, #f97316);
}

.is-fair {
    background: linear-gradient(90deg, #fb923c, #facc15);
}

.is-good {
    background: linear-gradient(90deg, #facc15, #84cc16);
}

.is-strong {
    background: linear-gradient(90deg, #22c55e, #14b8a6);
}

.is-very-strong {
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.compressor-heading {
    max-width: 900px;
    margin: 0 auto 24px;
    text-align: center;
}

.compressor-heading h1 {
    margin: 0 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.compressor-heading p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.compressor-supporting-copy {
    margin-top: 12px !important;
    font-size: 15px !important;
    color: rgba(186, 230, 253, 0.78) !important;
}

.compressor-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: start;
}

.compressor-panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.compressor-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.upload-dropzone {
    position: relative;
    display: grid;
    gap: 22px;
    padding: 30px;
    border: 1px dashed rgba(186, 230, 253, 0.28);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 38%),
        rgba(4, 17, 31, 0.56);
    transition: 180ms ease;
}

.upload-dropzone-active,
.upload-dropzone:hover {
    border-color: rgba(103, 232, 249, 0.48);
    background:
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.18), transparent 38%),
        rgba(4, 17, 31, 0.68);
}

.upload-dropzone-filled {
    border-style: solid;
}

.upload-dropzone-copy h2 {
    margin: 8px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
}

.upload-dropzone-copy p {
    margin: 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.64);
}

.upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-dropzone-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.upload-file-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    word-break: break-word;
}

.compressor-options-grid {
    display: grid;
    gap: 18px;
}

.compressor-presets {
    margin: 0;
    border: 0;
    padding: 0;
}

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

.preset-card {
    display: block;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: 180ms ease;
}

.preset-card:hover {
    border-color: rgba(103, 232, 249, 0.35);
}

.preset-card input {
    margin-bottom: 14px;
    accent-color: #22d3ee;
}

.preset-card span {
    display: block;
    font-weight: 700;
    color: #ffffff;
}

.preset-card small {
    display: block;
    margin-top: 8px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.58);
}

.advanced-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.advanced-toggle strong {
    color: #bae6fd;
}

.advanced-panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
}

.advanced-grid {
    display: grid;
    gap: 20px;
}

.compressor-range {
    width: 100%;
    accent-color: #22d3ee;
}

.range-value-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
}

.range-value-row strong {
    justify-self: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    color: #ffffff;
}

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

.checkbox-field {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(4, 17, 31, 0.44);
}

.checkbox-field input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #22d3ee;
}

.checkbox-field strong,
.checkbox-field small {
    display: block;
}

.checkbox-field small {
    margin-top: 6px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.58);
}

.compressor-actions {
    align-items: center;
}

.compressor-results {
    display: grid;
    gap: 18px;
}

.compressor-result-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.compressor-stat {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
}

.compressor-stat span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.compressor-stat strong {
    display: block;
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.1;
}

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

.compressor-preview-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.compressor-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.compressor-preview-head h2 {
    margin: 6px 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
}

.compressor-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    margin-top: 20px;
    padding: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(45deg, rgba(15, 23, 42, 0.08) 25%, transparent 25%, transparent 75%, rgba(15, 23, 42, 0.08) 75%),
        linear-gradient(45deg, rgba(15, 23, 42, 0.08) 25%, transparent 25%, transparent 75%, rgba(15, 23, 42, 0.08) 75%),
        #f8fafc;
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
}

.compressor-image-frame img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.compressor-preview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.compressor-preview-meta span,
.compressor-download-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
}

.compressor-empty-state {
    padding: 28px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03);
}

.compressor-empty-state h2 {
    margin: 10px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    line-height: 1.1;
}

.compressor-empty-state p {
    margin: 0;
    max-width: 700px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.64);
}

.compressor-sidebar,
.compressor-content-grid {
    display: grid;
    gap: 20px;
}

.compressor-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.faq-section {
    margin-top: 26px;
}

.chip-list a {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.chip-list a:hover {
    color: #ffffff;
    border-color: rgba(186, 230, 253, 0.22);
}

.counter-heading {
    max-width: 820px;
    margin: 0 auto 24px;
    text-align: center;
}

.counter-heading h1 {
    margin: 0 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.counter-heading p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.counter-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
}

.counter-editor {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.counter-textarea {
    min-height: 420px;
}

.counter-sidebar {
    display: grid;
    gap: 20px;
}

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

.counter-stat-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px -28px rgba(15, 23, 42, 0.28);
}

.counter-stat-card span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
}

.counter-stat-card strong {
    display: block;
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 42px;
    line-height: 1;
}

.reading-card {
    padding: 28px;
}

.reading-value {
    margin-top: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 58px;
    line-height: 1;
}

.reading-card p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
}

.info-card {
    padding: 28px;
    border-radius: 30px;
}

.info-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.9;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.chip-list span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.76);
}

.feature-card {
    padding: 24px;
    border-radius: 28px;
}

.feature-card h2 {
    margin: 14px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

.feature-card h2 a {
    color: inherit;
    text-decoration: none;
}

.feature-card h2 a:hover {
    color: #cffafe;
}

.feature-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
}

.feature-card-supporting-copy {
    margin-top: 14px !important;
    color: rgba(255, 255, 255, 0.56) !important;
}

.feature-card-actions {
    margin-top: 18px;
}

@media (max-width: 960px) {
    .welcome-header,
    .hero-grid,
    .templates-hero,
    .qr-grid,
    .invoice-grid,
    .shortener-grid,
    .compressor-grid,
    .compressor-content-grid,
    .counter-grid,
    .password-grid,
    .password-support-grid,
    .password-content-grid,
    .automation-builder-step-grid,
    .tool-guide-card-grid,
    .tool-guide-body,
    .password-controls-grid,
    .landing-section-split,
    .section-head,
    .landing-cta,
    .landing-cta-form,
    .contact-form-grid,
    .blog-detail-layout,
    .blog-comments-grid,
    .blog-comment-form-grid {
        grid-template-columns: 1fr;
    }

    .blog-sidebar-card-sticky {
        position: static;
    }

    .blog-article-content {
        padding: 24px;
    }

    .welcome-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-header-landing {
        border-radius: 34px;
    }

    .welcome-nav,
    .navbar-links,
    .landing-actions {
        flex-wrap: wrap;
        width: 100%;
        border-radius: 28px;
    }

    .navbar-left,
    .navbar-right {
        width: 100%;
    }

    .navbar-right {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dropdown-panel {
        position: static;
        width: 100%;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .hero-stats,
    .feature-grid,
    .tools-grid,
    .mini-stats,
    .preset-grid,
    .password-options-grid,
    .compressor-result-stats,
    .compressor-preview-grid,
    .ip-result-grid,
    .counter-stats,
    .hero-metrics,
    .blog-grid,
    .templates-category-strip,
    .templates-grid,
    .footer-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .password-trust-strip {
        justify-content: flex-start;
    }

    .password-grid {
        gap: 18px;
    }

    .templates-hero-copy,
    .templates-hero-panel,
    .template-category-card,
    .templates-seo-copy {
        padding: 24px;
    }

    .templates-hero-surface {
        min-height: 280px;
    }

    .qr-scanner-modal {
        padding: 12px;
    }

    .qr-scanner-modal-dialog {
        padding: 18px;
        border-radius: 24px;
    }
}

@media (max-width: 640px) {
    .welcome-shell {
        width: min(100% - 24px, 1180px);
        padding-top: 18px;
    }

    .hero-copy h1 {
        font-size: 42px;
    }

    .templates-hero-copy h1 {
        font-size: 38px;
    }

    .templates-hero-stats article,
    .templates-mini-card,
    .template-card,
    .template-category-card {
        padding: 18px;
    }

    .templates-seo-copy h2 {
        font-size: 24px;
    }

    .compressor-heading h1,
    .shortener-heading h1,
    .counter-heading h1,
    .password-heading h1 {
        font-size: 40px;
    }

    .hero-copy p {
        font-size: 16px;
    }

    .compressor-panel,
    .qr-panel,
    .invoice-panel,
    .shortener-panel,
    .password-panel,
    .counter-editor {
        padding: 26px;
    }

    .upload-dropzone {
        padding: 24px;
    }

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

    .range-stack,
    .password-result-row {
        grid-template-columns: 1fr;
    }

    .password-result-row {
        display: grid;
    }

    .password-heading {
        text-align: left;
    }

    .password-heading p {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
    }

    .password-controls-grid {
        gap: 16px;
    }

    .password-option-group {
        padding: 20px;
    }

    .password-preview-card,
    .password-related-card {
        padding: 26px;
    }

    .password-config-panel {
        margin-top: 12px;
    }

    .password-primary-result strong {
        font-size: 22px;
    }

    .password-result-row strong {
        font-size: 16px;
    }

    .password-preset-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .password-preset-chip,
    .password-trust-strip span {
        width: 100%;
        text-align: center;
    }

    .automation-builder-examples {
        grid-template-columns: 1fr;
    }

    .password-actions {
        gap: 12px;
    }

    .button,
    .welcome-nav a,
    .navbar-link {
        width: 100%;
    }

    .hero-actions,
    .landing-actions-cta,
    .navbar-right {
        flex-direction: column;
    }

    .navbar-social {
        width: 100%;
        justify-content: flex-start;
    }

    .brand-logo img {
        max-width: 180px;
    }
}
