/* Pricing, sign-up and contact pages. Tokens, buttons and forms come from /launch/site.css. */
h1{margin:0}
h2{font-size:clamp(24px,2.6vw,32px);margin:0 0 16px}
p{margin:0 0 14px}
.ticks{list-style:none;padding:0;margin:18px 0 22px;display:grid;gap:10px}
.ticks li{display:flex;gap:10px;align-items:flex-start;font-size:17px}
.ticks li::before{content:"";flex:none;width:20px;height:20px;margin-top:3px;border-radius:50%;background:var(--sage) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23173d30' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat}

/* pricing */
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.plan{display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper)}
.plan.featured{border:2px solid var(--forest)}
.plan h2{font-size:22px;margin:0}
.price{font-size:44px;font-weight:800;color:var(--forest);letter-spacing:-.02em;margin:12px 0 4px!important;line-height:1.1}
.price span{font-size:18px;font-weight:600;color:var(--muted)}
.who{font-weight:700;font-size:17px}
.plan .muted{flex:1;font-size:16px}
.plan .btn{margin-top:14px}
.included{margin-top:32px}
.included .ticks{grid-template-columns:1fr 1fr;margin-bottom:0}
.faq-block{max-width:820px}
.faq-block details{border-bottom:1px solid var(--line)}
.faq-block details:first-of-type{border-top:1px solid var(--line)}
.faq-block summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:60px;padding:12px 0;font-size:18px;font-weight:700;cursor:pointer}
.faq-block summary::-webkit-details-marker{display:none}
.faq-block summary::after{content:"+";font-size:24px;font-weight:400;color:var(--forest)}
.faq-block details[open] summary::after{content:"–"}
.faq-block details p{color:var(--muted);font-size:17px;padding-bottom:12px}

/* sign-up and contact */
.form-page{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;padding-block:64px 96px}
.form-intro-col h1{font-size:clamp(36px,4.4vw,54px);max-width:16ch}
.form-intro-col .sub{font-size:20px;line-height:1.55;color:var(--muted);margin:20px 0 8px;max-width:40ch}
.form-card{padding:32px}
.form-card h2{font-size:24px;margin-bottom:6px}
.form-card .form-intro{font-size:16px;margin-bottom:22px}
.form-card .btn{width:100%}
.more-details{border:1px solid var(--line);border-radius:var(--radius);padding:12px 16px;background:var(--cream)}
.more-details summary{cursor:pointer;font-weight:600}
.more-details .form{margin-top:14px}
.lead-success{display:grid;gap:10px}
.closing-cta{margin-top:36px}
.lead-success:focus{outline:none}

@media(max-width:900px){.plans{grid-template-columns:1fr}.included .ticks{grid-template-columns:1fr}.form-page{grid-template-columns:1fr;gap:32px;padding-block:40px 64px}}
