Changes for page Public Web Site

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

From version 4.5
edited by Agnease
on 2026/05/01 12:06
Change comment: There is no comment for this version
To version 25.4
edited by Agnease
on 2026/06/30 11:05
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,176 +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>$entry.title</h4>
131 - <p>$entry.content</p>
132 - <ul>
133 - #foreach ($item in $entry.items)
134 - <li>$item</li>
135 - #end
136 - </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>
137 137   </div>
138 - </article>
139 - #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>
140 140   </div>
141 141   </div>
142 142   </section>
143 - ## CTA INLINE
144 - <section id="contact" class="cta-section">
113 +
114 + <section class="industry-trust-section" aria-labelledby="industry-trust-title">
145 145   <div class="container">
146 - <p class="text-center contact-inline">
147 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
148 - </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>
149 149   </div>
150 150   </section>
151 - {{/html}}
152 -#end
153 153  
154 -#macro(requestConsultationModal)
155 - <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
156 - <div class="modal-dialog">
157 - <div class="modal-content">
158 - <div class="modal-header">
159 - <button type="button" class="close" data-dismiss="modal">&times;</button>
160 - <h4 class="modal-title">Request a consultation</h4>
161 - </div>
162 - <div class="modal-body">
163 - <div>
164 - ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
165 - #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>
166 166   </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>
167 167   </div>
168 - <div class="modal-footer">
169 - ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
170 - ## 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>
171 171   </div>
172 172   </div>
173 - </div>
174 - </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}}
175 175  #end
176 176  
177 177  #macro (stripHTMLMacro $displayOutput)
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,14 +1,34 @@
1 -/* ========== Agnease Landing (no Bootstrap grid) ========== */
1 +/* ========== Agnease Public Website ========== */
2 +/* Old look and feel. */
2 2  @brand: #00937D;
3 3  @brand-strong: #007B6A;
5 +@brand-soft: #E7FFF8;
6 +@brand-bg: #F4FCFA;
4 4  @text: #2D3A34;
5 5  @muted: #5B6B64;
6 6  @line: #E4ECE9;
7 7  @radius: 16px;
8 -@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 -@shadow: 0 12px 36px rgba(0,0,0,.08);
11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08);
10 10  @maxw: 1140px;
11 11  
15 +
16 +@brand-bg: #F7F9FC;
17 +@text: #07182D;
18 +@text-soft: #10243D;
19 +@muted: #64748B;
20 +/*
21 +@line: #E6EBF2;
22 +@radius: 18px;
23 +@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
24 +@shadow: 0 30px 80px rgba(15, 23, 42, .12);
25 +@maxw: 1240px;
26 +*/
27 +@section-padding: 30px 0;
28 +@section-padding-mobile: 28px 0;
29 +
30 +/* ========== Base ========== */
31 +
12 12  #mainContentArea {
13 13   padding: 0;
14 14  }
... ... @@ -15,26 +15,148 @@
15 15  
16 16  .container {
17 17   max-width: @maxw;
38 + margin-left: auto;
39 + margin-right: auto;
40 + padding-left: 18px;
41 + padding-right: 18px;
18 18  }
19 19  
44 +html {
45 + scroll-behavior: smooth;
46 +}
47 +
48 +section {
49 + padding: @section-padding;
50 + border-top: 1px solid @line;
51 +
52 + &:first-of-type {
53 + border-top: none;
54 + }
55 +}
56 +
57 +section[id] {
58 + scroll-margin-top: 92px;
59 +}
60 +
61 +h1,
62 +h2,
63 +h3,
64 +h4 {
65 + color: @text;
66 +}
67 +
68 +h2 {
69 + text-align: center;
70 + margin-top: 0;
71 +}
72 +
20 20  .lead {
21 21   color: @muted;
22 22   text-align: center;
76 + margin-bottom: 0;
23 23  }
24 -h2 {
78 +
79 +.section-intro {
80 + max-width: 760px;
81 + margin: 0 auto 22px;
25 25   text-align: center;
83 + color: @muted;
84 + font-size: 16px;
85 + line-height: 1.55;
26 26  }
27 27  
28 -section {
29 - padding: 32px 0;
30 - border-top: 1px solid @line;
88 +a {
89 + color: @brand;
31 31  
32 - &:first-of-type {
33 - border-top: none;
91 + &:hover,
92 + &:focus {
93 + color: @brand-strong;
34 34   }
35 35  }
36 36  
37 -/* ===== HERO ===== */
97 +/* ========== Header / Navigation ========== */
98 +
99 +.site-header {
100 + position: sticky;
101 + top: 0;
102 + z-index: 1000;
103 + background: fade(#fff, 96%);
104 + border-bottom: 1px solid fade(@line, 85%);
105 + backdrop-filter: blur(8px);
106 +}
107 +
108 +.header-inner {
109 + min-height: 72px;
110 + display: flex;
111 + align-items: center;
112 + justify-content: space-between;
113 + gap: 24px;
114 +}
115 +
116 +.site-nav {
117 + display: flex;
118 + align-items: center;
119 + gap: 22px;
120 + font-size: 15px;
121 +
122 + a {
123 + color: @text;
124 + text-decoration: none;
125 + font-weight: 600;
126 +
127 + &:hover,
128 + &:focus {
129 + color: @brand;
130 + text-decoration: none;
131 + }
132 + }
133 +
134 + .nav-cta {
135 + color: #fff;
136 + background: @brand;
137 + border: 1px solid @brand;
138 + border-radius: 6px;
139 + padding: 8px 14px;
140 +
141 + &:hover,
142 + &:focus {
143 + color: #fff;
144 + background: @brand-strong;
145 + border-color: @brand-strong;
146 + }
147 + }
148 +}
149 +
150 +/* ========== Buttons ========== */
151 +
152 +.btn-primary {
153 + background: @brand;
154 + border-color: @brand;
155 + color: #fff;
156 +
157 + &:hover,
158 + &:focus {
159 + background: @brand-strong;
160 + border-color: @brand-strong;
161 + color: #fff;
162 + }
163 +}
164 +
165 +.btn-secondary {
166 + color: @brand;
167 + background: #fff;
168 + border: 1px solid fade(@brand, 35%);
169 +
170 + &:hover,
171 + &:focus {
172 + color: @brand-strong;
173 + border-color: @brand;
174 + background: @brand-bg;
175 + }
176 +}
177 +
178 +/* ========== Hero ========== */
179 +
38 38  .hero {
39 39   overflow: hidden;
40 40   background-repeat: no-repeat;
... ... @@ -43,16 +43,16 @@
43 43   &.hero-centered {
44 44   text-align: center;
45 45   background:
46 - radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
188 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
47 47   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
48 48   display: flex;
49 49   align-items: center;
50 50   justify-content: center;
51 - min-height: 350px;
193 + min-height: 330px;
52 52   }
53 53  
54 54   .hero-inner {
55 - max-width: 850px;
197 + max-width: 860px;
56 56   margin: 0 auto;
57 57   display: flex;
58 58   flex-direction: column;
... ... @@ -59,14 +59,20 @@
59 59   align-items: center;
60 60   }
61 61  
62 - .hero-cta {
63 - display: flex;
64 - gap: 0.8rem;
65 - flex-wrap: wrap;
66 - justify-content: center;
67 - margin-top: 0.3rem;
204 + h1 {
205 + max-width: 790px;
206 + margin-left: auto;
207 + margin-right: auto;
208 + line-height: 1.18;
68 68   }
69 69  
211 + .lead {
212 + max-width: 820px;
213 + font-size: 19px;
214 + line-height: 1.55;
215 + margin-top: 12px;
216 + }
217 +
70 70   .benefits {
71 71   display: flex;
72 72   flex-wrap: wrap;
... ... @@ -73,61 +73,149 @@
73 73   justify-content: center;
74 74   list-style: none;
75 75   padding: 0;
76 - margin: 0.8rem 0 0;
224 + margin: 14px 0 0;
77 77   color: @muted;
78 78   font-size: 14px;
79 79  
80 80   li + li::before {
81 81   content: "•";
82 - margin: 0 5px;
230 + margin: 0 6px;
83 83   }
232 + }
233 +}
84 84  
85 - @media (max-width: 640px) {
86 - li + li::before {
87 - content: none;
88 - }
89 - li:nth-child(1)::after,
90 - li:nth-child(3)::after {
91 - content: "•";
92 - margin: 0 5px;
93 - }
94 - }
235 +.hero-kicker {
236 + display: inline-flex;
237 + align-items: center;
238 + gap: 8px;
239 + color: @brand;
240 + background: fade(@brand, 8%);
241 + border: 1px solid fade(@brand, 18%);
242 + border-radius: 999px;
243 + padding: 6px 12px;
244 + margin-bottom: 14px;
245 + font-size: 13px;
246 + font-weight: 700;
247 +}
248 +
249 +.hero-actions,
250 +#hero-cta {
251 + display: flex;
252 + gap: 12px;
253 + flex-wrap: wrap;
254 + justify-content: center;
255 + margin-top: 22px;
256 +}
257 +
258 +/* ========== Trust Strip ========== */
259 +
260 +.trust-strip {
261 + padding: 18px 0;
262 + border-top: 1px solid @line;
263 + background: #fff;
264 +
265 + ul {
266 + max-width: 960px;
267 + margin: 0 auto;
268 + padding: 0;
269 + list-style: none;
270 + display: flex;
271 + justify-content: center;
272 + gap: 22px;
273 + flex-wrap: wrap;
274 + color: @muted;
275 + font-size: 13px;
95 95   }
277 +
278 + li {
279 + display: flex;
280 + align-items: center;
281 + gap: 7px;
282 + }
283 +
284 + i {
285 + color: @brand;
286 + }
96 96  }
97 97  
98 -/* ===== WHY CHOOSE (cards) ===== */
289 +/* ========== Reusable Grids ========== */
290 +
291 +.card-grid,
292 +.pathways,
293 +.services-grid,
294 +.resource-grid,
99 99  .widgets {
100 - margin-top: 12px;
101 101   display: grid;
102 - grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
103 - grid-gap: 16px;
297 + grid-gap: 18px;
298 + margin-left: auto;
299 + margin-right: auto;
104 104  }
105 105  
106 -.widget {
107 - padding: 18px;
302 +.card-grid,
303 +.pathways,
304 +.services-grid {
305 + grid-template-columns: repeat(3, minmax(0, 1fr));
306 + max-width: 1040px;
307 + margin-top: 22px;
308 +}
309 +
310 +.resource-grid {
311 + grid-template-columns: repeat(2, minmax(0, 1fr));
312 + max-width: 1040px;
313 + margin-top: 22px;
314 +}
315 +
316 +.widgets {
317 + grid-template-columns: repeat(4, minmax(0, 1fr));
318 + max-width: 1040px;
319 + margin-top: 20px;
320 +}
321 +
322 +.card-grid > *,
323 +.pathways > *,
324 +.services-grid > *,
325 +.resource-grid > *,
326 +.widgets > * {
327 + min-width: 0;
328 +}
329 +
330 +/* ========== Shared Card Style ========== */
331 +
332 +.widget,
333 +.pathway-card,
334 +.service-card,
335 +.resource-card {
108 108   background: #fff;
109 109   border: 1px solid @line;
110 110   border-radius: @radius;
111 111   box-shadow: @shadow-sm;
112 - transition: transform .18s ease, box-shadow .18s ease;
340 +}
341 +
342 +/* ========== Small Widgets ========== */
343 +
344 +.widget {
345 + padding: 18px;
113 113   display: flex;
114 114   flex-direction: column;
115 115   height: 100%;
116 116  
117 - &:hover {
118 - transform: translateY(-2px);
119 - box-shadow: @shadow;
120 - }
121 -
122 122   .icon {
123 123   display: flex;
124 124   align-items: center;
125 125   gap: 10px;
126 - padding-bottom: 6px;
127 - margin-bottom: 8px;
128 - border-bottom: 1px solid fade(@line, 60%);
129 - i { color: @brand; }
130 - h4 { margin: 0; line-height: 1.2; color: @text; }
354 + padding-bottom: 8px;
355 + margin-bottom: 10px;
356 + border-bottom: 1px solid fade(@line, 70%);
357 +
358 + i {
359 + color: @brand;
360 + }
361 +
362 + h4 {
363 + margin: 0;
364 + line-height: 1.25;
365 + color: @text;
366 + }
131 131   }
132 132  
133 133   p {
... ... @@ -137,31 +137,170 @@
137 137   }
138 138  }
139 139  
140 -/* ===== SERVICES ===== */
141 -.services {
142 - .services-grid {
143 - margin-top: 20px;
376 +/* ========== Homepage Pathway Cards ========== */
377 +
378 +.pathway-card {
379 + padding: 24px;
380 + display: flex;
381 + flex-direction: column;
382 + min-height: 100%;
383 +
384 + .card-heading {
144 144   display: flex;
145 - flex-wrap: wrap;
146 - gap: 24px;
386 + align-items: center;
387 + gap: 14px;
388 + margin-bottom: 14px;
389 + }
147 147  
148 - /* center the whole block under the heading */
149 - max-width: 960px;
150 - margin-left: auto;
151 - margin-right: auto;
391 + .pathway-icon {
392 + width: 52px;
393 + height: 52px;
394 + border-radius: 50%;
395 + display: flex;
396 + align-items: center;
152 152   justify-content: center;
398 + color: @brand;
399 + background: fade(@brand, 10%);
400 + font-size: 19px;
401 + flex-shrink: 0;
153 153   }
154 154  
404 + h3 {
405 + margin: 0;
406 + color: @text;
407 + font-size: 22px;
408 + line-height: 1.25;
409 + }
410 +
411 + p {
412 + color: @muted;
413 + line-height: 1.55;
414 + margin: 0 0 16px;
415 + }
416 +
417 + ul {
418 + margin: 0 0 22px;
419 + padding-left: 18px;
420 + color: @muted;
421 + font-size: 14px;
422 + line-height: 1.55;
423 + }
424 +
425 + li {
426 + margin: 6px 0;
427 + }
428 +
429 + .card-link {
430 + margin-top: auto;
431 + padding-top: 4px;
432 +
433 + a {
434 + color: @brand;
435 + font-weight: 700;
436 + text-decoration: underline;
437 +
438 + &:hover,
439 + &:focus {
440 + color: @brand-strong;
441 + }
442 + }
443 + }
444 +}
445 +
446 +.industry-trust-section {
447 + background:
448 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
449 +
450 + .industry-trust-panel {
451 + max-width: 1040px;
452 + margin: 0 auto;
453 + padding: 30px 28px;
454 + border: 1px solid fade(@brand, 16%);
455 + border-radius: @radius;
456 + background:
457 + radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%);
458 + box-shadow: @shadow-sm;
459 + text-align: center;
460 + }
461 +
462 + h2 {
463 + margin-bottom: 12px;
464 + }
465 +
466 + .section-intro {
467 + margin-bottom: 20px;
468 + max-width: 820px;
469 + }
470 +
471 + .industry-tags {
472 + max-width: 880px;
473 + margin: 0 auto;
474 + display: flex;
475 + flex-wrap: wrap;
476 + justify-content: center;
477 + gap: 10px;
478 + }
479 +
480 + .industry-tags span {
481 + display: inline-flex;
482 + align-items: center;
483 + padding: 7px 12px;
484 + border: 1px solid fade(@brand, 20%);
485 + border-radius: 999px;
486 + background: #fff;
487 + color: @text;
488 + font-size: 13px;
489 + font-weight: 600;
490 + line-height: 1.2;
491 + box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
492 + }
493 +
494 + .industry-support {
495 + max-width: 820px;
496 + margin: 22px auto 0;
497 + color: @muted;
498 + font-size: 16px;
499 + line-height: 1.6;
500 + }
501 +}
502 +
503 +@media (max-width: 640px) {
504 + .industry-trust-section {
505 + .industry-trust-panel {
506 + padding: 24px 18px;
507 + }
508 +
509 + .industry-tags {
510 + gap: 8px;
511 + }
512 +
513 + .industry-tags span {
514 + font-size: 12px;
515 + padding: 6px 10px;
516 + }
517 + }
518 +}
519 +
520 +/* ========== Services ========== */
521 +
522 +.services {
523 + .services-grid {
524 + max-width: 1040px;
525 + }
526 +
155 155   .service {
156 - flex: 0 1 calc(50% - 12px);
157 157   display: flex;
158 158   align-items: flex-start;
159 159   gap: 16px;
160 - margin-bottom: 8px;
531 + padding: 22px;
532 + background: #fff;
533 + border: 1px solid @line;
534 + border-radius: @radius;
535 + box-shadow: @shadow-sm;
161 161  
162 162   .service-icon {
163 - width: 42px;
164 - height: 42px;
538 + width: 46px;
539 + height: 46px;
165 165   border-radius: 50%;
166 166   display: flex;
167 167   align-items: center;
... ... @@ -170,66 +170,1064 @@
170 170   color: @brand;
171 171   background: fade(@brand, 10%);
172 172   flex-shrink: 0;
173 - margin-top: 3px;
548 + margin-top: 2px;
174 174   }
175 175  
176 176   .service-body {
177 177   h4 {
178 - margin: 0 0 4px;
179 - font-size: 1.125rem;
553 + margin: 0 0 6px;
554 + font-size: 18px;
555 + line-height: 1.25;
180 180   font-weight: 800;
557 + color: @text;
181 181   }
559 +
182 182   p {
183 - margin: 0 0 6px;
184 - color: @text;
561 + margin: 0 0 8px;
562 + color: @muted;
185 185   line-height: 1.5;
186 186   }
565 +
187 187   ul {
188 - margin: .45rem 0 0;
189 - padding-left: 1.1rem;
567 + margin: 9px 0 0;
568 + padding-left: 18px;
190 190   color: @muted;
191 191   font-size: 13px;
571 + line-height: 1.5;
192 192   }
573 +
193 193   li {
194 - margin: .25rem 0;
195 - line-height: 1.45;
575 + margin: 4px 0;
196 196   }
197 197   }
198 198   }
579 +}
199 199  
200 - /* ==== Center last item on its own row while keeping 50% width ==== */
201 - .service-center {
202 - /* same width as siblings */
203 - flex: 0 1 calc(55% - 12px);
581 +/* ========== Split / Process Section ========== */
204 204  
205 - /* push to center */
206 - margin-left: auto;
207 - margin-right: auto;
583 +.split-section {
584 + background:
585 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
586 +}
587 +
588 +.split-grid {
589 + display: grid;
590 + grid-template-columns: 1.1fr .9fr;
591 + grid-gap: 36px;
592 + max-width: 1040px;
593 + margin: 0 auto;
594 + align-items: center;
595 +}
596 +
597 +.split-copy {
598 + h2 {
599 + text-align: left;
600 + margin-top: 0;
208 208   }
209 209  
210 - /* Mobile: 1 per row */
211 - @media (max-width: 767px) {
212 - .services-grid {
213 - gap: 16px;
214 - max-width: 100%;
603 + p {
604 + color: @muted;
605 + line-height: 1.6;
606 + }
607 +}
608 +
609 +.process-list {
610 + counter-reset: process;
611 + margin: 0;
612 + padding: 0;
613 + list-style: none;
614 +
615 + li {
616 + counter-increment: process;
617 + position: relative;
618 + padding: 16px 16px 16px 58px;
619 + margin-bottom: 12px;
620 + background: #fff;
621 + border: 1px solid @line;
622 + border-radius: @radius;
623 + box-shadow: @shadow-sm;
624 + color: @muted;
625 + line-height: 1.5;
626 +
627 + &:before {
628 + content: counter(process);
629 + position: absolute;
630 + left: 16px;
631 + top: 16px;
632 + width: 28px;
633 + height: 28px;
634 + border-radius: 50%;
635 + background: fade(@brand, 10%);
636 + color: @brand;
637 + display: flex;
638 + align-items: center;
639 + justify-content: center;
640 + font-weight: 800;
215 215   }
216 216  
217 - .service,
218 - .service-center {
219 - flex: 0 1 100%;
220 - margin-left: 0;
221 - margin-right: 0;
643 + strong {
644 + display: block;
645 + color: @text;
646 + margin-bottom: 3px;
222 222   }
223 223   }
224 224  }
225 225  
226 -/* ===== CTA ===== */
651 +/* ========== Resources ========== */
652 +
653 +.resource-strip {
654 + background: @brand-bg;
655 +}
656 +
657 +.resource-card {
658 + padding: 20px;
659 +
660 + h4 {
661 + margin: 0 0 8px;
662 + color: @text;
663 + font-size: 18px;
664 + line-height: 1.25;
665 + }
666 +
667 + p {
668 + color: @muted;
669 + margin: 0 0 12px;
670 + line-height: 1.5;
671 + }
672 +
673 + a {
674 + color: @brand;
675 + font-weight: 700;
676 + }
677 +}
678 +
679 +/* ========== Homepage Resource Strip ========== */
680 +
681 +.homepage-resource-strip {
682 + background:
683 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
684 +
685 + .resource-grid {
686 + max-width: 1040px;
687 + margin: 22px auto 0;
688 + display: grid;
689 + grid-template-columns: repeat(2, minmax(0, 1fr));
690 + grid-gap: 22px;
691 + align-items: stretch;
692 + }
693 +
694 + .resource-card {
695 + display: flex;
696 + flex-direction: column;
697 + min-width: 0;
698 + min-height: 100%;
699 + padding: 26px;
700 + }
701 +
702 + .resource-card h4 {
703 + margin: 0 0 10px;
704 + color: @text;
705 + font-size: 21px;
706 + line-height: 1.25;
707 + font-weight: 700;
708 + }
709 +
710 + .resource-card p {
711 + margin: 0 0 18px;
712 + color: @muted;
713 + font-size: 15px;
714 + line-height: 1.6;
715 + }
716 +
717 + .resource-card a {
718 + margin-top: auto;
719 + color: @brand;
720 + font-weight: 700;
721 + text-decoration: underline;
722 +
723 + &:hover,
724 + &:focus {
725 + color: @brand-strong;
726 + }
727 + }
728 +}
729 +
730 +@media (max-width: 980px) {
731 + .homepage-resource-strip {
732 + .resource-grid {
733 + grid-template-columns: 1fr;
734 + }
735 + }
736 +}
737 +
738 +@media (max-width: 640px) {
739 + .homepage-resource-strip {
740 + .resource-card {
741 + padding: 22px;
742 + }
743 +
744 + .resource-card h4 {
745 + font-size: 19px;
746 + }
747 + }
748 +}
749 +
750 +/* ========== CTA ========== */
751 +
227 227  .cta-section {
228 - padding: 24px 0 16px;
753 + padding: @section-padding;
229 229  
230 230   .contact-inline {
231 231   margin: 0;
232 232   color: @muted;
233 - a { color: @brand; }
758 +
759 + a {
760 + color: @brand;
761 + }
234 234   }
235 235  }
764 +
765 +.cta-panel {
766 + max-width: 860px;
767 + margin: 0 auto;
768 + padding: 32px;
769 + border-radius: @radius;
770 + border: 1px solid fade(@brand, 20%);
771 + background:
772 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
773 + box-shadow: @shadow-sm;
774 + text-align: center;
775 +
776 + h2 {
777 + margin-top: 0;
778 + }
779 +
780 + p {
781 + color: @muted;
782 + line-height: 1.55;
783 + }
784 +}
785 +
786 +.resource-inline-cta {
787 + display: flex;
788 + align-items: center;
789 + justify-content: space-between;
790 + gap: 22px;
791 + margin: 30px 0;
792 + padding: 20px 22px;
793 + border: 1px solid fade(@brand, 22%);
794 + border-radius: @radius;
795 + background: @brand-bg;
796 + box-shadow: @shadow-sm;
797 +
798 + p {
799 + margin: 0;
800 + color: @muted;
801 + line-height: 1.55;
802 + }
803 +
804 + strong {
805 + color: @text;
806 + }
807 +
808 + .btn {
809 + flex-shrink: 0;
810 + }
811 +}
812 +
813 +@media (max-width: 767px) {
814 + .resource-inline-cta {
815 + display: block;
816 + text-align: center;
817 +
818 + p {
819 + margin-bottom: 14px;
820 + }
821 +
822 + .btn {
823 + display: inline-block;
824 + margin-left: auto;
825 + margin-right: auto;
826 + }
827 + }
828 +}
829 +
830 +/* ========== Responsive ========== */
831 +
832 +@media (max-width: 980px) {
833 + .widgets,
834 + .pathways,
835 + .services-grid,
836 + .resource-grid {
837 + grid-template-columns: repeat(2, minmax(0, 1fr));
838 + }
839 +
840 + .split-grid {
841 + grid-template-columns: 1fr;
842 + }
843 +
844 + .split-copy h2 {
845 + text-align: center;
846 + }
847 +}
848 +
849 +@media (max-width: 760px) {
850 + section[id] {
851 + scroll-margin-top: 132px;
852 + }
853 +
854 + .header-inner {
855 + min-height: auto;
856 + padding-top: 14px;
857 + padding-bottom: 14px;
858 + flex-direction: column;
859 + align-items: center;
860 + gap: 12px;
861 + }
862 +
863 + .site-nav {
864 + width: 100%;
865 + justify-content: center;
866 + flex-wrap: wrap;
867 + gap: 10px 16px;
868 + font-size: 14px;
869 +
870 + .nav-cta {
871 + padding: 7px 12px;
872 + }
873 + }
874 +
875 + .hero.hero-centered {
876 + min-height: 280px;
877 + }
878 +
879 + .hero {
880 + .lead {
881 + font-size: 17px;
882 + }
883 +
884 + .benefits {
885 + gap: 4px 10px;
886 +
887 + li + li::before {
888 + content: none;
889 + }
890 + }
891 + }
892 +}
893 +
894 +@media (max-width: 640px) {
895 + section {
896 + padding: @section-padding-mobile;
897 + }
898 +
899 + .widgets,
900 + .pathways,
901 + .services-grid,
902 + .resource-grid {
903 + grid-template-columns: 1fr;
904 + }
905 +
906 + .pathway-card,
907 + .services .service,
908 + .resource-card,
909 + .widget {
910 + padding: 20px;
911 + }
912 +
913 + .services .service {
914 + gap: 14px;
915 + }
916 +
917 + .cta-panel {
918 + padding: 24px 20px;
919 + }
920 +}
921 +
922 +/* ========== Resource / Article Pages ========== */
923 +
924 +.resource-page {
925 + padding-top: 0;
926 +}
927 +
928 +.resource-header {
929 + padding: @section-padding;
930 + border-top: none;
931 + background:
932 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
933 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
934 +
935 + h1 {
936 + margin: 0 auto 14px;
937 + text-align: center;
938 + line-height: 1.18;
939 + }
940 +
941 + .resource-summary {
942 + max-width: 780px;
943 + margin: 0 auto;
944 + color: @muted;
945 + text-align: center;
946 + font-size: 18px;
947 + line-height: 1.55;
948 + }
949 +}
950 +
951 +.resource-layout {
952 + display: block;
953 + max-width: 1080px;
954 + margin: 0 auto;
955 + padding-top: 28px;
956 +}
957 +
958 +.resource-layout::after {
959 + content: "";
960 + display: block;
961 + clear: both;
962 +}
963 +
964 +.resource-content {
965 + color: @text;
966 + font-size: 16px;
967 + line-height: 1.68;
968 +
969 + h2 {
970 + text-align: left;
971 + margin: 34px 0 12px;
972 + line-height: 1.28;
973 + }
974 +
975 + h3 {
976 + margin: 24px 0 8px;
977 + line-height: 1.3;
978 + }
979 +
980 + p {
981 + margin: 0 0 16px;
982 + }
983 +
984 + ul,
985 + ol {
986 + margin: 0 0 18px;
987 + padding-left: 22px;
988 + }
989 +
990 + li {
991 + margin: 6px 0;
992 + }
993 +
994 + strong {
995 + color: @text;
996 + }
997 +}
998 +
999 +.resource-note {
1000 + border-left: 4px solid @brand;
1001 + background: @brand-bg;
1002 + padding: 16px 18px;
1003 + margin: 22px 0;
1004 + border-radius: 0 @radius @radius 0;
1005 +
1006 + p:last-child {
1007 + margin-bottom: 0;
1008 + }
1009 +}
1010 +
1011 +.resource-note.related-resources {
1012 + p {
1013 + margin-bottom: 10px;
1014 + }
1015 +
1016 + ul {
1017 + margin: 0;
1018 + padding-left: 20px;
1019 + }
1020 +
1021 + li {
1022 + margin: 6px 0;
1023 + color: @muted;
1024 + }
1025 +}
1026 +
1027 +.resource-faq-item {
1028 + display: flow-root;
1029 + border-bottom: 1px solid @line;
1030 + padding: 12px 0;
1031 +
1032 + summary {
1033 + cursor: pointer;
1034 + font-weight: 700;
1035 + color: @text;
1036 + line-height: 1.4;
1037 + }
1038 +
1039 + summary:hover,
1040 + summary:focus {
1041 + color: @brand-strong;
1042 + }
1043 +
1044 + p {
1045 + margin: 10px 0 4px;
1046 + color: @muted;
1047 + }
1048 +}
1049 +
1050 +.resource-checklist {
1051 + margin: 18px 0 24px;
1052 + padding: 0;
1053 + list-style: none;
1054 +
1055 + li {
1056 + position: relative;
1057 + padding: 10px 0 10px 34px;
1058 + border-bottom: 1px solid @line;
1059 +
1060 + &:before {
1061 + content: "\f00c";
1062 + font-family: FontAwesome;
1063 + position: absolute;
1064 + left: 0;
1065 + top: 11px;
1066 + color: @brand;
1067 + }
1068 + }
1069 +}
1070 +
1071 +.resource-sidebar {
1072 + float: right;
1073 + width: 280px;
1074 + margin-left: 42px;
1075 + margin-bottom: 28px;
1076 + position: sticky;
1077 + top: 96px;
1078 + border: 1px solid @line;
1079 + border-radius: @radius;
1080 + padding: 18px;
1081 + background: #fff;
1082 + box-shadow: @shadow-sm;
1083 +
1084 + h4 {
1085 + margin: 0 0 10px;
1086 + }
1087 +
1088 + ul {
1089 + margin: 0;
1090 + padding-left: 18px;
1091 + color: @muted;
1092 + }
1093 +
1094 + li {
1095 + margin: 8px 0;
1096 + }
1097 +
1098 + a {
1099 + color: @brand;
1100 + font-weight: 600;
1101 + }
1102 +}
1103 +
1104 +.resource-cta {
1105 + display: flex;
1106 + flex-direction: column;
1107 + align-items: center;
1108 + text-align: center;
1109 +
1110 + max-width: 820px;
1111 + margin: 42px auto 0;
1112 + padding: 28px 30px;
1113 + border: 1px solid fade(@brand, 20%);
1114 + border-radius: @radius;
1115 + background: @brand-bg;
1116 +
1117 + h3 {
1118 + margin-top: 0;
1119 + margin-bottom: 10px;
1120 + }
1121 +
1122 + p {
1123 + max-width: 680px;
1124 + margin-left: auto;
1125 + margin-right: auto;
1126 + color: @muted;
1127 + }
1128 +
1129 + .btn {
1130 + margin-top: 8px;
1131 + }
1132 +}
1133 +
1134 +.resource-note,
1135 +.resource-checklist,
1136 +.resource-cta {
1137 + display: flow-root;
1138 +}
1139 +
1140 +@media (max-width: 767px) {
1141 + .resource-cta {
1142 + padding: 24px 20px;
1143 + }
1144 +}
1145 +
1146 +@media (max-width: 900px) {
1147 + .resource-layout {
1148 + padding-top: 22px;
1149 + }
1150 +
1151 + .resource-sidebar {
1152 + float: none;
1153 + width: 100%;
1154 + margin-left: 0;
1155 + margin-bottom: 24px;
1156 + position: static;
1157 + }
1158 +}
1159 +
1160 +/* ========== Products / Extensions Pages ========== */
1161 +
1162 +.product-index-section {
1163 + padding: @section-padding;
1164 +
1165 + h2 {
1166 + margin-bottom: 10px;
1167 + }
1168 +}
1169 +
1170 +.product-card-grid {
1171 + max-width: 980px;
1172 + margin: 26px auto 0;
1173 + display: grid;
1174 + grid-template-columns: 1fr;
1175 + grid-gap: 22px;
1176 +}
1177 +
1178 +.product-card {
1179 + position: relative;
1180 + background: #fff;
1181 + border: 1px solid @line;
1182 + border-radius: @radius;
1183 + box-shadow: @shadow-sm;
1184 + padding: 32px;
1185 + display: grid;
1186 + grid-template-columns: 70px 1fr;
1187 + grid-gap: 24px;
1188 + align-items: start;
1189 + overflow: hidden;
1190 +
1191 + &:before {
1192 + content: "";
1193 + position: absolute;
1194 + inset: 0 auto 0 0;
1195 + width: 5px;
1196 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1197 + }
1198 +
1199 + .product-card-icon {
1200 + width: 58px;
1201 + height: 58px;
1202 + border-radius: 50%;
1203 + background: fade(@brand, 10%);
1204 + border: 1px solid fade(@brand, 22%);
1205 + color: @brand;
1206 + display: flex;
1207 + align-items: center;
1208 + justify-content: center;
1209 + font-size: 22px;
1210 + flex-shrink: 0;
1211 + }
1212 +
1213 + .product-card-body {
1214 + min-width: 0;
1215 + }
1216 +
1217 + h3 {
1218 + margin: 0 0 10px;
1219 + color: @text;
1220 + font-size: 25px;
1221 + line-height: 1.22;
1222 + font-weight: 800;
1223 + }
1224 +
1225 + p {
1226 + color: @muted;
1227 + line-height: 1.6;
1228 + }
1229 +
1230 + .product-card-description {
1231 + max-width: 760px;
1232 + margin: 0 0 14px;
1233 + font-size: 16px;
1234 + }
1235 +}
1236 +
1237 +.product-card-kicker {
1238 + display: inline-flex;
1239 + align-items: center;
1240 + gap: 7px;
1241 + width: fit-content;
1242 + margin-bottom: 10px;
1243 + padding: 5px 10px;
1244 + border: 1px solid fade(@brand, 24%);
1245 + border-radius: 999px;
1246 + background: fade(@brand, 8%);
1247 + color: @brand-strong;
1248 + font-size: 12px;
1249 + font-weight: 800;
1250 + text-transform: uppercase;
1251 + letter-spacing: .04em;
1252 +
1253 + i {
1254 + color: @brand;
1255 + }
1256 +}
1257 +
1258 +.product-highlights {
1259 + margin: 14px 0 22px;
1260 + padding-left: 18px;
1261 + color: @muted;
1262 +
1263 + li {
1264 + margin: 6px 0;
1265 + line-height: 1.45;
1266 + }
1267 +}
1268 +
1269 +.product-card-actions {
1270 + display: flex;
1271 + align-items: center;
1272 + gap: 16px;
1273 + flex-wrap: wrap;
1274 +
1275 + .btn {
1276 + font-weight: 700;
1277 + }
1278 +}
1279 +
1280 +.product-card-contact {
1281 + color: @brand;
1282 + font-weight: 700;
1283 + text-decoration: underline;
1284 +
1285 + &:hover,
1286 + &:focus {
1287 + color: @brand-strong;
1288 + }
1289 +}
1290 +
1291 +@media (max-width: 640px) {
1292 + .product-card {
1293 + grid-template-columns: 1fr;
1294 + padding: 26px 22px;
1295 + text-align: left;
1296 +
1297 + &:before {
1298 + width: 4px;
1299 + }
1300 +
1301 + .product-card-icon {
1302 + margin-bottom: 2px;
1303 + }
1304 +
1305 + h3 {
1306 + font-size: 22px;
1307 + }
1308 + }
1309 +
1310 + .product-card-actions {
1311 + gap: 12px;
1312 + }
1313 +}
1314 +
1315 +/* ========== Individual Product Pages ========== */
1316 +
1317 +.product-layout {
1318 + display: grid;
1319 + grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1320 + grid-gap: 32px;
1321 + max-width: 1040px;
1322 + margin: 0 auto;
1323 + align-items: start;
1324 +}
1325 +
1326 +.product-summary-card,
1327 +.product-info-card,
1328 +.product-feature,
1329 +.product-gallery-panel {
1330 + background: #fff;
1331 + border: 1px solid @line;
1332 + border-radius: @radius;
1333 + box-shadow: @shadow-sm;
1334 +}
1335 +
1336 +.product-summary-card {
1337 + padding: 28px;
1338 +
1339 + h2 {
1340 + text-align: left;
1341 + margin-top: 0;
1342 + margin-bottom: 14px;
1343 + line-height: 1.25;
1344 + }
1345 +
1346 + p {
1347 + color: @muted;
1348 + line-height: 1.62;
1349 + }
1350 +
1351 + p:last-child {
1352 + margin-bottom: 0;
1353 + }
1354 +}
1355 +
1356 +.product-info-card {
1357 + padding: 24px;
1358 +
1359 + h3 {
1360 + margin-top: 0;
1361 + margin-bottom: 12px;
1362 + line-height: 1.3;
1363 + }
1364 +
1365 + p {
1366 + color: @muted;
1367 + line-height: 1.55;
1368 + }
1369 +
1370 + ul {
1371 + margin: 0;
1372 + padding-left: 20px;
1373 + color: @muted;
1374 + }
1375 +
1376 + li {
1377 + margin: 8px 0;
1378 + line-height: 1.3;
1379 + }
1380 +}
1381 +
1382 +.product-card-note {
1383 + margin: 0 0 14px;
1384 + color: @muted;
1385 + line-height: 1.55;
1386 +}
1387 +
1388 +.product-feature-grid {
1389 + display: grid;
1390 + grid-template-columns: repeat(3, minmax(0, 1fr));
1391 + grid-gap: 20px;
1392 + max-width: 1040px;
1393 + margin: 24px auto 0;
1394 +}
1395 +
1396 +.product-feature {
1397 + padding: 24px;
1398 + min-width: 0;
1399 + min-height: 100%;
1400 +
1401 + .card-heading,
1402 + .feature-heading {
1403 + display: flex;
1404 + align-items: center;
1405 + gap: 14px;
1406 + margin-bottom: 14px;
1407 + }
1408 +
1409 + .feature-icon {
1410 + width: 46px;
1411 + height: 46px;
1412 + border-radius: 50%;
1413 + background: fade(@brand, 10%);
1414 + color: @brand;
1415 + display: flex;
1416 + align-items: center;
1417 + justify-content: center;
1418 + font-size: 18px;
1419 + flex-shrink: 0;
1420 + }
1421 +
1422 + h3 {
1423 + margin: 0;
1424 + color: @text;
1425 + font-size: 18px;
1426 + line-height: 1.25;
1427 + }
1428 +
1429 + p {
1430 + margin: 0;
1431 + color: @muted;
1432 + line-height: 1.52;
1433 + }
1434 +}
1435 +
1436 +.product-gallery-caption {
1437 + max-width: 820px;
1438 + margin: 12px auto 0;
1439 + color: @muted;
1440 + font-size: 14px;
1441 + line-height: 1.5;
1442 + text-align: center;
1443 +}
1444 +
1445 +/* Keep the default XWiki gallery style.
1446 + Only add spacing before it and center it. */
1447 +.gallery.xGallery {
1448 + margin: 25px auto;
1449 + width: 920px;
1450 + height: 518px;
1451 +}
1452 +
1453 +.product-section-muted {
1454 + background:
1455 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1456 +}
1457 +
1458 +/* Compact process list when used inside a product card. */
1459 +.product-summary-card .process-list {
1460 + margin-top: 16px;
1461 +
1462 + li {
1463 + padding: 13px 14px 13px 50px;
1464 + margin-bottom: 10px;
1465 + box-shadow: none;
1466 + }
1467 +
1468 + li:before {
1469 + left: 14px;
1470 + top: 14px;
1471 + width: 24px;
1472 + height: 24px;
1473 + font-size: 12px;
1474 + }
1475 +
1476 + strong {
1477 + margin-bottom: 2px;
1478 + }
1479 +}
1480 +
1481 +/* Kept for older product pages that still use a screenshot placeholder/panel. */
1482 +.product-gallery-panel {
1483 + max-width: 1040px;
1484 + margin: 20px auto 0;
1485 + padding: 26px;
1486 +
1487 + h2 {
1488 + margin-top: 0;
1489 + text-align: center;
1490 + }
1491 +
1492 + .gallery-note {
1493 + max-width: 700px;
1494 + margin: 0 auto 18px;
1495 + color: @muted;
1496 + text-align: center;
1497 + line-height: 1.55;
1498 + }
1499 +}
1500 +
1501 +.product-gallery-placeholder {
1502 + min-height: 260px;
1503 + padding: 28px;
1504 + border: 1px dashed fade(@brand, 40%);
1505 + border-radius: @radius;
1506 + background: fade(@brand, 5%);
1507 + color: @muted;
1508 + text-align: center;
1509 + display: flex;
1510 + align-items: center;
1511 + justify-content: center;
1512 +}
1513 +
1514 +@media (max-width: 980px) {
1515 + .product-layout,
1516 + .product-feature-grid {
1517 + grid-template-columns: 1fr;
1518 + }
1519 +
1520 + .product-summary-card h2 {
1521 + text-align: center;
1522 + }
1523 +}
1524 +
1525 +@media (max-width: 640px) {
1526 + .product-card {
1527 + grid-template-columns: 1fr;
1528 + padding: 22px;
1529 + text-align: left;
1530 +
1531 + .product-card-icon {
1532 + margin-bottom: 2px;
1533 + }
1534 + }
1535 +
1536 + .product-summary-card,
1537 + .product-info-card,
1538 + .product-feature,
1539 + .product-gallery-panel {
1540 + padding: 20px;
1541 + }
1542 +
1543 + .product-feature {
1544 + .card-heading,
1545 + .feature-heading {
1546 + gap: 12px;
1547 + }
1548 +
1549 + .feature-icon {
1550 + width: 42px;
1551 + height: 42px;
1552 + font-size: 16px;
1553 + }
1554 + }
1555 +
1556 + .gallery.xGallery {
1557 + margin-top: 22px !important;
1558 + }
1559 +
1560 + .product-gallery-caption {
1561 + margin-top: 10px;
1562 + padding: 0 14px;
1563 + }
1564 +
1565 + .product-summary-card .process-list li {
1566 + padding-left: 46px;
1567 + }
1568 +}
1569 +
1570 +/* ========== Resources Index ========== */
1571 +
1572 +.resources-index-page {
1573 + background: #fff;
1574 +
1575 + .services-grid {
1576 + grid-template-columns: repeat(2, minmax(0, 1fr));
1577 + }
1578 +}
1579 +
1580 +@media (max-width: 980px) {
1581 + .resources-index-page {
1582 + .services-grid {
1583 + grid-template-columns: 1fr;
1584 + }
1585 + }
1586 +}
1587 +
1588 +@media (max-width: 767px) {
1589 + .resources-index-page {
1590 + padding: @section-padding-mobile;
1591 + }
1592 +}
1593 +
1594 +.resource-faq-item {
1595 + border-bottom: 1px solid @line;
1596 + padding: 12px 0;
1597 +
1598 + summary {
1599 + cursor: pointer;
1600 + font-weight: 700;
1601 + color: @text;
1602 + }
1603 +
1604 + p {
1605 + margin: 10px 0 4px;
1606 + color: @muted;
1607 + }
1608 +}
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