Promote why-ours strip to top; add pricing CTA section at bottom
- Add prominent navy why-ours banner strip between hero and tools grid: eyebrow, large title, sub-text, 3 checkmark bullet points, gold CTA button - Add pricing CTA strip after trust section: eyebrow, title, sub-text, 4 tier pill tags (€0/€9/€29/€79), navy CTA button to pricing.php - Remove the small pill links from the bottom of the trust section - All new sections fully translated in no/en/uk/pl (11 new i18n keys) - Add .lt-why-strip and .lt-pricing-strip CSS in tools.css Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5689,6 +5689,154 @@ body.lt-landing {
|
||||
}
|
||||
.lt-nav__secondary-link:hover { color: #fff; }
|
||||
|
||||
/* ── Why-ours feature strip ─────────────────────────────────────────────── */
|
||||
.lt-why-strip {
|
||||
background: linear-gradient(135deg, #00205B 0%, #003478 100%);
|
||||
color: #fff;
|
||||
padding: 4rem 1.5rem;
|
||||
}
|
||||
.lt-why-strip__inner {
|
||||
max-width: 780px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
.lt-why-strip__eyebrow {
|
||||
font-size: 0.78rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: #ffd166;
|
||||
margin: 0 0 0.75rem;
|
||||
}
|
||||
.lt-why-strip__title {
|
||||
font-family: 'Crimson Pro', serif;
|
||||
font-size: clamp(1.75rem, 4vw, 2.6rem);
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
.lt-why-strip__sub {
|
||||
font-size: 1.05rem;
|
||||
opacity: 0.88;
|
||||
margin: 0 0 1.75rem;
|
||||
max-width: 620px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.lt-why-strip__points {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0 0 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.6rem 2rem;
|
||||
justify-content: center;
|
||||
}
|
||||
.lt-why-strip__points li {
|
||||
font-size: 0.92rem;
|
||||
font-weight: 600;
|
||||
opacity: 0.92;
|
||||
padding-left: 1.4rem;
|
||||
position: relative;
|
||||
}
|
||||
.lt-why-strip__points li::before {
|
||||
content: "✓";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #ffd166;
|
||||
font-weight: 700;
|
||||
}
|
||||
.lt-why-strip__cta {
|
||||
display: inline-block;
|
||||
background: #ffd166;
|
||||
color: #00205B;
|
||||
padding: 0.85rem 2rem;
|
||||
border-radius: 8px;
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
text-decoration: none;
|
||||
transition: background 0.15s, transform 0.15s;
|
||||
}
|
||||
.lt-why-strip__cta:hover {
|
||||
background: #ffe494;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
/* ── Pricing CTA strip ──────────────────────────────────────────────────── */
|
||||
.lt-pricing-strip {
|
||||
background: #f8fafc;
|
||||
border-top: 1px solid #e5e7eb;
|
||||
padding: 4rem 1.5rem;
|
||||
}
|
||||
.lt-pricing-strip__inner {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
.lt-pricing-strip__eyebrow {
|
||||
font-size: 0.78rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: #00205B;
|
||||
margin: 0 0 0.75rem;
|
||||
}
|
||||
.lt-pricing-strip__title {
|
||||
font-family: 'Crimson Pro', serif;
|
||||
font-size: clamp(1.6rem, 3.5vw, 2.2rem);
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
margin: 0 0 0.75rem;
|
||||
line-height: 1.25;
|
||||
}
|
||||
.lt-pricing-strip__sub {
|
||||
color: #4b5563;
|
||||
font-size: 1rem;
|
||||
margin: 0 0 1.75rem;
|
||||
}
|
||||
.lt-pricing-strip__tiers {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem 1rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.lt-pricing-strip__tier {
|
||||
font-size: 0.95rem;
|
||||
font-weight: 600;
|
||||
color: #374151;
|
||||
background: #fff;
|
||||
border: 1.5px solid #e5e7eb;
|
||||
border-radius: 999px;
|
||||
padding: 0.35rem 1rem;
|
||||
}
|
||||
.lt-pricing-strip__tier--pop {
|
||||
border-color: #00205B;
|
||||
color: #00205B;
|
||||
background: #eff6ff;
|
||||
}
|
||||
.lt-pricing-strip__sep {
|
||||
color: #d1d5db;
|
||||
font-size: 1.1rem;
|
||||
display: none;
|
||||
}
|
||||
.lt-pricing-strip__cta {
|
||||
display: inline-block;
|
||||
background: #00205B;
|
||||
color: #fff;
|
||||
padding: 0.9rem 2.2rem;
|
||||
border-radius: 8px;
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
text-decoration: none;
|
||||
transition: background 0.15s, transform 0.15s;
|
||||
}
|
||||
.lt-pricing-strip__cta:hover {
|
||||
background: #001740;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
/* ── Hero: logged-in CTA ─────────────────────────────────────────────────── */
|
||||
.lt-hero__auth-cta {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user