new pricing
This commit is contained in:
@@ -4536,6 +4536,30 @@ p:last-child { margin-bottom: 0; }
|
||||
.cta-banner h2 { color: #fff; margin-bottom: 1rem; }
|
||||
.cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 2rem; font-size: 1.1rem; }
|
||||
|
||||
/* ── CTA Inline ─────────────────────────────────────────────────────────── */
|
||||
.cta-inline {
|
||||
padding-block: 3rem;
|
||||
border-top: 1px solid var(--color-border);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
.cta-inline__inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
.cta-inline__heading {
|
||||
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
|
||||
color: var(--color-heading);
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
.cta-inline__text {
|
||||
color: var(--color-text-muted);
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.devices-split-card {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user