diff --git a/css/ncue.css b/css/ncue.css
index 33ab389..53cde5a 100644
--- a/css/ncue.css
+++ b/css/ncue.css
@@ -344,15 +344,15 @@ section.callaction.callaction-home .row{
}
section.callaction.callaction-home .big-cta .cta-text{
/* Use a consistent spacing rhythm instead of per-paragraph inline margins */
- padding: 22px 18px 18px;
+ padding: 28px 20px 22px;
display: flex;
flex-direction: column;
align-items: center;
- gap: 12px;
+ gap: 16px;
}
section.callaction.callaction-home .big-cta .cta-text h2{
margin: 0;
- font-size: 28px;
+ font-size: 30px;
line-height: 1.18;
letter-spacing: -0.8px;
text-align: center;
@@ -360,23 +360,28 @@ section.callaction.callaction-home .row{
}
section.callaction.callaction-home .big-cta .cta-text p{
margin: 0 !important; /* override inline styles in index.html */
- line-height: 1.7;
+ font-size: 15px;
+ line-height: 1.8;
text-align: center;
color: rgba(15, 23, 42, 0.86);
max-width: 38ch;
}
+ /* Slight visual separation between the two description lines */
+ section.callaction.callaction-home .big-cta .cta-text p + p{
+ padding-top: 2px;
+ }
section.callaction.callaction-home .big-cta .cta-text p:last-of-type{
margin: 6px 0 0 !important;
max-width: none;
display: flex;
flex-wrap: wrap;
- gap: 10px;
+ gap: 12px;
justify-content: center;
}
section.callaction.callaction-home .big-cta .cta-text p:last-of-type .btn{
flex: 1 1 140px;
max-width: 220px;
- padding: 12px 14px;
+ padding: 13px 14px;
font-weight: 900;
}
}
diff --git a/index.html b/index.html
index 9ff76e6..ae6552a 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
-
+