﻿/*
 * SaaS Signal Light - Free SaaS website template
 * Source: https://templates.inuno.app
 * Copyright (c) 2026 templates.inuno.app
 *
 * Free license note:
 * This free template may be used privately and commercially,
 * but the attribution/backlink to https://templates.inuno.app must remain.
 */

:root {
    --bg: #f8fafc;
    --ink: #0f172a;
    --muted: #64748b;
    --line: rgba(15, 23, 42, 0.12);
    --panel: rgba(255, 255, 255, 0.9);
    --panel-strong: #ffffff;
    --cyan: #dbeafe;
    --blue: #334155;
    --lime: #f1f5f9;
    --orange: #475569;
    --shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    --radius: 8px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); }
body {
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 86% 8%, rgba(226, 232, 240, 0.72), transparent 23rem),
        radial-gradient(circle at 12% 20%, rgba(219, 234, 254, 0.58), transparent 26rem),
        var(--bg);
    background-size: 76px 76px, 76px 76px, auto, auto, auto;
    font-family: var(--font);
    letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.topbar,
.brand,
.topbar nav,
.hero-actions,
.site-footer,
.site-footer nav,
.social-links {
    display: flex;
    align-items: center;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    justify-content: space-between;
    gap: 18px;
    width: min(1380px, calc(100% - 44px));
    min-height: 82px;
    margin: 0 auto;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(248, 250, 252, 0.92);
    backdrop-filter: blur(16px);
}

.brand {
    gap: 12px;
    font-weight: 950;
}

.brand span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 8px;
    background: var(--ink);
    color: var(--lime);
    font-size: 13px;
    font-weight: 950;
}

.topbar nav {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.topbar nav a,
.top-cta,
.hero-actions a,
.pricing-grid a,
.contact-form button {
    display: inline-grid;
    min-height: 42px;
    place-items: center;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.topbar nav a:hover,
.topbar nav a:focus-visible,
.topbar nav a.is-active,
.hero-actions a:hover,
.hero-actions a:focus-visible,
.pricing-grid a:hover,
.pricing-grid a:focus-visible {
    border-color: transparent;
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.15);
}

.top-cta,
.hero-actions a:first-child,
.contact-form button {
    border-color: transparent;
    background: linear-gradient(135deg, #334155, #0f172a);
    color: #fff;
}

.top-cta:hover,
.top-cta:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible {
    background: linear-gradient(135deg, var(--ink), var(--blue));
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(39, 94, 254, 0.22);
}

a:active,
button:active {
    transform: translateY(0) scale(0.98);
}

.page {
    width: min(1380px, calc(100% - 44px));
    margin: 24px auto 0;
}

.page.narrow {
    max-width: 1160px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.7fr);
    gap: 12px;
}

.signal-panel,
.product-card,
.mini-stat,
.feature-band,
.feature-grid a,
.proof-grid > *,
.split-page,
.pricing-grid article,
.contact-copy,
.contact-form {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.signal-panel {
    min-height: 560px;
    display: grid;
    align-content: end;
    padding: clamp(24px, 4vw, 48px);
    background:
        radial-gradient(circle at 78% 10%, rgba(226, 232, 240, 0.56), transparent 18rem),
        radial-gradient(circle at 8% 88%, rgba(219, 234, 254, 0.5), transparent 20rem),
        var(--panel-strong);
}

.eyebrow,
.section-heading span,
.mini-stat span,
.pricing-grid span,
.list-grid span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.signal-panel h1,
.split-page h1,
.pricing-head h1,
.contact-copy h1 {
    max-width: 880px;
    margin-bottom: 18px;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.96;
}

.signal-panel p,
.split-page p,
.contact-copy p,
.feature-grid p,
.pricing-grid p,
details p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.58;
}

.hero-actions {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.product-card {
    min-height: 560px;
}

.product-card img {
    height: 100%;
}

.pulse-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    backdrop-filter: blur(12px);
}

.pulse-card strong {
    display: block;
    font-size: 48px;
    line-height: 1;
}

.pulse-card span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
}

.mini-stat {
    min-height: 164px;
    display: grid;
    align-content: end;
    padding: 18px;
    background:
        radial-gradient(circle at var(--mx, 20%) var(--my, 20%), rgba(255, 255, 255, 0.36), transparent 10rem),
        linear-gradient(135deg, #334155, #64748b);
    color: #fff;
}

.mini-stat.cyan { background-image: linear-gradient(135deg, #475569, #94a3b8); }
.mini-stat.lime { background-image: linear-gradient(135deg, #e2e8f0, #cbd5e1); color: var(--ink); }

.mini-stat span {
    color: currentColor;
    opacity: 0.72;
}

.mini-stat strong {
    margin: 10px 0 4px;
    font-size: 48px;
    line-height: 1;
}

.mini-stat em {
    font-style: normal;
    font-weight: 850;
}

.feature-band,
.proof-grid,
.pricing-head {
    margin-top: 12px;
}

.feature-band {
    padding: clamp(20px, 3vw, 34px);
}

.section-heading h2 {
    max-width: 780px;
    margin: 6px 0 20px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.02;
}

.feature-grid,
.pricing-grid,
.list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.feature-grid a,
.pricing-grid article,
.list-grid article {
    padding: 18px;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.feature-grid a:hover,
.feature-grid a:focus-visible,
.pricing-grid article:hover {
    border-color: color-mix(in srgb, var(--blue) 56%, transparent);
    background:
        radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(0, 184, 255, 0.18), transparent 12rem),
        var(--panel-strong);
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(39, 94, 254, 0.16);
}

.feature-grid strong {
    display: block;
    margin: 14px 0 8px;
    font-size: 24px;
}

.proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 0.72fr 0.72fr;
    gap: 12px;
}

.proof-grid img {
    min-height: 360px;
}

.quote-card,
.integrations-card {
    display: grid;
    align-content: end;
    padding: 24px;
}

.quote-card p {
    font-size: 28px;
    line-height: 1.15;
}

.integrations-card div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.integrations-card b {
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
}

.split-page,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.split-page {
    padding: clamp(18px, 3vw, 28px);
}

.split-page img,
.contact-copy img {
    min-height: 520px;
    border-radius: 8px;
}

.list-grid {
    margin-top: 24px;
}

.list-grid article,
details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    padding: 16px;
}

.pricing-head {
    padding: clamp(20px, 4vw, 36px);
}

.pricing-grid {
    margin-top: 12px;
}

.pricing-grid article {
    display: grid;
    gap: 14px;
    min-height: 360px;
    align-content: end;
}

.pricing-grid article.is-featured {
    background: linear-gradient(135deg, var(--ink), var(--blue));
    color: #fff;
}

.pricing-grid article.is-featured p,
.pricing-grid article.is-featured span {
    color: rgba(255, 255, 255, 0.78);
}

.pricing-grid strong {
    font-size: 54px;
    line-height: 1;
}

.pricing-grid a {
    width: fit-content;
}

.contact-grid {
    align-items: stretch;
}

.contact-copy,
.contact-form {
    padding: clamp(20px, 3vw, 34px);
}

.contact-copy img {
    margin-top: 24px;
    max-height: 320px;
}

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

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: 3px solid rgba(0, 184, 255, 0.22);
    border-color: var(--cyan);
}

details + details {
    margin-top: 10px;
}

summary {
    cursor: pointer;
    font-weight: 950;
    transition: color 160ms ease;
}

summary:hover,
summary:focus-visible {
    color: var(--blue);
}

.legal-lines {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.site-footer {
    justify-content: space-between;
    gap: 18px;
    width: min(1380px, calc(100% - 44px));
    min-height: 86px;
    margin: 28px auto 0;
    padding: 18px 0 24px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
    flex-wrap: wrap;
}

.site-footer p {
    margin: 0;
}

.site-footer strong {
    color: var(--ink);
}

.site-footer nav {
    gap: 16px;
    font-weight: 900;
}

.site-footer nav a,
.site-footer p a {
    position: relative;
    transition: color 160ms ease;
}

.site-footer nav a:after,
.site-footer p a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.site-footer p a:hover,
.site-footer p a:focus-visible {
    color: var(--blue);
}

.site-footer nav a:hover:after,
.site-footer nav a:focus-visible:after,
.site-footer p a:hover:after,
.site-footer p a:focus-visible:after {
    transform: scaleX(1);
}

.social-links {
    gap: 9px;
}

.social-links a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel-strong);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
    border-color: transparent;
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

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

@media (max-width: 1040px) {
    .hero-grid,
    .proof-grid,
    .split-page,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .pricing-grid,
    .list-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    .topbar nav {
        justify-content: flex-start;
    }

    .page,
    .topbar,
    .site-footer {
        width: min(100% - 24px, 1380px);
    }

    .signal-panel h1,
    .split-page h1,
    .pricing-head h1,
    .contact-copy h1 {
        font-size: clamp(36px, 12vw, 58px);
    }

    .signal-panel,
    .product-card,
    .split-page img,
    .contact-copy img {
        min-height: 340px;
    }

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