Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/* Mid-Article CTA Box */
|
||||
.inline-cta {
|
||||
background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
|
||||
background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
|
||||
padding: 24px 28px;
|
||||
border-left: 4px solid #0066cc;
|
||||
border-left: 4px solid #4f46e5;
|
||||
margin: 40px 0;
|
||||
border-radius: 0 8px 8px 0;
|
||||
box-shadow: 0 2px 8px rgba(0,102,204,0.1);
|
||||
}
|
||||
.inline-cta h4 {
|
||||
margin: 0 0 12px 0;
|
||||
color: #0066cc;
|
||||
color: #4f46e5;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.inline-cta p {
|
||||
@@ -19,7 +19,7 @@
|
||||
}
|
||||
.inline-cta .cta-link {
|
||||
display: inline-block;
|
||||
background: #0066cc;
|
||||
background: #4f46e5;
|
||||
color: #fff !important;
|
||||
padding: 12px 24px;
|
||||
border-radius: 6px;
|
||||
@@ -28,7 +28,7 @@
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.inline-cta .cta-link:hover {
|
||||
background: #0052a3;
|
||||
background: #4338ca;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 12px rgba(0,102,204,0.3);
|
||||
}
|
||||
@@ -39,7 +39,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
|
||||
background: linear-gradient(90deg, #1e1b4b 0%, #1e1b4b 100%);
|
||||
padding: 12px 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -117,7 +117,7 @@
|
||||
}
|
||||
.exit-popup h3 {
|
||||
margin: 0 0 15px 0;
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.exit-popup p {
|
||||
@@ -145,12 +145,12 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.exit-popup input[type="email"]:focus {
|
||||
border-color: #0066cc;
|
||||
border-color: #4f46e5;
|
||||
outline: none;
|
||||
}
|
||||
.exit-popup .btn-primary {
|
||||
width: 100%;
|
||||
background: #0066cc;
|
||||
background: #4f46e5;
|
||||
color: #fff;
|
||||
padding: 14px;
|
||||
border: none;
|
||||
@@ -160,7 +160,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.exit-popup .btn-primary:hover {
|
||||
background: #0052a3;
|
||||
background: #4338ca;
|
||||
}
|
||||
.exit-popup .no-thanks {
|
||||
display: block;
|
||||
@@ -206,7 +206,7 @@
|
||||
color: #333;
|
||||
}
|
||||
.case-study-inline .content a {
|
||||
color: #0066cc;
|
||||
color: #4f46e5;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
@@ -64,19 +64,19 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
transform: translateY(-2px);
|
||||
background: #11725e;
|
||||
background: #4338ca;
|
||||
box-shadow: 0 4px 16px rgba(23, 158, 131, 0.3);
|
||||
color: white !important;
|
||||
text-decoration: none !important;
|
||||
@@ -84,13 +84,13 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
|
||||
.btn-secondary {
|
||||
background: white;
|
||||
color: #144784 !important;
|
||||
border: 2px solid #144784;
|
||||
color: #7c3aed !important;
|
||||
border: 2px solid #7c3aed;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
background: #144784;
|
||||
background: #7c3aed;
|
||||
color: white !important;
|
||||
transform: translateY(-2px);
|
||||
text-decoration: none !important;
|
||||
@@ -101,7 +101,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background: linear-gradient(135deg, #179e83, #1bbc9b);
|
||||
background: linear-gradient(135deg, #6d28d9, #1bbc9b);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -171,13 +171,13 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.nav-link.active { color: #148069; font-weight: 600; border-bottom: 2px solid #148069; padding-bottom: 2px;}
|
||||
.nav-link.active { color: #4f46e5; font-weight: 600; border-bottom: 2px solid #4f46e5; padding-bottom: 2px;}
|
||||
.nav-link:hover {
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.nav-link.cta-button {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
border-radius: 6px;
|
||||
@@ -186,7 +186,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
|
||||
.nav-link.cta-button:hover {
|
||||
transform: translateY(-2px);
|
||||
background: #11725e;
|
||||
background: #4338ca;
|
||||
box-shadow: 0 4px 16px rgba(23, 158, 131, 0.3);
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
/* Hero Section */
|
||||
.hero {
|
||||
padding: 120px 0 80px;
|
||||
background: linear-gradient(135deg, #252d3b 0%, #144784 100%);
|
||||
background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%);
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -460,7 +460,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -487,7 +487,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
}
|
||||
|
||||
.step-number {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
@@ -611,7 +611,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -654,7 +654,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
.form-group select:focus,
|
||||
.form-group textarea:focus {
|
||||
outline: none;
|
||||
border-color: #148069;
|
||||
border-color: #4f46e5;
|
||||
box-shadow: 0 0 0 3px rgba(23, 158, 131, 0.1);
|
||||
}
|
||||
|
||||
@@ -692,7 +692,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
|
||||
/* Footer */
|
||||
.footer {
|
||||
background: #151f25;
|
||||
background: #1e1b4b;
|
||||
color: white;
|
||||
padding: 60px 0 30px;
|
||||
}
|
||||
@@ -726,7 +726,7 @@ input[type="number"], textarea, [contenteditable="true"] {
|
||||
}
|
||||
|
||||
.footer-section a:hover {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
}
|
||||
|
||||
.footer-logo img {
|
||||
@@ -1120,7 +1120,7 @@ img {
|
||||
}
|
||||
|
||||
.article-meta .category {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 5px 12px;
|
||||
border-radius: 15px;
|
||||
@@ -1162,7 +1162,7 @@ img {
|
||||
}
|
||||
|
||||
.featured-article h3 a:hover {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
}
|
||||
|
||||
.featured-article p {
|
||||
@@ -1181,14 +1181,14 @@ img {
|
||||
}
|
||||
|
||||
.article-footer .read-more {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.article-footer .read-more:hover {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -1240,7 +1240,7 @@ img {
|
||||
}
|
||||
|
||||
.article-card h3 a:hover {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
}
|
||||
|
||||
.article-card p {
|
||||
@@ -1264,7 +1264,7 @@ img {
|
||||
|
||||
.blog-newsletter {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1379,17 +1379,17 @@ img {
|
||||
}
|
||||
|
||||
.article-share a {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
padding: 8px 16px;
|
||||
border: 1px solid #179e83;
|
||||
border: 1px solid #6d28d9;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.article-share a:hover {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -1435,19 +1435,19 @@ img {
|
||||
|
||||
.article-toc li::before {
|
||||
content: counter(toc-counter) ". ";
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.article-toc a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.article-toc a:hover {
|
||||
color: #0b6b54;
|
||||
color: #3730a3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -1511,7 +1511,7 @@ img {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
border-radius: 4px;
|
||||
@@ -1522,11 +1522,11 @@ img {
|
||||
|
||||
.article-content pre[data-copied]:hover::before {
|
||||
content: '✅ Copied!';
|
||||
background: #10b981;
|
||||
background: #818cf8;
|
||||
}
|
||||
|
||||
.article-content pre:hover {
|
||||
border-color: #148069;
|
||||
border-color: #4f46e5;
|
||||
box-shadow: 0 2px 8px rgba(23, 158, 131, 0.1);
|
||||
}
|
||||
|
||||
@@ -1535,7 +1535,7 @@ img {
|
||||
font-weight: 600;
|
||||
margin: 40px 0 20px;
|
||||
color: #1a1a1a;
|
||||
border-bottom: 2px solid #179e83;
|
||||
border-bottom: 2px solid #6d28d9;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -1543,7 +1543,7 @@ img {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
margin: 30px 0 15px;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.article-content p {
|
||||
@@ -1563,18 +1563,18 @@ img {
|
||||
}
|
||||
|
||||
.article-content a {
|
||||
color: #0b6b54;
|
||||
color: #3730a3;
|
||||
text-decoration: underline;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.article-content a:hover {
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.callout-box {
|
||||
background: #f8f9fa;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
padding: 20px;
|
||||
margin: 30px 0;
|
||||
border-radius: 0 8px 8px 0;
|
||||
@@ -1610,13 +1610,13 @@ img {
|
||||
|
||||
.comparison-item h4 {
|
||||
margin-bottom: 15px;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.best-practice-box {
|
||||
background: linear-gradient(135deg, #e8f5f3 0%, #f0f9ff 100%);
|
||||
border: 1px solid #179e83;
|
||||
border: 1px solid #6d28d9;
|
||||
border-radius: 12px;
|
||||
padding: 25px;
|
||||
margin: 30px 0;
|
||||
@@ -1624,7 +1624,7 @@ img {
|
||||
|
||||
.best-practice-box h3 {
|
||||
margin-top: 0;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
/* Image optimization */
|
||||
@@ -1654,7 +1654,7 @@ a:focus-visible,
|
||||
button:focus-visible,
|
||||
input:focus-visible,
|
||||
textarea:focus-visible {
|
||||
outline: 2px solid #179e83;
|
||||
outline: 2px solid #6d28d9;
|
||||
outline-offset: 2px;
|
||||
box-shadow: 0 0 0 4px rgba(23, 158, 131, 0.1);
|
||||
}
|
||||
@@ -1666,14 +1666,14 @@ textarea:focus-visible {
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 3px;
|
||||
background: linear-gradient(90deg, #179e83, #144784);
|
||||
background: linear-gradient(90deg, #6d28d9, #7c3aed);
|
||||
z-index: 999;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
/* Category link styles */
|
||||
.category-link {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white !important;
|
||||
padding: 5px 12px;
|
||||
border-radius: 15px;
|
||||
@@ -1683,7 +1683,7 @@ textarea:focus-visible {
|
||||
}
|
||||
|
||||
.category-link:hover {
|
||||
background: #144784;
|
||||
background: #7c3aed;
|
||||
color: white !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -1697,7 +1697,7 @@ textarea:focus-visible {
|
||||
height: 20px;
|
||||
margin: -10px 0 0 -10px;
|
||||
border: 2px solid #f3f3f3;
|
||||
border-top: 2px solid #179e83;
|
||||
border-top: 2px solid #6d28d9;
|
||||
border-radius: 50%;
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
@@ -1724,7 +1724,7 @@ textarea:focus-visible {
|
||||
}
|
||||
|
||||
.notification-success {
|
||||
background: #10b981;
|
||||
background: #818cf8;
|
||||
}
|
||||
|
||||
.notification-error {
|
||||
@@ -1768,7 +1768,7 @@ textarea:focus-visible {
|
||||
height: 50px;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(135deg, #179e83 0%, #144784 100%);
|
||||
background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 100%);
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
@@ -1809,7 +1809,7 @@ textarea:focus-visible {
|
||||
.form-group.success input,
|
||||
.form-group.success select,
|
||||
.form-group.success textarea {
|
||||
border-color: #10b981;
|
||||
border-color: #818cf8;
|
||||
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
|
||||
}
|
||||
|
||||
@@ -1914,7 +1914,7 @@ input:focus,
|
||||
select:focus,
|
||||
textarea:focus,
|
||||
a:focus {
|
||||
outline: 2px solid #179e83;
|
||||
outline: 2px solid #6d28d9;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
@@ -1960,7 +1960,7 @@ input:focus-visible,
|
||||
select:focus-visible,
|
||||
textarea:focus-visible,
|
||||
a:focus-visible {
|
||||
outline: 2px solid #179e83;
|
||||
outline: 2px solid #6d28d9;
|
||||
outline-offset: 2px;
|
||||
box-shadow: 0 0 0 4px rgba(23, 158, 131, 0.1);
|
||||
}
|
||||
@@ -1970,7 +1970,7 @@ a:focus-visible {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
left: 6px;
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
@@ -2013,7 +2013,7 @@ a:focus-visible {
|
||||
.form-group input:focus + label,
|
||||
.form-group select:focus + label,
|
||||
.form-group textarea:focus + label {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
}
|
||||
|
||||
/* Status indicators */
|
||||
@@ -2026,7 +2026,7 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
.status-online {
|
||||
background: #10b981;
|
||||
background: #818cf8;
|
||||
box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
|
||||
animation: pulse-green 2s infinite;
|
||||
}
|
||||
@@ -2101,14 +2101,14 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.breadcrumb a:hover {
|
||||
color: #0b6b54;
|
||||
color: #3730a3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -2119,7 +2119,7 @@ a:focus-visible {
|
||||
|
||||
/* Page Hero Section */
|
||||
.page-hero {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 120px 0 80px;
|
||||
text-align: center;
|
||||
@@ -2208,7 +2208,7 @@ a:focus-visible {
|
||||
|
||||
/* Service Hero Section */
|
||||
.service-hero {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 120px 0 80px;
|
||||
text-align: center;
|
||||
@@ -2319,7 +2319,7 @@ a:focus-visible {
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -2362,7 +2362,7 @@ a:focus-visible {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 12px;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.industry-card p {
|
||||
@@ -2403,7 +2403,7 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
.pricing-card.featured {
|
||||
border-color: #148069;
|
||||
border-color: #4f46e5;
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 8px 40px rgba(23, 158, 131, 0.15);
|
||||
}
|
||||
@@ -2414,7 +2414,7 @@ a:focus-visible {
|
||||
top: -12px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 8px 20px;
|
||||
border-radius: 20px;
|
||||
@@ -2432,7 +2432,7 @@ a:focus-visible {
|
||||
.pricing-card .price {
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
margin-bottom: 30px;
|
||||
line-height: 1;
|
||||
}
|
||||
@@ -2501,7 +2501,7 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
.faq-item h3 {
|
||||
background: #144784;
|
||||
background: #7c3aed;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
@@ -2559,7 +2559,7 @@ a:focus-visible {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 12px;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.category-card p {
|
||||
@@ -2583,7 +2583,7 @@ a:focus-visible {
|
||||
font-weight: 600;
|
||||
margin-bottom: 40px;
|
||||
color: #1a1a1a;
|
||||
border-bottom: 3px solid #179e83;
|
||||
border-bottom: 3px solid #6d28d9;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -2613,7 +2613,7 @@ a:focus-visible {
|
||||
|
||||
.faq-question[aria-expanded="true"],
|
||||
.faq-question.active {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -2663,7 +2663,7 @@ a:focus-visible {
|
||||
|
||||
.faq-cta {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -2732,7 +2732,7 @@ a:focus-visible {
|
||||
/* CTA Section */
|
||||
.cta {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -2771,7 +2771,7 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
.case-study.featured {
|
||||
border: 2px solid #179e83;
|
||||
border: 2px solid #6d28d9;
|
||||
box-shadow: 0 8px 40px rgba(23, 158, 131, 0.15);
|
||||
}
|
||||
|
||||
@@ -2824,7 +2824,7 @@ a:focus-visible {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 15px;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.results-grid {
|
||||
@@ -2844,7 +2844,7 @@ a:focus-visible {
|
||||
.result-number {
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -2860,7 +2860,7 @@ a:focus-visible {
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
margin-top: 30px;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
}
|
||||
|
||||
.testimonial p {
|
||||
@@ -2940,13 +2940,13 @@ a:focus-visible {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 15px;
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.industry-stat .stat-number {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -3021,11 +3021,11 @@ aside.related-articles {
|
||||
|
||||
.related-card h3 a:hover,
|
||||
.related-card h4 a:hover {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
}
|
||||
|
||||
.related-card .category {
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 4px 12px;
|
||||
border-radius: 20px;
|
||||
@@ -3047,7 +3047,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.related-card .read-time {
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
@@ -3110,7 +3110,7 @@ aside.related-articles {
|
||||
/* Expert Consultation CTA */
|
||||
.expert-consultation-cta {
|
||||
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
|
||||
border: 2px solid #179e83;
|
||||
border: 2px solid #6d28d9;
|
||||
border-radius: 12px;
|
||||
padding: 40px;
|
||||
text-align: center;
|
||||
@@ -3121,7 +3121,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.expert-consultation-cta h3 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 15px;
|
||||
font-weight: 600;
|
||||
@@ -3178,7 +3178,7 @@ aside.related-articles {
|
||||
top: -10px;
|
||||
left: 30px;
|
||||
font-size: 4rem;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-family: serif;
|
||||
line-height: 1;
|
||||
}
|
||||
@@ -3412,10 +3412,10 @@ aside.related-articles {
|
||||
.technology-showcase h2 {
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
color: #1a202c;
|
||||
color: #1e1b4b;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -3448,7 +3448,7 @@ aside.related-articles {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 4px;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
transform: scaleX(0);
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
@@ -3478,7 +3478,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.tech-card h3 {
|
||||
color: #1a202c;
|
||||
color: #1e1b4b;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
margin: 0 0 15px 0;
|
||||
@@ -3486,7 +3486,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.tech-card:hover h3 {
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.tech-card p {
|
||||
@@ -3540,7 +3540,7 @@ aside.related-articles {
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -3549,11 +3549,11 @@ aside.related-articles {
|
||||
.capability-card:hover {
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
|
||||
border-left-color: #0d3a6e;
|
||||
border-left-color: #1e1b4b;
|
||||
}
|
||||
|
||||
.capability-card h3 {
|
||||
color: #1a202c;
|
||||
color: #1e1b4b;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
margin: 0 0 15px 0;
|
||||
@@ -3561,7 +3561,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.capability-card:hover h3 {
|
||||
color: #0d3a6e;
|
||||
color: #1e1b4b;
|
||||
}
|
||||
|
||||
.capability-card p {
|
||||
@@ -3588,7 +3588,7 @@ aside.related-articles {
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
}
|
||||
@@ -3596,7 +3596,7 @@ aside.related-articles {
|
||||
/* Technology badges/tags styling */
|
||||
.tech-tag {
|
||||
display: inline-block;
|
||||
background: #148069;
|
||||
background: #4f46e5;
|
||||
color: white;
|
||||
padding: 6px 12px;
|
||||
border-radius: 20px;
|
||||
@@ -3607,7 +3607,7 @@ aside.related-articles {
|
||||
}
|
||||
|
||||
.tech-tag:hover {
|
||||
background: #11725e;
|
||||
background: #4338ca;
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 2px 8px rgba(23, 158, 131, 0.3);
|
||||
}
|
||||
@@ -3720,14 +3720,14 @@ main > .project-types-hero:first-child {
|
||||
|
||||
/* CSS Variables for Brand Consistency */
|
||||
:root {
|
||||
--color-primary: #148069;
|
||||
--color-primary-dark: #11725e;
|
||||
--color-secondary: #144784;
|
||||
--color-secondary-light: #1a5a9e;
|
||||
--color-accent: #1a5a9e;
|
||||
--gradient-hero: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
--gradient-hero-alt: linear-gradient(135deg, #144784 0%, #1a5a9e 100%);
|
||||
--gradient-cta: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
--color-primary: #4f46e5;
|
||||
--color-primary-dark: #4338ca;
|
||||
--color-secondary: #7c3aed;
|
||||
--color-secondary-light: #8b5cf6;
|
||||
--color-accent: #6d28d9;
|
||||
--gradient-hero: linear-gradient(135deg, #1e1b4b 0%, #4f46e5 100%);
|
||||
--gradient-hero-alt: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%);
|
||||
--gradient-cta: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
|
||||
--color-text: #444444;
|
||||
--color-text-dark: #1a1a1a;
|
||||
--color-text-light: #666666;
|
||||
@@ -4068,7 +4068,7 @@ main > .project-types-hero:first-child {
|
||||
|
||||
.certifications-section .section-header h2 {
|
||||
font-size: 2.5rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
@@ -4115,7 +4115,7 @@ main > .project-types-hero:first-child {
|
||||
|
||||
.certification-badge h3 {
|
||||
font-size: 1.3rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -4279,7 +4279,7 @@ body { font-size: 17px; }
|
||||
|
||||
/* Fix 1: Trust badges as styled pills */
|
||||
.trust-signals-hero .trust-badges .badge {
|
||||
background: linear-gradient(135deg, #144784, #1a5298);
|
||||
background: linear-gradient(135deg, #7c3aed, #8b5cf6);
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 0.65rem 1.5rem;
|
||||
@@ -4371,7 +4371,7 @@ body { font-size: 17px; }
|
||||
/* Override the big teal quote mark on sidebar testimonial-card */
|
||||
.quote-sidebar .testimonial-card {
|
||||
background: #f8f9fa;
|
||||
border-left: 4px solid #144784;
|
||||
border-left: 4px solid #7c3aed;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
@@ -4440,10 +4440,10 @@ body { font-size: 17px; }
|
||||
.footer-bottom p,
|
||||
.footer-bottom .company-details,
|
||||
.trust-badge-text span {
|
||||
color: #d1d5db; /* ~9:1 on #151f25 */
|
||||
color: #d1d5db; /* ~9:1 on #1e1b4b */
|
||||
}
|
||||
.footer-section a {
|
||||
color: #93c5fd; /* light blue — ~7.5:1 on #151f25 */
|
||||
color: #93c5fd; /* light blue — ~7.5:1 on #1e1b4b */
|
||||
}
|
||||
.footer-section a:hover {
|
||||
color: #bfdbfe;
|
||||
@@ -4620,7 +4620,7 @@ body { font-size: 17px; }
|
||||
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
|
||||
border-radius: 12px;
|
||||
margin: 40px 0;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
}
|
||||
|
||||
.bio-avatar img {
|
||||
@@ -4628,7 +4628,7 @@ body { font-size: 17px; }
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
border: 3px solid #179e83;
|
||||
border: 3px solid #6d28d9;
|
||||
}
|
||||
|
||||
.bio-info {
|
||||
@@ -4639,7 +4639,7 @@ body { font-size: 17px; }
|
||||
font-size: 0.85rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin: 0 0 8px 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -4736,6 +4736,6 @@ body { font-size: 17px; }
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
color: #148069;
|
||||
color: #4f46e5;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
4548
assets/css/main.min.css
vendored
4548
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user