@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&display=swap");

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.saas {
    min-height: 100dvh;
    font-family: Outfit, "Segoe UI", sans-serif;
    color: #12202e;
    background: #eef3f8;
    -webkit-font-smoothing: antialiased;
}
.saas a { color: inherit; }
.saas .wrap { width: min(1080px, calc(100% - 32px)); margin-inline: auto; }
.saas .top {
    position: sticky; top: 0; z-index: 30;
    background: #fff;
    border-bottom: 1px solid #d7e0ea;
    padding: 12px 0;
    padding-top: max(12px, env(safe-area-inset-top, 0px));
}
.saas .top-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.saas .brand {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; font-weight: 800; font-size: 15px; color: #12202e;
}
.saas .mark {
    width: 36px; height: 36px; border-radius: 10px; background: #1a4fd8; color: #fff;
    display: grid; place-items: center; font-size: 12px; font-weight: 800; flex-shrink: 0;
}
.saas .nav { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; color: #66788a; flex-wrap: wrap; justify-content: flex-end; }
.saas .nav a { text-decoration: none; }
.saas .nav a:hover, .saas .nav a.on { color: #1a4fd8; }
.saas .nav .hide { display: none; }
.saas .go {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 44px; padding: 0 16px; border-radius: 12px;
    background: #1a4fd8; color: #fff !important; font-weight: 700; font-size: 14px; text-decoration: none;
    border: 0; font-family: inherit; cursor: pointer;
}
.saas .go.ghost { background: #fff; color: #1a4fd8 !important; border: 1.5px solid #d7e0ea; }
.saas .hero { padding: 40px 0 20px; }
.saas .hero-grid { display: grid; gap: 32px; align-items: center; }
.saas .kicker {
    font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
    color: #1a4fd8; margin-bottom: 10px;
}
.saas h1 {
    font-size: clamp(28px, 6vw, 46px); font-weight: 800; letter-spacing: -0.045em;
    line-height: 1.1; max-width: 15ch;
}
.saas .lede { margin-top: 12px; font-size: 17px; line-height: 1.55; color: #475569; max-width: 38em; }
.saas .cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.saas .cta .go { min-width: 148px; }
.saas .fine { margin-top: 12px; font-size: 13px; color: #66788a; line-height: 1.45; }
.saas .phone {
    width: min(280px, 100%); margin: 0 auto;
    background: #0b1f33; border-radius: 36px; padding: 12px 10px 16px;
    box-shadow: 0 24px 48px rgba(16, 32, 51, 0.18);
}
.saas .notch { width: 108px; height: 16px; background: #0b1f33; border-radius: 0 0 12px 12px; margin: 0 auto 8px; }
.saas .screen { background: #eef3f8; border-radius: 26px; overflow: hidden; }
.saas .ph-bar { background: #1a4fd8; color: #fff; padding: 14px 16px; }
.saas .ph-bar b { display: block; font-size: 11px; opacity: 0.85; }
.saas .ph-bar span { font-weight: 800; font-size: 15px; }
.saas .ph-body { padding: 12px; display: grid; gap: 8px; }
.saas .ph-row {
    background: #fff; border: 1px solid #d7e0ea; border-radius: 12px;
    padding: 11px 12px; display: flex; justify-content: space-between; gap: 8px;
    font-size: 13px; font-weight: 700;
}
.saas .ok { color: #047857; }
.saas .muted { color: #66788a; font-weight: 600; }
.saas .trust {
    display: grid; grid-template-columns: 1fr; gap: 10px;
    margin: 8px auto 0; padding-bottom: 12px;
}
.saas .trust div {
    background: #fff; border: 1px solid #d7e0ea; border-radius: 14px; padding: 12px 14px;
    font-size: 13px; font-weight: 600; color: #166534; text-align: center;
}
.saas .trust b { display: block; color: #1a4fd8; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 2px; }
.saas section { padding: 48px 0; }
.saas section.alt { background: #fff; }
.saas h2 { font-size: clamp(22px, 4vw, 32px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 8px; }
.saas .sub { color: #475569; font-size: 15px; line-height: 1.5; margin-bottom: 22px; max-width: 42em; }
.saas .pills { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.saas .pill { background: #fff; border: 1px solid #d7e0ea; border-radius: 16px; padding: 14px; }
.saas section.alt .pill { background: #eef3f8; }
.saas .pill b { display: block; font-size: 15px; margin-bottom: 4px; }
.saas .pill span { display: block; font-size: 13px; color: #66788a; line-height: 1.4; font-weight: 500; }
.saas .vs { display: grid; gap: 12px; }
.saas .card { background: #fff; border: 1px solid #d7e0ea; border-radius: 18px; padding: 18px 16px; }
.saas .card h3 { font-size: 16px; margin-bottom: 10px; }
.saas .card.bad h3 { color: #9a3412; }
.saas .card.good { border-color: #1a4fd8; box-shadow: 0 10px 28px rgba(26, 79, 216, 0.08); }
.saas .card.good h3 { color: #1a4fd8; }
.saas .card ul { list-style: none; display: grid; gap: 8px; }
.saas .card li { font-size: 14px; color: #166534; font-weight: 500; padding-left: 16px; position: relative; line-height: 1.4; }
.saas .card.bad li::before { content: "–"; position: absolute; left: 0; color: #94a3b8; font-weight: 800; }
.saas .card.good li::before { content: "+"; position: absolute; left: 0; color: #1a4fd8; font-weight: 800; }
.saas .steps { display: grid; gap: 12px; }
.saas .step { background: #fff; border: 1px solid #d7e0ea; border-radius: 16px; padding: 16px; }
.saas .n {
    width: 28px; height: 28px; border-radius: 8px; background: #ecfdf5; color: #1a4fd8;
    display: grid; place-items: center; font-weight: 800; font-size: 13px; margin-bottom: 8px;
}
.saas .step h3 { font-size: 16px; margin-bottom: 4px; }
.saas .step p { font-size: 14px; color: #475569; line-height: 1.45; }
.saas .trial {
    border: 2px dashed #1a4fd8; border-radius: 18px; padding: 16px 18px; margin-bottom: 16px;
    display: flex; flex-direction: column; gap: 10px; background: #fff;
}
.saas .trial h3 { font-size: 18px; font-weight: 800; }
.saas .trial p { font-size: 14px; color: #475569; line-height: 1.45; }
.saas .grid { display: grid; gap: 16px; }
.saas .plan {
    background: #fff; border: 1.5px solid #d7e0ea; border-radius: 20px; padding: 20px 16px 16px;
    display: flex; flex-direction: column; position: relative;
}
.saas .plan.pick { border: 2px solid #1a4fd8; box-shadow: 0 14px 36px rgba(26, 79, 216, 0.12); padding-top: 28px; }
.saas .badge {
    position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
    background: #1a4fd8; color: #fff; font-size: 10px; font-weight: 800;
    letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
    white-space: nowrap;
}
.saas .plan h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 6px; }
.saas .blurb { font-size: 14px; color: #475569; line-height: 1.45; margin-bottom: 12px; }
.saas .price { font-size: 32px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; }
.saas .price small { display: block; font-size: 13px; font-weight: 600; color: #66788a; margin: 4px 0 12px; }
.saas .human { background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 14px; padding: 12px 14px; margin-bottom: 14px; }
.saas .human.dim { background: #f8fafc; border-color: #e2e8f0; }
.saas .human strong { display: block; font-size: 14px; color: #1a4fd8; margin-bottom: 4px; }
.saas .human.dim strong { color: #475569; }
.saas .human span { font-size: 13px; color: #166534; line-height: 1.45; font-weight: 500; }
.saas .plan .go { width: 100%; margin-top: auto; }
.saas .plan.quiet .go { background: #fff; color: #1a4fd8 !important; border: 2px solid #1a4fd8; }
.saas .compare-wrap {
    margin-top: 24px; overflow-x: auto; border: 1px solid #d7e0ea; border-radius: 16px; background: #fff;
}
.saas table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 420px; }
.saas th, .saas td { text-align: left; padding: 11px 12px; border-bottom: 1px solid #e8eef6; vertical-align: top; }
.saas th { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: #66788a; background: #f7fafc; }
.saas th:nth-child(3) { color: #1a4fd8; }
.saas td:nth-child(2), .saas td:nth-child(3) { font-weight: 700; }
.saas tr:last-child td { border-bottom: 0; }
.saas .yes { color: #047857; }
.saas .no { color: #94a3b8; font-weight: 600; }
.saas .note { text-align: center; margin-top: 18px; font-size: 12px; color: #66788a; line-height: 1.5; }
.saas .faq { display: grid; gap: 8px; }
.saas details {
    background: #fff; border: 1px solid #d7e0ea; border-radius: 14px; padding: 4px 16px;
}
.saas summary {
    cursor: pointer; font-weight: 700; font-size: 15px; padding: 14px 0; list-style: none;
}
.saas summary::-webkit-details-marker { display: none; }
.saas details p { font-size: 14px; color: #475569; line-height: 1.55; padding-bottom: 14px; }
.saas .posts { display: grid; gap: 12px; }
.saas .post-card {
    display: block; text-decoration: none; background: #fff; border: 1px solid #d7e0ea;
    border-radius: 16px; padding: 16px 18px;
}
.saas .post-card:hover { border-color: #1a4fd8; }
.saas .post-card time { font-size: 12px; font-weight: 700; color: #1a4fd8; }
.saas .post-card h3 { font-size: 18px; margin: 6px 0 6px; letter-spacing: -0.02em; }
.saas .post-card p { font-size: 14px; color: #475569; line-height: 1.45; }
.saas .end { padding: 48px 0 56px; text-align: center; }
.saas .end h2 { max-width: 16ch; margin: 0 auto 8px; }
.saas .end .lede { margin-inline: auto; }
.saas .end .cta { justify-content: center; }
.saas footer {
    border-top: 1px solid #d7e0ea; padding: 22px 0 calc(22px + env(safe-area-inset-bottom, 0px));
    font-size: 13px; color: #66788a; background: #fff;
}
.saas footer .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.saas footer a { text-decoration: none; font-weight: 600; }
.saas .prose { max-width: 680px; margin: 0 auto; padding: 36px 0 64px; }
.saas .prose .crumb { font-size: 13px; font-weight: 600; color: #66788a; margin-bottom: 16px; }
.saas .prose .crumb a { color: #1a4fd8; text-decoration: none; }
.saas .prose h1 { max-width: none; font-size: clamp(26px, 5vw, 38px); margin-bottom: 8px; }
.saas .prose .meta { font-size: 13px; color: #66788a; font-weight: 600; margin-bottom: 22px; }
.saas .article h2 { font-size: 22px; margin: 28px 0 8px; }
.saas .article h3 { font-size: 17px; margin: 20px 0 6px; }
.saas .article p { font-size: 16px; line-height: 1.65; color: #166534; margin-bottom: 12px; }
.saas .article ul { margin: 0 0 14px 18px; color: #166534; }
.saas .article li { margin: 6px 0; line-height: 1.5; font-size: 16px; }
.saas .article a { color: #1a4fd8; font-weight: 600; }
.saas .studio label { display: block; font-size: 13px; font-weight: 700; margin: 12px 0 6px; }
.saas .studio input, .saas .studio textarea {
    width: 100%; border: 1.5px solid #d7e0ea; border-radius: 12px; padding: 12px 14px;
    font: inherit; background: #fff;
}
.saas .studio textarea { min-height: 280px; font-family: ui-monospace, Consolas, monospace; font-size: 14px; }
.saas .err { background: #fdecec; color: #9b1c1c; padding: 10px 12px; border-radius: 12px; font-weight: 600; margin-bottom: 12px; }
.saas .okbox { background: #ecfdf5; color: #047857; padding: 10px 12px; border-radius: 12px; font-weight: 600; margin-bottom: 12px; }
@media (min-width: 640px) {
    .saas .nav .hide { display: inline; }
    .saas .pills { grid-template-columns: repeat(4, 1fr); }
    .saas .vs { grid-template-columns: 1fr 1fr; }
    .saas .steps { grid-template-columns: repeat(3, 1fr); }
    .saas .trial { flex-direction: row; align-items: center; justify-content: space-between; }
    .saas .trial .go { width: auto; min-width: 180px; }
    .saas .grid, .saas .posts { grid-template-columns: 1fr 1fr; }
    .saas .trust { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
    .saas .hero-grid { grid-template-columns: 1.15fr 0.85fr; }
    .saas .posts { grid-template-columns: repeat(3, 1fr); }
}
