Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 4.7
edited by Agnease
on 2026/05/01 13:03
Change comment: There is no comment for this version
To version 25.11
edited by Agnease
on 2026/06/30 11:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Hidden
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
Content
... ... @@ -2,182 +2,220 @@
2 2  #macro (displayPublicContent)
3 3   #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
4 4   {{html clean="false"}}
5 - ## HERO
5 +
6 6   <section class="hero hero-centered" aria-labelledby="hero-title">
7 7   <div class="container hero-inner">
8 - <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1>
9 - <p class="lead">Helping organizations safely upgrade and maintain their XWiki environments.</p>
8 + <h1 id="hero-title">Professional XWiki consulting and engineering</h1>
9 +
10 + <p class="lead">
11 + Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical
12 + engineering support, custom development, integrations and long-term care.
13 + </p>
14 +
10 10   <ul class="benefits">
11 - <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</a></li>
12 - <li>Reliable support plans</li>
13 - <li>Custom integrations</li>
14 - <li>Secure, optimized platforms</li>
16 + <li>XWiki LTS upgrades</li>
17 + <li>Maintenance and support</li>
18 + <li>Custom XWiki development</li>
19 + <li>Migrations and integrations</li>
15 15   </ul>
16 - <div class="hero-cta">
17 - <a href="mailto:alex@agnease.com">Contact Agnease</a>
18 - #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation">
19 - Request a consultation
20 - </a>
21 - #requestConsultationModal()*#
22 - ##data-toggle="modal" data-target="#requestConsultationModal"
21 +
22 + <div class="hero-actions">
23 + <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a>
24 + ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
25 + <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
23 23   </div>
24 24   </div>
25 25   </section>
26 - ## WHY CHOOSE
27 - #set ($whySectionData = [{
28 - 'title': 'Stability & security',
29 - 'icon': 'shield',
30 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
31 - },{
32 - 'title': 'Predictable delivery',
33 - 'icon': 'check-square-o',
34 - 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
35 - },{
36 - 'title': 'Clean integrations',
37 - 'icon': 'link',
38 - 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
39 - },{
40 - 'title': 'Long-term support',
41 - 'icon': 'life-ring',
42 - 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
43 - }])
44 - <section aria-labelledby="why-title">
29 +
30 + <section class="trust-strip" aria-label="Agnease experience">
45 45   <div class="container">
46 - <h2 id="why-title">Why choose Agnease</h2>
47 - <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
48 - <div class="widgets">
49 - #foreach ($entry in $whySectionData)
50 - <article class="widget">
51 - <div class="icon" aria-hidden="true">
52 - <i class="fa fa-$entry.icon"></i>
53 - <h4>$entry.title</h4>
54 - </div>
55 - <p>$entry.content</p>
56 - </article>
57 - #end
58 - </div>
32 + <ul>
33 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li>
34 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li>
35 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li>
36 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li>
37 + </ul>
59 59   </div>
60 60   </section>
61 - ## SERVICES
62 - #set ($servicesSectionData = [{
63 - 'title': 'Upgrades',
64 - 'reference': 'services.xwiki-upgrades',
65 - 'icon': 'refresh',
66 - 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
67 - 'items': [
68 - 'Audit setup, extensions, and configurations',
69 - 'Test upgrades with backups and validation',
70 - 'Safe production rollout with minimal downtime'
71 - ]
72 - },{
73 - 'title': 'Maintenance, Support & Recovery',
74 - 'icon': 'stethoscope',
75 - 'content': 'Ensure long-term stability and quick response when issues appear.',
76 - 'items': [
77 - 'Monitoring and performance checks',
78 - 'Security patching, log analysis, triage',
79 - 'Issue recovery, data repair, hardening'
80 - ]
81 - },{
82 - 'title': 'Development & Integrations',
83 - 'icon': 'cogs',
84 - 'content': 'Extend and connect XWiki to fit your workflow and systems.',
85 - 'items': [
86 - 'Custom apps, macros, automation',
87 - 'SSO, REST APIs, LDAP, CRM links',
88 - 'Maintainable extensions for long-term use'
89 - ]
90 - },{
91 - 'title': 'Hosting & Deployment',
92 - 'icon': 'cloud',
93 - 'content': 'Cloud-ready environments designed for reliability and performance.',
94 - 'items': [
95 - 'Containerized deployment and TLS',
96 - 'Backups, restore strategy, observability',
97 - 'Optimization and load tuning'
98 - ]
99 - },{
100 - 'title': 'Migrations to XWiki',
101 - 'icon': 'exchange',
102 - 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
103 - 'items': [
104 - 'Preserve hierarchy, attachments, and permissions',
105 - 'Convert macros, categories, and metadata for XWiki',
106 - 'Redirect old URLs and maintain SEO consistency'
107 - ]
108 - }])
109 - <section class="services" aria-labelledby="services-title">
40 +
41 + <section aria-labelledby="platform-title">
110 110   <div class="container">
111 - <h2 id="services-title">Services</h2>
112 - <p class="lead">
113 - All the XWiki services you need, delivered with precision and care
43 + <h2 id="platform-title">XWiki support for production knowledge platforms</h2>
44 + <p class="section-intro">
45 + XWiki often grows from a documentation space into a business-critical knowledge platform.
46 + When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care
47 + for upgrades, security, permissions and maintainability.
114 114   </p>
115 115  
116 - #set ($servicesSize = $servicesSectionData.size())
117 - <div class="services-grid">
118 - #foreach ($entry in $servicesSectionData)
119 - #set ($classes = "service")
120 - ## If this is the last item AND the total number is odd, center it
121 - #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
122 - #set ($classes = "service service-center")
123 - #end
50 + <div class="pathways">
51 + <article class="pathway-card">
52 + <div class="card-heading">
53 + <div class="pathway-icon">
54 + <i class="fa fa-refresh" aria-hidden="true"></i>
55 + </div>
56 + <h3>Upgrade XWiki safely</h3>
57 + </div>
58 + <p>
59 + Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
60 + </p>
61 + <ul>
62 + <li>LTS upgrade planning</li>
63 + <li>Extension and custom code review</li>
64 + <li>Staging and production validation</li>
65 + </ul>
66 + <p class="card-link">
67 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
68 + </p>
69 + </article>
124 124  
125 - <article class="$classes">
126 - <div class="service-icon">
127 - <i class="fa fa-$entry.icon" aria-hidden="true"></i>
71 + <article class="pathway-card">
72 + <div class="card-heading">
73 + <div class="pathway-icon">
74 + <i class="fa fa-life-ring" aria-hidden="true"></i>
128 128   </div>
129 - <div class="service-body">
130 - <h4>
131 - #if ("$!entry.reference" != '')
132 - <a href="$xwiki.getURL($entry.reference)">$entry.title</a>
133 - #else
134 - $entry.title
135 - #end
136 - </h4>
137 - <p>$entry.content</p>
138 - <ul>
139 - #foreach ($item in $entry.items)
140 - <li>$item</li>
141 - #end
142 - </ul>
76 + <h3>Maintain XWiki reliably</h3>
77 + </div>
78 + <p>
79 + Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
80 + </p>
81 + <ul>
82 + <li>Troubleshooting and recovery</li>
83 + <li>Performance and log analysis</li>
84 + <li>Upgrade and maintenance planning</li>
85 + </ul>
86 + <p class="card-link">
87 + <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
88 + </p>
89 + </article>
90 +
91 + <article class="pathway-card">
92 + <div class="card-heading">
93 + <div class="pathway-icon">
94 + <i class="fa fa-cogs" aria-hidden="true"></i>
143 143   </div>
144 - </article>
145 - #end
96 + <h3>Extend XWiki for your processes</h3>
97 + </div>
98 + <p>
99 + Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
100 + </p>
101 + <ul>
102 + <li>Custom XWiki applications</li>
103 + <li>Workflows and approvals</li>
104 + <li>APIs, SSO, LDAP and integrations</li>
105 + </ul>
106 + <p class="card-link">
107 + <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
108 + </p>
109 + </article>
146 146   </div>
147 147   </div>
148 148   </section>
149 - ## CTA INLINE
150 - <section id="contact" class="cta-section">
113 +
114 + <section class="industry-trust-section" aria-labelledby="industry-trust-title">
151 151   <div class="container">
152 - <p class="text-center contact-inline">
153 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
154 - </p>
116 + <div class="industry-trust-panel">
117 + <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
118 +
119 + <p class="section-intro">
120 + Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
121 + government institutions, transportation, software development, compliance programs and regulated environments.
122 + </p>
123 +
124 + <div class="industry-tags" aria-label="Industries and environments supported">
125 + <span>Healthcare</span>
126 + <span>Financial services</span>
127 + <span>Scientific research</span>
128 + <span>Government institutions</span>
129 + <span>Transportation</span>
130 + <span>Software development</span>
131 + <span>Compliance programs</span>
132 + <span>Regulated environments</span>
133 + </div>
134 +
135 + <p class="industry-support">
136 + Organizations rely on these platforms to manage documentation, workflows, compliance processes,
137 + research knowledge and critical business information. From upgrades and authentication integrations
138 + to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
139 + </p>
140 + </div>
155 155   </div>
156 156   </section>
157 - {{/html}}
158 -#end
159 159  
160 -#macro(requestConsultationModal)
161 - <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
162 - <div class="modal-dialog">
163 - <div class="modal-content">
164 - <div class="modal-header">
165 - <button type="button" class="close" data-dismiss="modal">&times;</button>
166 - <h4 class="modal-title">Request a consultation</h4>
167 - </div>
168 - <div class="modal-body">
169 - <div>
170 - ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
171 - #displayFormFromSheetCode()
144 + <section class="split-section" aria-labelledby="why-title">
145 + <div class="container">
146 + <div class="split-grid">
147 + <div class="split-copy">
148 + <h2 id="why-title">Why work with an XWiki specialist</h2>
149 + <p>
150 + XWiki projects often involve more than pages. Production platforms may include custom code,
151 + extensions, authentication, permissions, workflows, integrations, compliance documentation
152 + and business-critical knowledge.
153 + </p>
154 + <p>
155 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability
156 + and leave the platform easier to maintain after the work is complete.
157 + </p>
172 172   </div>
159 +
160 + <ol class="process-list">
161 + <li>
162 + <strong>Review the XWiki environment</strong>
163 + Version, extensions, infrastructure, authentication, permissions, custom code and critical features.
164 + </li>
165 + <li>
166 + <strong>Define the safest next steps</strong>
167 + Scope, risks, dependencies, effort, rollback options and validation requirements.
168 + </li>
169 + <li>
170 + <strong>Implement, validate and document</strong>
171 + Controlled changes, testing, production validation and notes for future maintenance.
172 + </li>
173 + </ol>
173 173   </div>
174 - <div class="modal-footer">
175 - ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
176 - ## value="$escapetool.xml($services.localization.render('yesno_1'))">
175 + </div>
176 + </section>
177 +
178 + <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
179 + <div class="container">
180 + <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2>
181 + <p class="section-intro">
182 + Practical articles about XWiki upgrades, customization and production platform care.
183 + </p>
184 +
185 + <div class="resource-grid">
186 + <article class="resource-card">
187 + <h4>Why upgrade your XWiki instance?</h4>
188 + <p>
189 + Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk.
190 + </p>
191 + <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a>
192 + </article>
193 +
194 + <article class="resource-card">
195 + <h4>XWiki upgrade services</h4>
196 + <p>
197 + See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations.
198 + </p>
199 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
200 + </article>
177 177   </div>
178 178   </div>
179 - </div>
180 - </div>
203 + </section>
204 +
205 + <section class="cta-section" aria-labelledby="contact-title">
206 + <div class="container">
207 + <div class="cta-panel">
208 + <h2 id="contact-title">Need XWiki consulting or support?</h2>
209 + <p>
210 + Send your current XWiki version, the issue you are facing, or the type of project you want to build.
211 + A short description is enough to define practical next steps.
212 + </p>
213 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
214 + </div>
215 + </div>
216 + </section>
217 +
218 + {{/html}}
181 181  #end
182 182  
183 183  #macro (stripHTMLMacro $displayOutput)
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,16 +1,23 @@
1 -/* ========== Agnease Public Website Theme ========== */
1 +/* ========== Agnease Public Website ========== */
2 2  
3 -@brand: #00937D;
3 +
4 +@brand: #00937D;
4 4  @brand-strong: #007B6A;
5 -@text: #2D3A34;
6 -@muted: #5B6B64;
7 -@line: #E4ECE9;
8 -@soft: #F6FBF9;
9 -@radius: 16px;
10 -@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
11 -@shadow: 0 12px 36px rgba(0,0,0,.08);
12 -@maxw: 1140px;
6 +@brand-bg: #F7F9FC;
7 +@text: #07182D;
8 +@text-soft: #10243D;
9 +@muted: #64748B;
10 +@line: #E6EBF2;
11 +@radius: 18px;
12 +@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
13 +@shadow: 0 30px 80px rgba(15, 23, 42, .12);
14 +@maxw: 1240px;
15 +/* */
16 +@section-padding: 30px 0;
17 +@section-padding-mobile: 28px 0;
13 13  
19 +/* ========== Base ========== */
20 +
14 14  #mainContentArea {
15 15   padding: 0;
16 16  }
... ... @@ -19,203 +19,323 @@
19 19   max-width: @maxw;
20 20   margin-left: auto;
21 21   margin-right: auto;
29 + padding-left: 18px;
30 + padding-right: 18px;
22 22  }
23 23  
24 -.text-center {
33 +html {
34 + scroll-behavior: smooth;
35 +}
36 +
37 +section {
38 + padding: @section-padding;
39 + border-top: 1px solid @line;
40 +
41 + &:first-of-type {
42 + border-top: none;
43 + }
44 +}
45 +
46 +section[id] {
47 + scroll-margin-top: 92px;
48 +}
49 +
50 +h1,
51 +h2,
52 +h3,
53 +h4 {
54 + color: @text;
55 +}
56 +
57 +h2 {
25 25   text-align: center;
59 + margin-top: 0;
26 26  }
27 27  
28 28  .lead {
29 29   color: @muted;
30 30   text-align: center;
31 - line-height: 1.5;
65 + margin-bottom: 0;
32 32  }
33 33  
34 -.page-lead {
68 +.section-intro {
35 35   max-width: 760px;
36 - margin: 0 auto;
37 - color: @muted;
38 - font-size: 18px;
39 - line-height: 1.5;
70 + margin: 0 auto 22px;
40 40   text-align: center;
72 + color: @muted;
73 + font-size: 16px;
74 + line-height: 1.55;
41 41  }
42 42  
43 -section {
44 - padding: 32px 0;
45 - border-top: 1px solid @line;
77 +a {
78 + color: @brand;
46 46  
47 - &:first-of-type {
48 - border-top: none;
80 + &:hover,
81 + &:focus {
82 + color: @brand-strong;
49 49   }
50 50  }
51 51  
52 -h1, h2, h3, h4 {
53 - color: @text;
86 +/* ========== Header / Navigation ========== */
87 +
88 +.site-header {
89 + position: sticky;
90 + top: 0;
91 + z-index: 1000;
92 + background: fade(#fff, 96%);
93 + border-bottom: 1px solid fade(@line, 85%);
94 + backdrop-filter: blur(8px);
54 54  }
55 55  
56 -h2 {
57 - text-align: center;
97 +.header-inner {
98 + min-height: 72px;
99 + display: flex;
100 + align-items: center;
101 + justify-content: space-between;
102 + gap: 24px;
58 58  }
59 59  
60 -/* ===== Buttons / links ===== */
105 +.site-nav {
106 + display: flex;
107 + align-items: center;
108 + gap: 22px;
109 + font-size: 15px;
61 61  
62 -.btn-main,
63 -.btn-secondary {
64 - display: inline-block;
65 - border-radius: 8px;
66 - padding: 9px 14px;
67 - font-weight: 700;
68 - text-decoration: none;
69 - line-height: 1.2;
111 + a {
112 + color: @text;
113 + text-decoration: none;
114 + font-weight: 600;
115 +
116 + &:hover,
117 + &:focus {
118 + color: @brand;
119 + text-decoration: none;
120 + }
121 + }
122 +
123 + .nav-cta {
124 + color: #fff;
125 + background: @brand;
126 + border: 1px solid @brand;
127 + border-radius: 6px;
128 + padding: 8px 14px;
129 +
130 + &:hover,
131 + &:focus {
132 + color: #fff;
133 + background: @brand-strong;
134 + border-color: @brand-strong;
135 + }
136 + }
70 70  }
71 71  
72 -.btn-main {
73 - color: #fff;
139 +/* ========== Buttons ========== */
140 +
141 +.btn-primary {
74 74   background: @brand;
143 + border-color: @brand;
144 + color: #fff;
75 75  
76 76   &:hover,
77 77   &:focus {
78 - color: #fff;
79 79   background: @brand-strong;
80 - text-decoration: none;
149 + border-color: @brand-strong;
150 + color: #fff;
81 81   }
82 82  }
83 83  
84 84  .btn-secondary {
85 85   color: @brand;
86 - background: fade(@brand, 8%);
87 - border: 1px solid fade(@brand, 20%);
156 + background: #fff;
157 + border: 1px solid fade(@brand, 35%);
88 88  
89 89   &:hover,
90 90   &:focus {
91 91   color: @brand-strong;
92 - background: fade(@brand, 12%);
93 - text-decoration: none;
162 + border-color: @brand;
163 + background: @brand-bg;
94 94   }
95 95  }
96 96  
97 -.cta-row {
98 - display: flex;
99 - gap: 10px;
100 - flex-wrap: wrap;
101 - justify-content: center;
102 - margin-top: 16px;
103 -}
167 +/* ========== Hero ========== */
104 104  
105 -/* ===== Landing page hero ===== */
169 +.hero {
170 + overflow: hidden;
171 + background-repeat: no-repeat;
172 + background-attachment: scroll;
106 106  
107 -.landing-hero {
108 - text-align: center;
109 - min-height: 340px;
110 - display: flex;
111 - align-items: center;
112 - justify-content: center;
113 - background:
114 - radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
115 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
116 -}
174 + &.hero-centered {
175 + text-align: center;
176 + background:
177 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
178 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
179 + display: flex;
180 + align-items: center;
181 + justify-content: center;
182 + min-height: 330px;
183 + }
117 117  
118 -.landing-hero-inner {
119 - max-width: 860px;
120 - margin: 0 auto;
121 -}
185 + .hero-inner {
186 + max-width: 860px;
187 + margin: 0 auto;
188 + display: flex;
189 + flex-direction: column;
190 + align-items: center;
191 + }
122 122  
123 -.landing-hero h1 {
124 - margin: 0 0 10px;
125 - font-size: 36px;
126 - line-height: 1.18;
127 -}
193 + h1 {
194 + max-width: 790px;
195 + margin-left: auto;
196 + margin-right: auto;
197 + line-height: 1.18;
198 + }
128 128  
129 -.landing-hero .lead {
130 - margin: 0 auto 12px;
131 - max-width: 760px;
132 - font-size: 18px;
133 -}
200 + .lead {
201 + max-width: 820px;
202 + font-size: 19px;
203 + line-height: 1.55;
204 + margin-top: 12px;
205 + }
134 134  
135 -/* ===== Compact page header for section pages ===== */
207 + .benefits {
208 + display: flex;
209 + flex-wrap: wrap;
210 + justify-content: center;
211 + list-style: none;
212 + padding: 0;
213 + margin: 14px 0 0;
214 + color: @muted;
215 + font-size: 14px;
136 136  
137 -.page-header-compact {
138 - padding: 34px 0 28px;
139 - text-align: center;
140 - border-top: none;
141 - background:
142 - radial-gradient(42rem 12rem at 50% -20%, #E7FFF8 0%, transparent 65%);
217 + li + li::before {
218 + content: "•";
219 + margin: 0 6px;
220 + }
221 + }
143 143  }
144 144  
145 -.page-header-compact .container {
146 - max-width: 850px;
147 -}
148 -
149 -.page-eyebrow {
150 - margin: 0 0 8px;
224 +.hero-kicker {
225 + display: inline-flex;
226 + align-items: center;
227 + gap: 8px;
151 151   color: @brand;
152 - font-size: 12px;
153 - font-weight: 800;
154 - text-transform: uppercase;
155 - letter-spacing: .08em;
229 + background: fade(@brand, 8%);
230 + border: 1px solid fade(@brand, 18%);
231 + border-radius: 999px;
232 + padding: 6px 12px;
233 + margin-bottom: 14px;
234 + font-size: 13px;
235 + font-weight: 700;
156 156  }
157 157  
158 -.page-header-compact h1 {
159 - margin: 0 0 10px;
160 - font-size: 34px;
161 - line-height: 1.15;
162 -}
163 -
164 -/* ===== Benefits / chips ===== */
165 -
166 -.benefits,
167 -.inline-benefits {
238 +.hero-actions,
239 +#hero-cta {
168 168   display: flex;
241 + gap: 12px;
169 169   flex-wrap: wrap;
170 170   justify-content: center;
171 - gap: 8px;
172 - list-style: none;
173 - padding: 0;
174 - margin: 12px 0 0;
244 + margin-top: 22px;
175 175  }
176 176  
177 -.benefits li,
178 -.inline-benefits li {
179 - color: @muted;
180 - font-size: 13px;
181 - background: fade(@brand, 8%);
182 - border: 1px solid fade(@brand, 18%);
183 - border-radius: 999px;
184 - padding: 4px 10px;
247 +/* ========== Trust Strip ========== */
248 +
249 +.trust-strip {
250 + padding: 18px 0;
251 + border-top: 1px solid @line;
252 + background: #fff;
253 +
254 + ul {
255 + max-width: 960px;
256 + margin: 0 auto;
257 + padding: 0;
258 + list-style: none;
259 + display: flex;
260 + justify-content: center;
261 + gap: 22px;
262 + flex-wrap: wrap;
263 + color: @muted;
264 + font-size: 13px;
265 + }
266 +
267 + li {
268 + display: flex;
269 + align-items: center;
270 + gap: 7px;
271 + }
272 +
273 + i {
274 + color: @brand;
275 + }
185 185  }
186 186  
187 -/* ===== Cards ===== */
278 +/* ========== Reusable Grids ========== */
188 188  
280 +.card-grid,
281 +.pathways,
282 +.services-grid,
283 +.resource-grid,
189 189  .widgets {
190 - margin-top: 16px;
191 191   display: grid;
192 - grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
193 - grid-gap: 16px;
286 + grid-gap: 18px;
287 + margin-left: auto;
288 + margin-right: auto;
194 194  }
195 195  
196 -.widget {
197 - padding: 18px;
291 +.card-grid,
292 +.pathways,
293 +.services-grid {
294 + grid-template-columns: repeat(3, minmax(0, 1fr));
295 + max-width: 1040px;
296 + margin-top: 22px;
297 +}
298 +
299 +.resource-grid {
300 + grid-template-columns: repeat(2, minmax(0, 1fr));
301 + max-width: 1040px;
302 + margin-top: 22px;
303 +}
304 +
305 +.widgets {
306 + grid-template-columns: repeat(4, minmax(0, 1fr));
307 + max-width: 1040px;
308 + margin-top: 20px;
309 +}
310 +
311 +.card-grid > *,
312 +.pathways > *,
313 +.services-grid > *,
314 +.resource-grid > *,
315 +.widgets > * {
316 + min-width: 0;
317 +}
318 +
319 +/* ========== Shared Card Style ========== */
320 +
321 +.widget,
322 +.pathway-card,
323 +.service-card,
324 +.resource-card {
198 198   background: #fff;
199 199   border: 1px solid @line;
200 200   border-radius: @radius;
201 201   box-shadow: @shadow-sm;
202 - transition: transform .18s ease, box-shadow .18s ease;
329 +}
330 +
331 +/* ========== Small Widgets ========== */
332 +
333 +.widget {
334 + padding: 18px;
203 203   display: flex;
204 204   flex-direction: column;
205 205   height: 100%;
206 206  
207 - &:hover {
208 - transform: translateY(-2px);
209 - box-shadow: @shadow;
210 - }
211 -
212 212   .icon {
213 213   display: flex;
214 214   align-items: center;
215 215   gap: 10px;
216 - padding-bottom: 6px;
217 - margin-bottom: 8px;
218 - border-bottom: 1px solid fade(@line, 60%);
343 + padding-bottom: 8px;
344 + margin-bottom: 10px;
345 + border-bottom: 1px solid fade(@line, 70%);
219 219  
220 220   i {
221 221   color: @brand;
... ... @@ -223,7 +223,7 @@
223 223  
224 224   h4 {
225 225   margin: 0;
226 - line-height: 1.2;
353 + line-height: 1.25;
227 227   color: @text;
228 228   }
229 229   }
... ... @@ -233,278 +233,1238 @@
233 233   color: @muted;
234 234   line-height: 1.45;
235 235   }
363 +}
236 236  
365 +/* ========== Homepage Pathway Cards ========== */
366 +
367 +.pathway-card {
368 + padding: 24px;
369 + display: flex;
370 + flex-direction: column;
371 + min-height: 100%;
372 +
373 + .card-heading {
374 + display: flex;
375 + align-items: center;
376 + gap: 14px;
377 + margin-bottom: 14px;
378 + }
379 +
380 + .pathway-icon {
381 + width: 52px;
382 + height: 52px;
383 + border-radius: 50%;
384 + display: flex;
385 + align-items: center;
386 + justify-content: center;
387 + color: @brand;
388 + background: fade(@brand, 10%);
389 + font-size: 19px;
390 + flex-shrink: 0;
391 + }
392 +
393 + h3 {
394 + margin: 0;
395 + color: @text;
396 + font-size: 22px;
397 + line-height: 1.25;
398 + }
399 +
400 + p {
401 + color: @muted;
402 + line-height: 1.55;
403 + margin: 0 0 16px;
404 + }
405 +
406 + ul {
407 + margin: 0 0 22px;
408 + padding-left: 18px;
409 + color: @muted;
410 + font-size: 14px;
411 + line-height: 1.55;
412 + }
413 +
414 + li {
415 + margin: 6px 0;
416 + }
417 +
237 237   .card-link {
238 - margin-top: 12px;
419 + margin-top: auto;
420 + padding-top: 4px;
239 239  
240 240   a {
241 241   color: @brand;
242 242   font-weight: 700;
243 - text-decoration: none;
425 + text-decoration: underline;
244 244  
245 - &:hover {
427 + &:hover,
428 + &:focus {
246 246   color: @brand-strong;
247 - text-decoration: underline;
248 248   }
249 249   }
250 250   }
251 251  }
252 252  
253 -/* ===== Service / listing rows ===== */
435 +.industry-trust-section {
436 + background:
437 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
254 254  
255 -.services-grid {
256 - margin-top: 20px;
257 - display: flex;
258 - flex-wrap: wrap;
259 - gap: 24px;
260 - max-width: 960px;
261 - margin-left: auto;
262 - margin-right: auto;
263 - justify-content: center;
264 -}
439 + .industry-trust-panel {
440 + max-width: 1040px;
441 + margin: 0 auto;
442 + padding: 30px 28px;
443 + border: 1px solid fade(@brand, 16%);
444 + border-radius: @radius;
445 + background:
446 + radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%);
447 + box-shadow: @shadow-sm;
448 + text-align: center;
449 + }
265 265  
266 -.service {
267 - flex: 0 1 calc(50% - 12px);
268 - display: flex;
269 - align-items: flex-start;
270 - gap: 16px;
271 - margin-bottom: 8px;
451 + h2 {
452 + margin-bottom: 12px;
453 + }
454 +
455 + .section-intro {
456 + margin-bottom: 20px;
457 + max-width: 820px;
458 + }
459 +
460 + .industry-tags {
461 + max-width: 880px;
462 + margin: 0 auto;
463 + display: flex;
464 + flex-wrap: wrap;
465 + justify-content: center;
466 + gap: 10px;
467 + }
468 +
469 + .industry-tags span {
470 + display: inline-flex;
471 + align-items: center;
472 + padding: 7px 12px;
473 + border: 1px solid fade(@brand, 20%);
474 + border-radius: 999px;
475 + background: #fff;
476 + color: @text;
477 + font-size: 13px;
478 + font-weight: 600;
479 + line-height: 1.2;
480 + box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
481 + }
482 +
483 + .industry-support {
484 + max-width: 820px;
485 + margin: 22px auto 0;
486 + color: @muted;
487 + font-size: 16px;
488 + line-height: 1.6;
489 + }
272 272  }
273 273  
274 -.service-icon {
275 - width: 42px;
276 - height: 42px;
277 - border-radius: 50%;
278 - display: flex;
279 - align-items: center;
280 - justify-content: center;
281 - color: @brand;
282 - background: fade(@brand, 10%);
283 - flex-shrink: 0;
284 - margin-top: 3px;
492 +@media (max-width: 640px) {
493 + .industry-trust-section {
494 + .industry-trust-panel {
495 + padding: 24px 18px;
496 + }
497 +
498 + .industry-tags {
499 + gap: 8px;
500 + }
501 +
502 + .industry-tags span {
503 + font-size: 12px;
504 + padding: 6px 10px;
505 + }
506 + }
285 285  }
286 286  
287 -.service-body {
288 - h4 {
289 - margin: 0 0 4px;
290 - font-size: 1.125rem;
291 - font-weight: 800;
509 +/* ========== Services ========== */
292 292  
293 - a {
294 - color: @text;
295 - text-decoration: none;
511 +.services {
512 + .services-grid {
513 + max-width: 1040px;
514 + }
296 296  
297 - &:hover {
298 - color: @brand;
299 - text-decoration: underline;
516 + .service {
517 + display: flex;
518 + align-items: flex-start;
519 + gap: 16px;
520 + padding: 22px;
521 + background: #fff;
522 + border: 1px solid @line;
523 + border-radius: @radius;
524 + box-shadow: @shadow-sm;
525 +
526 + .service-icon {
527 + width: 46px;
528 + height: 46px;
529 + border-radius: 50%;
530 + display: flex;
531 + align-items: center;
532 + justify-content: center;
533 + font-size: 18px;
534 + color: @brand;
535 + background: fade(@brand, 10%);
536 + flex-shrink: 0;
537 + margin-top: 2px;
538 + }
539 +
540 + .service-body {
541 + h4 {
542 + margin: 0 0 6px;
543 + font-size: 18px;
544 + line-height: 1.25;
545 + font-weight: 800;
546 + color: @text;
300 300   }
548 +
549 + p {
550 + margin: 0 0 8px;
551 + color: @muted;
552 + line-height: 1.5;
553 + }
554 +
555 + ul {
556 + margin: 9px 0 0;
557 + padding-left: 18px;
558 + color: @muted;
559 + font-size: 13px;
560 + line-height: 1.5;
561 + }
562 +
563 + li {
564 + margin: 4px 0;
565 + }
301 301   }
302 302   }
568 +}
303 303  
570 +/* ========== Split / Process Section ========== */
571 +
572 +.split-section {
573 + background:
574 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
575 +}
576 +
577 +.split-grid {
578 + display: grid;
579 + grid-template-columns: 1.1fr .9fr;
580 + grid-gap: 36px;
581 + max-width: 1040px;
582 + margin: 0 auto;
583 + align-items: center;
584 +}
585 +
586 +.split-copy {
587 + h2 {
588 + text-align: left;
589 + margin-top: 0;
590 + }
591 +
304 304   p {
305 - margin: 0 0 6px;
593 + color: @muted;
594 + line-height: 1.6;
595 + }
596 +}
597 +
598 +.process-list {
599 + counter-reset: process;
600 + margin: 0;
601 + padding: 0;
602 + list-style: none;
603 +
604 + li {
605 + counter-increment: process;
606 + position: relative;
607 + padding: 16px 16px 16px 58px;
608 + margin-bottom: 12px;
609 + background: #fff;
610 + border: 1px solid @line;
611 + border-radius: @radius;
612 + box-shadow: @shadow-sm;
613 + color: @muted;
614 + line-height: 1.5;
615 +
616 + &:before {
617 + content: counter(process);
618 + position: absolute;
619 + left: 16px;
620 + top: 16px;
621 + width: 28px;
622 + height: 28px;
623 + border-radius: 50%;
624 + background: fade(@brand, 10%);
625 + color: @brand;
626 + display: flex;
627 + align-items: center;
628 + justify-content: center;
629 + font-weight: 800;
630 + }
631 +
632 + strong {
633 + display: block;
634 + color: @text;
635 + margin-bottom: 3px;
636 + }
637 + }
638 +}
639 +
640 +/* ========== Resources ========== */
641 +
642 +.resource-strip {
643 + background: @brand-bg;
644 +}
645 +
646 +.resource-card {
647 + padding: 20px;
648 +
649 + h4 {
650 + margin: 0 0 8px;
306 306   color: @text;
652 + font-size: 18px;
653 + line-height: 1.25;
654 + }
655 +
656 + p {
657 + color: @muted;
658 + margin: 0 0 12px;
307 307   line-height: 1.5;
308 308   }
309 309  
310 - ul {
311 - margin: .45rem 0 0;
312 - padding-left: 1.1rem;
662 + a {
663 + color: @brand;
664 + font-weight: 700;
665 + }
666 +}
667 +
668 +/* ========== Homepage Resource Strip ========== */
669 +
670 +.homepage-resource-strip {
671 + background:
672 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
673 +
674 + .resource-grid {
675 + max-width: 1040px;
676 + margin: 22px auto 0;
677 + display: grid;
678 + grid-template-columns: repeat(2, minmax(0, 1fr));
679 + grid-gap: 22px;
680 + align-items: stretch;
681 + }
682 +
683 + .resource-card {
684 + display: flex;
685 + flex-direction: column;
686 + min-width: 0;
687 + min-height: 100%;
688 + padding: 26px;
689 + }
690 +
691 + .resource-card h4 {
692 + margin: 0 0 10px;
693 + color: @text;
694 + font-size: 21px;
695 + line-height: 1.25;
696 + font-weight: 700;
697 + }
698 +
699 + .resource-card p {
700 + margin: 0 0 18px;
313 313   color: @muted;
314 - font-size: 13px;
702 + font-size: 15px;
703 + line-height: 1.6;
315 315   }
316 316  
317 - li {
318 - margin: .25rem 0;
319 - line-height: 1.45;
706 + .resource-card a {
707 + margin-top: auto;
708 + color: @brand;
709 + font-weight: 700;
710 + text-decoration: underline;
711 +
712 + &:hover,
713 + &:focus {
714 + color: @brand-strong;
715 + }
320 320   }
717 +}
321 321  
322 - .service-link {
323 - margin-top: .45rem;
324 - font-size: 13px;
719 +@media (max-width: 980px) {
720 + .homepage-resource-strip {
721 + .resource-grid {
722 + grid-template-columns: 1fr;
723 + }
724 + }
725 +}
325 325  
326 - a {
327 - color: @brand;
328 - font-weight: 700;
329 - text-decoration: none;
727 +@media (max-width: 640px) {
728 + .homepage-resource-strip {
729 + .resource-card {
730 + padding: 22px;
731 + }
330 330  
331 - &:hover {
332 - color: @brand-strong;
333 - text-decoration: underline;
334 - }
733 + .resource-card h4 {
734 + font-size: 19px;
335 335   }
336 336   }
337 337  }
338 338  
339 -/* ===== Split section ===== */
739 +/* ========== CTA ========== */
340 340  
341 -.split-section {
342 - display: grid;
343 - grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
344 - gap: 32px;
345 - align-items: start;
346 - max-width: 960px;
741 +.cta-section {
742 + padding: @section-padding;
743 +
744 + .contact-inline {
745 + margin: 0;
746 + color: @muted;
747 +
748 + a {
749 + color: @brand;
750 + }
751 + }
752 +}
753 +
754 +.cta-panel {
755 + max-width: 860px;
347 347   margin: 0 auto;
757 + padding: 32px;
758 + border-radius: @radius;
759 + border: 1px solid fade(@brand, 20%);
760 + background:
761 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
762 + box-shadow: @shadow-sm;
763 + text-align: center;
764 +
765 + h2 {
766 + margin-top: 0;
767 + }
768 +
769 + p {
770 + color: @muted;
771 + line-height: 1.55;
772 + }
348 348  }
349 349  
350 -.panel {
351 - background: #fff;
352 - border: 1px solid @line;
775 +.resource-inline-cta {
776 + display: flex;
777 + align-items: center;
778 + justify-content: space-between;
779 + gap: 22px;
780 + margin: 30px 0;
781 + padding: 20px 22px;
782 + border: 1px solid fade(@brand, 22%);
353 353   border-radius: @radius;
784 + background: @brand-bg;
354 354   box-shadow: @shadow-sm;
355 - padding: 20px;
786 +
787 + p {
788 + margin: 0;
789 + color: @muted;
790 + line-height: 1.55;
791 + }
792 +
793 + strong {
794 + color: @text;
795 + }
796 +
797 + .btn {
798 + flex-shrink: 0;
799 + }
356 356  }
357 357  
358 -.panel h3 {
359 - margin-top: 0;
802 +@media (max-width: 767px) {
803 + .resource-inline-cta {
804 + display: block;
805 + text-align: center;
806 +
807 + p {
808 + margin-bottom: 14px;
809 + }
810 +
811 + .btn {
812 + display: inline-block;
813 + margin-left: auto;
814 + margin-right: auto;
815 + }
816 + }
360 360  }
361 361  
362 -/* ===== Contact / form page ===== */
819 +/* ========== Responsive ========== */
363 363  
364 -.contact-layout {
365 - display: grid;
366 - grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
367 - gap: 32px;
368 - max-width: 1000px;
821 +@media (max-width: 980px) {
822 + .widgets,
823 + .pathways,
824 + .services-grid,
825 + .resource-grid {
826 + grid-template-columns: repeat(2, minmax(0, 1fr));
827 + }
828 +
829 + .split-grid {
830 + grid-template-columns: 1fr;
831 + }
832 +
833 + .split-copy h2 {
834 + text-align: center;
835 + }
836 +}
837 +
838 +@media (max-width: 760px) {
839 + section[id] {
840 + scroll-margin-top: 132px;
841 + }
842 +
843 + .header-inner {
844 + min-height: auto;
845 + padding-top: 14px;
846 + padding-bottom: 14px;
847 + flex-direction: column;
848 + align-items: center;
849 + gap: 12px;
850 + }
851 +
852 + .site-nav {
853 + width: 100%;
854 + justify-content: center;
855 + flex-wrap: wrap;
856 + gap: 10px 16px;
857 + font-size: 14px;
858 +
859 + .nav-cta {
860 + padding: 7px 12px;
861 + }
862 + }
863 +
864 + .hero.hero-centered {
865 + min-height: 280px;
866 + }
867 +
868 + .hero {
869 + .lead {
870 + font-size: 17px;
871 + }
872 +
873 + .benefits {
874 + gap: 4px 10px;
875 +
876 + li + li::before {
877 + content: none;
878 + }
879 + }
880 + }
881 +}
882 +
883 +@media (max-width: 640px) {
884 + section {
885 + padding: @section-padding-mobile;
886 + }
887 +
888 + .widgets,
889 + .pathways,
890 + .services-grid,
891 + .resource-grid {
892 + grid-template-columns: 1fr;
893 + }
894 +
895 + .pathway-card,
896 + .services .service,
897 + .resource-card,
898 + .widget {
899 + padding: 20px;
900 + }
901 +
902 + .services .service {
903 + gap: 14px;
904 + }
905 +
906 + .cta-panel {
907 + padding: 24px 20px;
908 + }
909 +}
910 +
911 +/* ========== Resource / Article Pages ========== */
912 +
913 +.resource-page {
914 + padding-top: 0;
915 +}
916 +
917 +.resource-header {
918 + padding: @section-padding;
919 + border-top: none;
920 + background:
921 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
922 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
923 +
924 + h1 {
925 + margin: 0 auto 14px;
926 + text-align: center;
927 + line-height: 1.18;
928 + }
929 +
930 + .resource-summary {
931 + max-width: 780px;
932 + margin: 0 auto;
933 + color: @muted;
934 + text-align: center;
935 + font-size: 18px;
936 + line-height: 1.55;
937 + }
938 +}
939 +
940 +.resource-layout {
941 + display: block;
942 + max-width: 1080px;
369 369   margin: 0 auto;
370 - align-items: start;
944 + padding-top: 28px;
371 371  }
372 372  
373 -.contact-card {
374 - background: #fff;
375 - border: 1px solid @line;
376 - border-radius: @radius;
377 - box-shadow: @shadow-sm;
378 - padding: 20px;
947 +.resource-layout::after {
948 + content: "";
949 + display: block;
950 + clear: both;
379 379  }
380 380  
381 -.contact-card h3 {
382 - margin-top: 0;
953 +.resource-content {
954 + color: @text;
955 + font-size: 16px;
956 + line-height: 1.68;
957 +
958 + h2 {
959 + text-align: left;
960 + margin: 34px 0 12px;
961 + line-height: 1.28;
962 + }
963 +
964 + h3 {
965 + margin: 24px 0 8px;
966 + line-height: 1.3;
967 + }
968 +
969 + p {
970 + margin: 0 0 16px;
971 + }
972 +
973 + ul,
974 + ol {
975 + margin: 0 0 18px;
976 + padding-left: 22px;
977 + }
978 +
979 + li {
980 + margin: 6px 0;
981 + }
982 +
983 + strong {
984 + color: @text;
985 + }
383 383  }
384 384  
385 -.contact-list {
386 - list-style: none;
988 +.resource-note {
989 + border-left: 4px solid @brand;
990 + background: @brand-bg;
991 + padding: 16px 18px;
992 + margin: 22px 0;
993 + border-radius: 0 @radius @radius 0;
994 +
995 + p:last-child {
996 + margin-bottom: 0;
997 + }
998 +}
999 +
1000 +.resource-note.related-resources {
1001 + p {
1002 + margin-bottom: 10px;
1003 + }
1004 +
1005 + ul {
1006 + margin: 0;
1007 + padding-left: 20px;
1008 + }
1009 +
1010 + li {
1011 + margin: 6px 0;
1012 + color: @muted;
1013 + }
1014 +}
1015 +
1016 +.resource-faq-item {
1017 + display: flow-root;
1018 + border-bottom: 1px solid @line;
1019 + padding: 12px 0;
1020 +
1021 + summary {
1022 + cursor: pointer;
1023 + font-weight: 700;
1024 + color: @text;
1025 + line-height: 1.4;
1026 + }
1027 +
1028 + summary:hover,
1029 + summary:focus {
1030 + color: @brand-strong;
1031 + }
1032 +
1033 + p {
1034 + margin: 10px 0 4px;
1035 + color: @muted;
1036 + }
1037 +}
1038 +
1039 +.resource-checklist {
1040 + margin: 18px 0 24px;
387 387   padding: 0;
388 - margin: 12px 0 0;
1042 + list-style: none;
389 389  
390 390   li {
391 - margin: 8px 0;
1045 + position: relative;
1046 + padding: 10px 0 10px 34px;
1047 + border-bottom: 1px solid @line;
1048 +
1049 + &:before {
1050 + content: "\f00c";
1051 + font-family: FontAwesome;
1052 + position: absolute;
1053 + left: 0;
1054 + top: 11px;
1055 + color: @brand;
1056 + }
1057 + }
1058 +}
1059 +
1060 +.resource-sidebar {
1061 + float: right;
1062 + width: 280px;
1063 + margin-left: 42px;
1064 + margin-bottom: 28px;
1065 + position: sticky;
1066 + top: 96px;
1067 + border: 1px solid @line;
1068 + border-radius: @radius;
1069 + padding: 18px;
1070 + background: #fff;
1071 + box-shadow: @shadow-sm;
1072 +
1073 + h4 {
1074 + margin: 0 0 10px;
1075 + }
1076 +
1077 + ul {
1078 + margin: 0;
1079 + padding-left: 18px;
392 392   color: @muted;
393 393   }
394 394  
395 - i {
396 - color: @brand;
397 - margin-right: 8px;
1083 + li {
1084 + margin: 8px 0;
398 398   }
399 399  
400 400   a {
401 401   color: @brand;
1089 + font-weight: 600;
402 402   }
403 403  }
404 404  
405 -.form-panel {
1093 +.resource-cta {
1094 + display: flex;
1095 + flex-direction: column;
1096 + align-items: center;
1097 + text-align: center;
1098 +
1099 + max-width: 820px;
1100 + margin: 42px auto 0;
1101 + padding: 28px 30px;
1102 + border: 1px solid fade(@brand, 20%);
1103 + border-radius: @radius;
1104 + background: @brand-bg;
1105 +
1106 + h3 {
1107 + margin-top: 0;
1108 + margin-bottom: 10px;
1109 + }
1110 +
1111 + p {
1112 + max-width: 680px;
1113 + margin-left: auto;
1114 + margin-right: auto;
1115 + color: @muted;
1116 + }
1117 +
1118 + .btn {
1119 + margin-top: 8px;
1120 + }
1121 +}
1122 +
1123 +.resource-note,
1124 +.resource-checklist,
1125 +.resource-cta {
1126 + display: flow-root;
1127 +}
1128 +
1129 +@media (max-width: 767px) {
1130 + .resource-cta {
1131 + padding: 24px 20px;
1132 + }
1133 +}
1134 +
1135 +@media (max-width: 900px) {
1136 + .resource-layout {
1137 + padding-top: 22px;
1138 + }
1139 +
1140 + .resource-sidebar {
1141 + float: none;
1142 + width: 100%;
1143 + margin-left: 0;
1144 + margin-bottom: 24px;
1145 + position: static;
1146 + }
1147 +}
1148 +
1149 +/* ========== Products / Extensions Pages ========== */
1150 +
1151 +.product-index-section {
1152 + padding: @section-padding;
1153 +
1154 + h2 {
1155 + margin-bottom: 10px;
1156 + }
1157 +}
1158 +
1159 +.product-card-grid {
1160 + max-width: 980px;
1161 + margin: 26px auto 0;
1162 + display: grid;
1163 + grid-template-columns: 1fr;
1164 + grid-gap: 22px;
1165 +}
1166 +
1167 +.product-card {
1168 + position: relative;
406 406   background: #fff;
407 407   border: 1px solid @line;
408 408   border-radius: @radius;
409 409   box-shadow: @shadow-sm;
410 - padding: 22px;
1173 + padding: 32px;
1174 + display: grid;
1175 + grid-template-columns: 70px 1fr;
1176 + grid-gap: 24px;
1177 + align-items: start;
1178 + overflow: hidden;
1179 +
1180 + &:before {
1181 + content: "";
1182 + position: absolute;
1183 + inset: 0 auto 0 0;
1184 + width: 5px;
1185 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1186 + }
1187 +
1188 + .product-card-icon {
1189 + width: 58px;
1190 + height: 58px;
1191 + border-radius: 50%;
1192 + background: fade(@brand, 10%);
1193 + border: 1px solid fade(@brand, 22%);
1194 + color: @brand;
1195 + display: flex;
1196 + align-items: center;
1197 + justify-content: center;
1198 + font-size: 22px;
1199 + flex-shrink: 0;
1200 + }
1201 +
1202 + .product-card-body {
1203 + min-width: 0;
1204 + }
1205 +
1206 + h3 {
1207 + margin: 0 0 10px;
1208 + color: @text;
1209 + font-size: 25px;
1210 + line-height: 1.22;
1211 + font-weight: 800;
1212 + }
1213 +
1214 + p {
1215 + color: @muted;
1216 + line-height: 1.6;
1217 + }
1218 +
1219 + .product-card-description {
1220 + max-width: 760px;
1221 + margin: 0 0 14px;
1222 + font-size: 16px;
1223 + }
411 411  }
412 412  
413 -.form-panel .xform dl {
414 - margin: 0;
1226 +.product-card-kicker {
1227 + display: inline-flex;
1228 + align-items: center;
1229 + gap: 7px;
1230 + width: fit-content;
1231 + margin-bottom: 10px;
1232 + padding: 5px 10px;
1233 + border: 1px solid fade(@brand, 24%);
1234 + border-radius: 999px;
1235 + background: fade(@brand, 8%);
1236 + color: @brand-strong;
1237 + font-size: 12px;
1238 + font-weight: 800;
1239 + text-transform: uppercase;
1240 + letter-spacing: .04em;
1241 +
1242 + i {
1243 + color: @brand;
1244 + }
415 415  }
416 416  
417 -.form-panel .xform dt {
418 - margin-top: 12px;
1247 +.product-highlights {
1248 + margin: 14px 0 22px;
1249 + padding-left: 18px;
1250 + color: @muted;
1251 +
1252 + li {
1253 + margin: 6px 0;
1254 + line-height: 1.45;
1255 + }
419 419  }
420 420  
421 -.form-panel .xform dt:first-child {
422 - margin-top: 0;
1258 +.product-card-actions {
1259 + display: flex;
1260 + align-items: center;
1261 + gap: 16px;
1262 + flex-wrap: wrap;
1263 +
1264 + .btn {
1265 + font-weight: 700;
1266 + }
423 423  }
424 424  
425 -.form-panel .xform label {
426 - color: @text;
1269 +.product-card-contact {
1270 + color: @brand;
427 427   font-weight: 700;
1272 + text-decoration: underline;
1273 +
1274 + &:hover,
1275 + &:focus {
1276 + color: @brand-strong;
1277 + }
428 428  }
429 429  
430 -.form-panel .xform .xHint {
431 - display: block;
432 - color: @muted;
433 - font-size: 12px;
434 - margin-top: 2px;
1280 +@media (max-width: 640px) {
1281 + .product-card {
1282 + grid-template-columns: 1fr;
1283 + padding: 26px 22px;
1284 + text-align: left;
1285 +
1286 + &:before {
1287 + width: 4px;
1288 + }
1289 +
1290 + .product-card-icon {
1291 + margin-bottom: 2px;
1292 + }
1293 +
1294 + h3 {
1295 + font-size: 22px;
1296 + }
1297 + }
1298 +
1299 + .product-card-actions {
1300 + gap: 12px;
1301 + }
435 435  }
436 436  
437 -.form-panel .xform dd {
438 - margin-left: 0;
439 - margin-bottom: 10px;
1304 +/* ========== Individual Product Pages ========== */
1305 +
1306 +.product-layout {
1307 + display: grid;
1308 + grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1309 + grid-gap: 32px;
1310 + max-width: 1040px;
1311 + margin: 0 auto;
1312 + align-items: start;
440 440  }
441 441  
442 -.form-panel input[type="text"],
443 -.form-panel input[type="email"],
444 -.form-panel textarea,
445 -.form-panel select {
446 - width: 100%;
447 - max-width: 100%;
1315 +.product-summary-card,
1316 +.product-info-card,
1317 +.product-feature,
1318 +.product-gallery-panel {
1319 + background: #fff;
448 448   border: 1px solid @line;
449 - border-radius: 8px;
450 - padding: 8px 10px;
1321 + border-radius: @radius;
1322 + box-shadow: @shadow-sm;
451 451  }
452 452  
453 -/* ===== CTA ===== */
1325 +.product-summary-card {
1326 + padding: 28px;
454 454  
455 -.cta-section {
456 - padding: 24px 0 16px;
1328 + h2 {
1329 + text-align: left;
1330 + margin-top: 0;
1331 + margin-bottom: 14px;
1332 + line-height: 1.25;
1333 + }
1334 +
1335 + p {
1336 + color: @muted;
1337 + line-height: 1.62;
1338 + }
1339 +
1340 + p:last-child {
1341 + margin-bottom: 0;
1342 + }
457 457  }
458 458  
459 -.contact-inline {
460 - margin: 0;
1345 +.product-info-card {
1346 + padding: 24px;
1347 +
1348 + h3 {
1349 + margin-top: 0;
1350 + margin-bottom: 12px;
1351 + line-height: 1.3;
1352 + }
1353 +
1354 + p {
1355 + color: @muted;
1356 + line-height: 1.55;
1357 + }
1358 +
1359 + ul {
1360 + margin: 0;
1361 + padding-left: 20px;
1362 + color: @muted;
1363 + }
1364 +
1365 + li {
1366 + margin: 8px 0;
1367 + line-height: 1.3;
1368 + }
1369 +}
1370 +
1371 +.product-card-note {
1372 + margin: 0 0 14px;
461 461   color: @muted;
1374 + line-height: 1.55;
1375 +}
462 462  
463 - a {
1377 +.product-feature-grid {
1378 + display: grid;
1379 + grid-template-columns: repeat(3, minmax(0, 1fr));
1380 + grid-gap: 20px;
1381 + max-width: 1040px;
1382 + margin: 24px auto 0;
1383 +}
1384 +
1385 +.product-feature {
1386 + padding: 24px;
1387 + min-width: 0;
1388 + min-height: 100%;
1389 +
1390 + .card-heading,
1391 + .feature-heading {
1392 + display: flex;
1393 + align-items: center;
1394 + gap: 14px;
1395 + margin-bottom: 14px;
1396 + }
1397 +
1398 + .feature-icon {
1399 + width: 46px;
1400 + height: 46px;
1401 + border-radius: 50%;
1402 + background: fade(@brand, 10%);
464 464   color: @brand;
465 - font-weight: 700;
1404 + display: flex;
1405 + align-items: center;
1406 + justify-content: center;
1407 + font-size: 18px;
1408 + flex-shrink: 0;
466 466   }
1410 +
1411 + h3 {
1412 + margin: 0;
1413 + color: @text;
1414 + font-size: 18px;
1415 + line-height: 1.25;
1416 + }
1417 +
1418 + p {
1419 + margin: 0;
1420 + color: @muted;
1421 + line-height: 1.52;
1422 + }
467 467  }
468 468  
469 -/* ===== Compact sections ===== */
1425 +.product-gallery-caption {
1426 + max-width: 820px;
1427 + margin: 12px auto 0;
1428 + color: @muted;
1429 + font-size: 14px;
1430 + line-height: 1.5;
1431 + text-align: center;
1432 +}
470 470  
471 -.compact-section {
472 - padding: 28px 0;
1434 +/* Keep the default XWiki gallery style.
1435 + Only add spacing before it and center it. */
1436 +.gallery.xGallery {
1437 + margin: 25px auto;
1438 + width: 920px;
1439 + height: 518px;
473 473  }
474 474  
475 -.compact-section h2 {
476 - margin-top: 0;
477 - margin-bottom: 14px;
1442 +.product-section-muted {
1443 + background:
1444 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
478 478  }
479 479  
480 -/* ===== Responsive ===== */
1447 +/* Compact process list when used inside a product card. */
1448 +.product-summary-card .process-list {
1449 + margin-top: 16px;
481 481  
482 -@media (max-width: 767px) {
483 - section {
484 - padding: 26px 0;
1451 + li {
1452 + padding: 13px 14px 13px 50px;
1453 + margin-bottom: 10px;
1454 + box-shadow: none;
485 485   }
486 486  
487 - .landing-hero {
488 - min-height: 280px;
1457 + li:before {
1458 + left: 14px;
1459 + top: 14px;
1460 + width: 24px;
1461 + height: 24px;
1462 + font-size: 12px;
489 489   }
490 490  
491 - .landing-hero h1,
492 - .page-header-compact h1 {
493 - font-size: 28px;
1465 + strong {
1466 + margin-bottom: 2px;
494 494   }
1468 +}
495 495  
496 - .page-lead,
497 - .landing-hero .lead {
498 - font-size: 16px;
1470 +/* Kept for older product pages that still use a screenshot placeholder/panel. */
1471 +.product-gallery-panel {
1472 + max-width: 1040px;
1473 + margin: 20px auto 0;
1474 + padding: 26px;
1475 +
1476 + h2 {
1477 + margin-top: 0;
1478 + text-align: center;
499 499   }
500 500  
501 - .service {
502 - flex: 0 1 100%;
1481 + .gallery-note {
1482 + max-width: 700px;
1483 + margin: 0 auto 18px;
1484 + color: @muted;
1485 + text-align: center;
1486 + line-height: 1.55;
503 503   }
1488 +}
504 504  
505 - .split-section,
506 - .contact-layout {
1490 +.product-gallery-placeholder {
1491 + min-height: 260px;
1492 + padding: 28px;
1493 + border: 1px dashed fade(@brand, 40%);
1494 + border-radius: @radius;
1495 + background: fade(@brand, 5%);
1496 + color: @muted;
1497 + text-align: center;
1498 + display: flex;
1499 + align-items: center;
1500 + justify-content: center;
1501 +}
1502 +
1503 +@media (max-width: 980px) {
1504 + .product-layout,
1505 + .product-feature-grid {
507 507   grid-template-columns: 1fr;
508 - gap: 20px;
509 509   }
1508 +
1509 + .product-summary-card h2 {
1510 + text-align: center;
1511 + }
510 510  }
1513 +
1514 +@media (max-width: 640px) {
1515 + .product-card {
1516 + grid-template-columns: 1fr;
1517 + padding: 22px;
1518 + text-align: left;
1519 +
1520 + .product-card-icon {
1521 + margin-bottom: 2px;
1522 + }
1523 + }
1524 +
1525 + .product-summary-card,
1526 + .product-info-card,
1527 + .product-feature,
1528 + .product-gallery-panel {
1529 + padding: 20px;
1530 + }
1531 +
1532 + .product-feature {
1533 + .card-heading,
1534 + .feature-heading {
1535 + gap: 12px;
1536 + }
1537 +
1538 + .feature-icon {
1539 + width: 42px;
1540 + height: 42px;
1541 + font-size: 16px;
1542 + }
1543 + }
1544 +
1545 + .gallery.xGallery {
1546 + margin-top: 22px !important;
1547 + }
1548 +
1549 + .product-gallery-caption {
1550 + margin-top: 10px;
1551 + padding: 0 14px;
1552 + }
1553 +
1554 + .product-summary-card .process-list li {
1555 + padding-left: 46px;
1556 + }
1557 +}
1558 +
1559 +/* ========== Resources Index ========== */
1560 +
1561 +.resources-index-page {
1562 + background: #fff;
1563 +
1564 + .services-grid {
1565 + grid-template-columns: repeat(2, minmax(0, 1fr));
1566 + }
1567 +}
1568 +
1569 +@media (max-width: 980px) {
1570 + .resources-index-page {
1571 + .services-grid {
1572 + grid-template-columns: 1fr;
1573 + }
1574 + }
1575 +}
1576 +
1577 +@media (max-width: 767px) {
1578 + .resources-index-page {
1579 + padding: @section-padding-mobile;
1580 + }
1581 +}
1582 +
1583 +.resource-faq-item {
1584 + border-bottom: 1px solid @line;
1585 + padding: 12px 0;
1586 +
1587 + summary {
1588 + cursor: pointer;
1589 + font-weight: 700;
1590 + color: @text;
1591 + }
1592 +
1593 + p {
1594 + margin: 10px 0 4px;
1595 + color: @muted;
1596 + }
1597 +}
XWiki.XWikiRights[0]
allow
... ... @@ -1,1 +1,0 @@
1 -Allow
groups
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiAllGroup
levels
... ... @@ -1,1 +1,0 @@
1 -view
users
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,0 +1,1 @@
1 +Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms.
metaTitle
... ... @@ -1,0 +1,1 @@
1 +Professional XWiki Consulting, Upgrades and Development | Agnease
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,0 +1,1 @@
1 +long
code
... ... @@ -1,0 +1,158 @@
1 +/* ========== Agnease Public Top Menu ========== */
2 +/* Top-level menu items */
3 +
4 +#menuview .agnease-menu-item,
5 +#menuview .agnease-menu-link {
6 + > a,
7 + > .dropdown-toggle {
8 + color: @brand;
9 + font-size: 17px;
10 + font-weight: 600;
11 + padding-left: 16px;
12 + padding-right: 16px;
13 + text-decoration: none;
14 + background: transparent;
15 + }
16 +
17 + > a:hover,
18 + > a:focus,
19 + > a:active,
20 + &.open > a,
21 + &.active > a {
22 + color: @brand-strong;
23 + text-decoration: none;
24 + outline: none;
25 + background: transparent;
26 + }
27 +
28 + .caret {
29 + margin-left: 5px;
30 + border-top-color: @brand;
31 + border-bottom-color: @brand;
32 + }
33 +
34 + > a:hover .caret,
35 + > a:focus .caret,
36 + > a:active .caret,
37 + &.open > a .caret,
38 + &.active > a .caret {
39 + border-top-color: @brand-strong;
40 + border-bottom-color: @brand-strong;
41 + }
42 +}
43 +
44 +/* Dropdown panel */
45 +
46 +#menuview .agnease-dropdown {
47 + min-width: 310px;
48 + padding: 10px 8px;
49 + border: 1px solid fade(@brand, 18%);
50 + border-radius: 12px;
51 + background: #fff;
52 + box-shadow: 0 12px 32px fade(@brand-strong, 12%);
53 +
54 + > li > a {
55 + display: flex;
56 + align-items: center;
57 + gap: 12px;
58 + padding: 11px 14px;
59 + color: @brand;
60 + white-space: nowrap;
61 + font-size: 16px;
62 + font-weight: 600;
63 + line-height: 1.3;
64 + text-decoration: none;
65 + background: transparent;
66 +
67 + i {
68 + width: 20px;
69 + flex: 0 0 20px;
70 + color: @brand;
71 + text-align: center;
72 + font-size: 15px;
73 + }
74 +
75 + &:hover,
76 + &:focus,
77 + &:active {
78 + color: @brand-strong;
79 + text-decoration: none;
80 + outline: none;
81 + background: transparent;
82 +
83 + i {
84 + color: @brand-strong;
85 + }
86 + }
87 + }
88 +
89 + > .active > a {
90 + color: @brand-strong;
91 + background: transparent;
92 +
93 + i {
94 + color: @brand-strong;
95 + }
96 + }
97 +
98 + .divider {
99 + margin: 8px 0;
100 + background-color: fade(@brand, 16%);
101 + }
102 +}
103 +
104 +/* Mobile */
105 +
106 +@media (max-width: 767px) {
107 + #menuview {
108 + margin-left: 0;
109 + width: 100%;
110 + }
111 +
112 + #menuview .navbar-nav {
113 + float: none;
114 + margin: 0;
115 + width: 100%;
116 + text-align: center;
117 + }
118 +
119 + #menuview .navbar-nav > li {
120 + float: none;
121 + display: inline-block;
122 + }
123 +
124 + #menuview .navbar-nav > li.agnease-menu-item > a,
125 + #menuview .navbar-nav > li.agnease-menu-link > a,
126 + #menuview .navbar-nav > li.agnease-menu-item > .dropdown-toggle,
127 + #menuview .navbar-nav > li.agnease-menu-link > .dropdown-toggle {
128 + font-size: 16px;
129 + padding: 10px 10px;
130 + text-align: center;
131 + }
132 +
133 + #menuview .agnease-dropdown {
134 + min-width: 0;
135 + width: 100%;
136 + padding: 4px 8px 8px 18px;
137 + border: 0;
138 + border-radius: 0;
139 + box-shadow: none;
140 + background: transparent;
141 + text-align: left;
142 +
143 + > li > a {
144 + padding: 8px 10px;
145 + white-space: normal;
146 + font-size: 15px;
147 +
148 + i {
149 + width: 18px;
150 + flex-basis: 18px;
151 + }
152 + }
153 +
154 + .divider {
155 + margin: 5px 0;
156 + }
157 + }
158 +}
contentType
... ... @@ -1,0 +1,1 @@
1 +LESS
name
... ... @@ -1,0 +1,1 @@
1 +Menu
use
... ... @@ -1,0 +1,1 @@
1 +onDemand