@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..600&family=Inter+Tight:wght@400;500;600;700&display=swap");

:root {
    --suite-bg: #030408;
    --suite-text: #f3f5f9;
    --suite-green: #20e27f;
    --suite-muted: #a1a5ab;
    --suite-border: rgba(255, 255, 255, 0.11);
    --suite-panel: rgba(255, 255, 255, 0.04);
    --suite-display: "Fraunces", "Times New Roman", serif;
    --suite-sans: "Inter Tight", "Inter", system-ui, sans-serif;
}

html {
    background: var(--suite-bg);
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 189, 108, 0.12), transparent 30%),
        var(--suite-bg) !important;
    color: var(--suite-text) !important;
    font-family: var(--suite-sans) !important;
}

::selection {
    background: rgba(32, 226, 127, 0.32);
    color: #fff;
}

.text-ldgreen { color: var(--suite-green) !important; }
.bg-ldgreen { background-color: var(--suite-green) !important; }
.border-ldgreen { border-color: var(--suite-green) !important; }
.border-ldborder { border-color: var(--suite-border) !important; }
.bg-ldpanel { background: var(--suite-panel) !important; }

body > header {
    border-color: rgba(255, 255, 255, 0.09) !important;
    background: rgba(3, 4, 8, 0.84) !important;
    box-shadow: none !important;
    backdrop-filter: blur(20px) saturate(140%);
}

body > header > div {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: none !important;
    height: 68px !important;
    padding-inline: 0 !important;
}

body > header a.group > span:first-child {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(32, 226, 127, 0.34);
    border-radius: 14px;
    color: var(--suite-green) !important;
    background: rgba(32, 226, 127, 0.08);
    font-size: 0.9rem !important;
    text-shadow: none !important;
}

body > header a.group h1 {
    color: var(--suite-text) !important;
    font-family: var(--suite-display) !important;
    font-size: 1.4rem !important;
    font-weight: 400;
}

body > header nav {
    gap: 26px !important;
    color: rgba(243, 245, 249, 0.72) !important;
}

body > header nav a:hover,
body > header nav a:focus-visible {
    color: var(--suite-green) !important;
}

.loop-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.loop-brand-mark {
    width: 38px;
    height: 24px;
    color: var(--suite-green);
    filter: drop-shadow(0 0 8px rgba(32, 226, 127, 0.35));
}

.loop-brand-name {
    color: var(--suite-text);
    font-family: var(--suite-display);
    font-size: 1.4rem;
    letter-spacing: -0.03em;
}

.loop-brand-name > span {
    color: var(--suite-green);
    font-style: italic;
}

#signupBtn,
.suite-primary,
.pricing-card a.bg-ldgreen {
    border-radius: 999px !important;
    color: #031008 !important;
    background: var(--suite-green) !important;
    box-shadow: none !important;
}

main {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: none !important;
}

.tags-hero {
    width: min(calc(100% - 40px), 1180px);
    margin: 0 auto;
    padding: 72px 0 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: end;
    gap: 48px;
}

.suite-eyebrow {
    margin: 0 0 16px;
    color: var(--suite-green);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tags-product-identity {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tags-title-animation {
    display: block;
    width: min(100%, 430px);
    height: auto;
    border: 0;
    background: transparent;
    object-fit: contain;
}

.tags-hero-toolbar {
    margin-bottom: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.tags-hero-toolbar .tags-product-identity {
    margin-bottom: 0;
}

.tool-documentation-link {
    min-height: 42px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(32, 226, 127, 0.32);
    border-radius: 999px;
    color: #d7fbe7 !important;
    background: rgba(32, 226, 127, 0.07);
    font-size: 0.76rem;
    font-weight: 800;
}

.tool-documentation-link > span {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #031008;
    background: var(--suite-green);
}

.tool-documentation-link.hidden { display: none; }

.tags-product-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(32, 226, 127, 0.38);
    border-radius: 18px;
    color: var(--suite-green);
    background: rgba(32, 226, 127, 0.085);
    font-size: 1rem;
    font-weight: 800;
}

.tags-product-identity > div {
    display: grid;
    gap: 3px;
}

.tags-product-identity > div > span {
    color: var(--suite-green);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tags-product-identity strong {
    width: fit-content;
    padding: 0.08em 0.24em 0.13em;
    border: 1px solid rgba(150, 255, 199, 0.82);
    border-radius: 0.18em;
    color: #020805;
    background: var(--suite-green);
    box-shadow: 0 0 10px rgba(32, 226, 127, 0.72), 0 0 34px rgba(32, 226, 127, 0.38), inset 0 1px rgba(255, 255, 255, 0.55);
    font-family: var(--suite-display);
    font-size: clamp(2.25rem, 4.4vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 0.94;
}

.tags-hero h1 > span,
.tags-hero h1 > em {
    display: block;
}

.tags-hero h1,
.pricing-hero h1,
.docs-hero h1 {
    margin: 0;
    color: var(--suite-text);
    font-family: var(--suite-display);
    font-size: clamp(3rem, 7vw, 6rem) !important;
    font-weight: 400 !important;
    line-height: 0.96;
    letter-spacing: -0.055em !important;
}

.tags-hero h1 em,
.pricing-hero h1 em,
.docs-hero h1 em {
    color: var(--suite-green);
    font-weight: 400;
}

.tags-hero-copy > p:last-child,
.pricing-hero > p:last-child,
.docs-hero > p:last-child {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--suite-muted) !important;
    font-size: 1.05rem;
    line-height: 1.7;
}

.tags-hero-note {
    padding: 22px;
    border: 1px solid rgba(32, 226, 127, 0.25);
    border-radius: 18px;
    background: rgba(32, 226, 127, 0.055);
}

.tags-hero-note span {
    color: var(--suite-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tags-hero-note p {
    margin: 10px 0 0;
    color: #afb4bb;
    font-size: 0.84rem;
    line-height: 1.55;
}

.tags-index main {
    padding-top: 0 !important;
    padding-bottom: 120px !important;
}

.tool-panel,
.platform-tabs,
.preview-stage,
.learn-more-sections > div > div:last-child,
.pricing-card,
.tags-docs main section.bg-ldpanel,
.suite-modal {
    border: 1px solid var(--suite-border) !important;
    border-radius: 24px !important;
    background: var(--suite-panel) !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.2) !important;
}

.tool-panel,
.learn-more-sections > div > div:last-child,
.pricing-card,
.tags-docs main section.bg-ldpanel {
    padding: clamp(24px, 3vw, 34px) !important;
}

.tool-panel h2,
.learn-more-sections h2,
.pricing-card h3,
.pricing-faq h2,
.tags-docs main h2,
.tags-docs main h3 {
    font-family: var(--suite-display) !important;
    font-weight: 400 !important;
}

.tool-panel h2 {
    font-size: 1.5rem !important;
}

.tool-panel input,
.tool-panel textarea,
.suite-modal input {
    border-color: rgba(255, 255, 255, 0.13) !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.24) !important;
}

.tool-panel input:focus,
.tool-panel textarea:focus,
.suite-modal input:focus {
    border-color: var(--suite-green) !important;
    box-shadow: 0 0 0 1px var(--suite-green) !important;
}

.platform-tabs {
    padding: 7px !important;
    border-radius: 18px !important;
}

.platform-tabs .tab-btn {
    border-radius: 12px !important;
}

.platform-tabs .tab-btn.active {
    border-color: rgba(32, 226, 127, 0.34) !important;
    color: var(--suite-green) !important;
    background: rgba(32, 226, 127, 0.08) !important;
}

.preview-stage {
    min-height: 560px !important;
    background:
        radial-gradient(circle at 50% 36%, rgba(32, 226, 127, 0.08), transparent 40%),
        rgba(0, 0, 0, 0.18) !important;
}

#copyBtn,
.tags-docs main section a[class*="px-4"] {
    border-color: rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    color: var(--suite-green) !important;
    background: rgba(255, 255, 255, 0.055) !important;
}

#adBanner,
.ad-slot {
    border-color: rgba(255, 255, 255, 0.09) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.025) !important;
}

.learn-more-sections {
    padding-top: 44px !important;
    border-color: var(--suite-border) !important;
}

.learn-more-sections h2 {
    font-size: clamp(2rem, 4vw, 3.1rem) !important;
    line-height: 1.05;
}

.pricing-hero,
.docs-hero {
    max-width: 850px !important;
    margin: 0 auto;
    text-align: center;
}

.pricing-hero h1,
.docs-hero h1 {
    font-size: clamp(3rem, 6vw, 5.2rem) !important;
}

.tags-pricing main,
.tags-docs main {
    padding-top: 72px !important;
    padding-bottom: 120px !important;
}

.pricing-card {
    position: relative;
}

.pricing-card.featured {
    border-color: rgba(32, 226, 127, 0.58) !important;
    background: linear-gradient(145deg, rgba(32, 226, 127, 0.09), rgba(255, 255, 255, 0.035)) !important;
}

.pricing-card button,
.pricing-card > a {
    border-radius: 999px !important;
}

.pricing-faq {
    padding: 36px !important;
    border: 1px solid var(--suite-border) !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.025);
}

.docs-hero {
    margin-bottom: 14px !important;
}

.tags-docs main > h2 {
    margin-top: 18px;
    font-size: clamp(2rem, 4vw, 3rem) !important;
}

.tags-docs .prose code {
    border-color: rgba(32, 226, 127, 0.22) !important;
    border-radius: 6px !important;
    color: var(--suite-green) !important;
    background: rgba(32, 226, 127, 0.06) !important;
}

.suite-modal {
    border-color: rgba(32, 226, 127, 0.25) !important;
}

.tags-tool-banners {
    margin-top: 72px;
}

.tags-tool-banners h2 {
    margin: 0 0 24px;
    color: #f3f5f9;
    font-family: var(--suite-display) !important;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 400;
    letter-spacing: -0.035em;
}

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

.tags-tool-banner-grid a {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: #030408;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.25);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.tags-tool-banner-grid a:hover,
.tags-tool-banner-grid a:focus-visible {
    border-color: rgba(32, 226, 127, 0.72);
    box-shadow: 0 22px 70px rgba(0, 189, 108, 0.14);
    transform: translateY(-4px);
}

.tags-tool-banner-grid img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .tags-hero {
        grid-template-columns: 1fr;
    }

    .tags-hero-note {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .tags-tool-banner-grid {
        grid-template-columns: 1fr;
    }

    .tags-tool-banner-grid a {
        border-radius: 14px;
    }

    body > header > div,
    main,
    .tags-hero {
        width: min(calc(100% - 24px), 1180px) !important;
    }

    .tags-hero {
        padding-top: 54px;
    }

    .tags-hero-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .tags-hero h1,
    .pricing-hero h1,
    .docs-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4.2rem) !important;
    }

    .preview-stage {
        min-height: 410px !important;
        padding: 20px !important;
    }

    .pricing-faq {
        padding: 24px !important;
    }

    .tags-docs main section > div.flex.items-center.justify-between {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 14px;
    }
}
