Skip to content

Commit dcff7db

Browse files
Rebuild pricing section — semantic example card, dominant £100 figure, fine-print footnote, CTA last
1 parent e4bbc4a commit dcff7db

1 file changed

Lines changed: 43 additions & 6 deletions

File tree

index.html

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,43 @@
790790
color: var(--grey);
791791
font-size: 17px;
792792
line-height: 1.8;
793-
max-width: 480px;
794-
margin: 0 auto 36px;
793+
max-width: 780px;
794+
margin: 0 auto 28px;
795+
}
796+
.pricing-example {
797+
background: rgba(47, 111, 210, 0.07);
798+
border: 1px solid rgba(47, 111, 210, 0.18);
799+
border-radius: 12px;
800+
padding: 28px 40px;
801+
max-width: 780px;
802+
margin: 0 auto 28px;
803+
text-align: left;
804+
}
805+
.pricing-example p {
806+
color: var(--grey);
807+
font-size: 16px;
808+
line-height: 1.7;
809+
margin: 0 0 12px;
810+
}
811+
.pricing-example p:last-child {
812+
margin: 0;
813+
}
814+
.pricing-highlight {
815+
font-family: 'Syne', sans-serif;
816+
font-weight: 800;
817+
font-size: clamp(36px, 5vw, 52px);
818+
color: var(--blue);
819+
letter-spacing: -0.02em;
820+
display: block;
821+
margin: 8px 0 4px;
822+
}
823+
.fine-print {
824+
color: rgba(138, 155, 181, 0.6);
825+
font-size: 13px;
826+
line-height: 1.6;
827+
max-width: 780px;
828+
margin: 0 auto 24px;
829+
font-style: italic;
795830
}
796831

797832
/* RESPONSIVE ADDITIONS */
@@ -1000,11 +1035,13 @@ <h2 class="section-heading">Everything <em>included.</em></h2>
10001035
<div class="section-tag">Transparent pricing</div>
10011036
<h2 class="section-heading">Simple <em>pricing.</em></h2>
10021037
<p class="pricing-body">Pay-as-you-go from 5p per SMS. No setup fees. No long contracts.</p>
1003-
<p class="pricing-body">Example: 20 staff, 5 messages a day = 100 messages a day.</p>
1004-
<p class="pricing-body">Over a 20-day working month, that’s 2,000 messages — about £100 a month to keep a whole team in sync.</p>
1005-
<p class="pricing-body">Volume discounts from 5,000 messages a month.</p>
1038+
<div class="pricing-example">
1039+
<p>Example: 20 staff, 5 messages a day = 100 messages a day. Over a 20-day working month, that’s 2,000 messages.</p>
1040+
<span class="pricing-highlight">£100 a month</span>
1041+
<p>to keep a whole team in sync. Volume discounts from 5,000 messages a month.</p>
1042+
</div>
1043+
<p class="fine-print">Based on a single 160-character message. Prices exclude VAT.</p>
10061044
<a href="#contact" class="btn-primary">Get a quote</a>
1007-
<p class="pricing-body"><em>Based on a single 160-character message. Prices exclude VAT.</em></p>
10081045
</div>
10091046
</section>
10101047

0 commit comments

Comments
 (0)