Changes for page Public Web Site

Last modified by Agnease on 2026/07/10 04:33

From version 28.47
edited by Agnease
on 2026/07/03 15:11
Change comment: There is no comment for this version
To version 4.2
edited by Agnease
on 2026/05/01 12:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Content
... ... @@ -2,260 +2,175 @@
2 2  #macro (displayPublicContent)
3 3   #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
4 4   {{html clean="false"}}
5 - <section class="hero hero-saas" id="top">
6 - <div class="container">
7 - <div class="hero-layout">
8 - <div class="hero-copy">
9 - <h1>Professional XWiki consulting <span>and engineering</span></h1>
10 -
11 - <p class="lead">
12 - Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical engineering support, custom development, integrations and long-term care.
13 - </p>
14 -
15 - <ul class="benefits">
16 - <li>XWiki LTS upgrades</li>
17 - <li>Maintenance and support</li>
18 - <li>Custom XWiki development</li>
19 - <li>Migrations and integrations</li>
20 - </ul>
21 -
22 - <div class="hero-actions" id="hero-cta">
23 - <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">
24 - Book a free discussion
25 - </a>
26 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
27 - </div>
28 - </div>
29 -
30 - <div class="hero-image-wrapper">
31 - <img
32 - class="hero-image"
33 - src="$xwiki.getDocument('PublicWebSite.WebHome').getAttachmentURL('agnease-xwiki-hero.png')"
34 - alt="Illustration of a professional XWiki platform dashboard with upgrade, security and maintenance elements"
35 - width="1200"
36 - height="900"
37 - loading="eager"
38 - />
39 - </div>
40 - </div>
41 - </div>
42 - </section>
43 -#*
5 + ## HERO
44 44   <section class="hero hero-centered" aria-labelledby="hero-title">
45 45   <div class="container hero-inner">
46 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1>
47 -
48 - <p class="lead">
49 - Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical
50 - engineering support, custom development, integrations and long-term care.
51 - </p>
52 -
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>
53 53   <ul class="benefits">
54 - <li>XWiki LTS upgrades</li>
55 - <li>Maintenance and support</li>
56 - <li>Custom XWiki development</li>
57 - <li>Migrations and integrations</li>
11 + <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</li>
12 + <li>Reliable support plans</li>
13 + <li>Custom integrations</li>
14 + <li>Secure, optimized platforms</li>
58 58   </ul>
59 -
60 - <div class="hero-actions">
61 - <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a>
62 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
63 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
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"
64 64   </div>
65 65   </div>
66 66   </section>
67 -*#
68 - <section class="trust-strip" aria-label="Agnease experience">
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">
69 69   <div class="container">
70 - <ul>
71 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li>
72 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li>
73 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li>
74 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li>
75 - </ul>
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>
76 76   </div>
77 77   </section>
78 -
79 - <section aria-labelledby="platform-title">
61 + ## SERVICES
62 + #set ($servicesSectionData = [{
63 + 'title': 'Upgrades',
64 + 'icon': 'refresh',
65 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
66 + 'items': [
67 + 'Audit setup, extensions, and configurations',
68 + 'Test upgrades with backups and validation',
69 + 'Safe production rollout with minimal downtime'
70 + ]
71 + },{
72 + 'title': 'Maintenance, Support & Recovery',
73 + 'icon': 'stethoscope',
74 + 'content': 'Ensure long-term stability and quick response when issues appear.',
75 + 'items': [
76 + 'Monitoring and performance checks',
77 + 'Security patching, log analysis, triage',
78 + 'Issue recovery, data repair, hardening'
79 + ]
80 + },{
81 + 'title': 'Development & Integrations',
82 + 'icon': 'cogs',
83 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
84 + 'items': [
85 + 'Custom apps, macros, automation',
86 + 'SSO, REST APIs, LDAP, CRM links',
87 + 'Maintainable extensions for long-term use'
88 + ]
89 + },{
90 + 'title': 'Hosting & Deployment',
91 + 'icon': 'cloud',
92 + 'content': 'Cloud-ready environments designed for reliability and performance.',
93 + 'items': [
94 + 'Containerized deployment and TLS',
95 + 'Backups, restore strategy, observability',
96 + 'Optimization and load tuning'
97 + ]
98 + },{
99 + 'title': 'Migrations to XWiki',
100 + 'icon': 'exchange',
101 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
102 + 'items': [
103 + 'Preserve hierarchy, attachments, and permissions',
104 + 'Convert macros, categories, and metadata for XWiki',
105 + 'Redirect old URLs and maintain SEO consistency'
106 + ]
107 + }])
108 + <section class="services" aria-labelledby="services-title">
80 80   <div class="container">
81 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2>
82 - <p class="section-intro">
83 - XWiki often grows from a documentation space into a business-critical knowledge platform.
84 - When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care
85 - for upgrades, security, permissions and maintainability.
110 + <h2 id="services-title">Services</h2>
111 + <p class="lead">
112 + All the XWiki services you need, delivered with precision and care
86 86   </p>
87 87  
88 - <div class="pathways">
89 - <article class="pathway-card">
90 - <div class="card-heading">
91 - <div class="pathway-icon">
92 - <i class="fa fa-refresh" aria-hidden="true"></i>
93 - </div>
94 - <h3>Upgrade XWiki safely</h3>
95 - </div>
96 - <p>
97 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
98 - </p>
99 - <ul>
100 - <li>LTS upgrade planning</li>
101 - <li>Extension and custom code review</li>
102 - <li>Staging and production validation</li>
103 - </ul>
104 - <p class="card-link">
105 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
106 - </p>
107 - </article>
115 + #set ($servicesSize = $servicesSectionData.size())
116 + <div class="services-grid">
117 + #foreach ($entry in $servicesSectionData)
118 + #set ($classes = "service")
119 + ## If this is the last item AND the total number is odd, center it
120 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
121 + #set ($classes = "service service-center")
122 + #end
108 108  
109 - <article class="pathway-card">
110 - <div class="card-heading">
111 - <div class="pathway-icon">
112 - <i class="fa fa-life-ring" aria-hidden="true"></i>
124 + <article class="$classes">
125 + <div class="service-icon">
126 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
113 113   </div>
114 - <h3>Maintain XWiki reliably</h3>
115 - </div>
116 - <p>
117 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
118 - </p>
119 - <ul>
120 - <li>Troubleshooting and recovery</li>
121 - <li>Performance and log analysis</li>
122 - <li>Upgrade and maintenance planning</li>
123 - </ul>
124 - <p class="card-link">
125 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
126 - </p>
127 - </article>
128 -
129 - <article class="pathway-card">
130 - <div class="card-heading">
131 - <div class="pathway-icon">
132 - <i class="fa fa-cogs" aria-hidden="true"></i>
128 + <div class="service-body">
129 + <h4>$entry.title</h4>
130 + <p>$entry.content</p>
131 + <ul>
132 + #foreach ($item in $entry.items)
133 + <li>$item</li>
134 + #end
135 + </ul>
133 133   </div>
134 - <h3>Extend XWiki for your processes</h3>
135 - </div>
136 - <p>
137 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
138 - </p>
139 - <ul>
140 - <li>Custom XWiki applications</li>
141 - <li>Workflows and approvals</li>
142 - <li>APIs, SSO, LDAP and integrations</li>
143 - </ul>
144 - <p class="card-link">
145 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
146 - </p>
147 - </article>
137 + </article>
138 + #end
148 148   </div>
149 149   </div>
150 150   </section>
151 -
152 - <div class="contrast-band-wrapper">
153 - <section class="contrast-band" aria-labelledby="industry-trust-title">
154 - <div class="container">
155 - <div class="contrast-panel">
156 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
157 -
158 - <p class="section-intro">
159 - Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
160 - government institutions, transportation, software development, compliance programs and regulated environments.
161 - </p>
162 -
163 - <div class="contrast-tags" aria-label="Industries and environments supported">
164 - <span>Healthcare</span>
165 - <span>Financial services</span>
166 - <span>Scientific research</span>
167 - <span>Government institutions</span>
168 - <span>Transportation</span>
169 - <span>Software development</span>
170 - <span>Compliance programs</span>
171 - <span>Regulated environments</span>
172 - </div>
173 -
174 - <p class="contrast-support">
175 - Organizations rely on these platforms to manage documentation, workflows, compliance processes,
176 - research knowledge and critical business information. From upgrades and authentication integrations
177 - to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
178 - </p>
179 - </div>
180 - </div>
181 - </section>
182 - </div>
183 -
184 - <section class="split-section" aria-labelledby="why-title">
142 + ## CTA INLINE
143 + <section id="contact" class="cta-section">
185 185   <div class="container">
186 - <div class="split-grid">
187 - <div class="split-copy">
188 - <h2 id="why-title">Why work with an XWiki specialist</h2>
189 - <p>
190 - XWiki projects often involve more than pages. Production platforms may include custom code,
191 - extensions, authentication, permissions, workflows, integrations, compliance documentation
192 - and business-critical knowledge.
193 - </p>
194 - <p>
195 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability
196 - and leave the platform easier to maintain after the work is complete.
197 - </p>
198 - </div>
199 -
200 - <ol class="process-list">
201 - <li>
202 - <strong>Review the XWiki environment</strong>
203 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features.
204 - </li>
205 - <li>
206 - <strong>Define the safest next steps</strong>
207 - Scope, risks, dependencies, effort, rollback options and validation requirements.
208 - </li>
209 - <li>
210 - <strong>Implement, validate and document</strong>
211 - Controlled changes, testing, production validation and notes for future maintenance.
212 - </li>
213 - </ol>
214 - </div>
215 - </div>
216 - </section>
217 -
218 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
219 - <div class="container">
220 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2>
221 - <p class="section-intro">
222 - Practical articles about XWiki upgrades, customization and production platform care.
145 + <p class="text-center contact-inline">
146 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
223 223   </p>
224 -
225 - <div class="resource-grid">
226 - <article class="resource-card">
227 - <h4>Why upgrade your XWiki instance?</h4>
228 - <p>
229 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk.
230 - </p>
231 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a>
232 - </article>
233 -
234 - <article class="resource-card">
235 - <h4>XWiki upgrade services</h4>
236 - <p>
237 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations.
238 - </p>
239 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
240 - </article>
241 - </div>
242 242   </div>
243 243   </section>
150 + {{/html}}
151 +#end
244 244  
245 - <section class="cta-section" aria-labelledby="contact-title">
246 - <div class="container">
247 - <div class="cta-panel">
248 - <h2 id="contact-title">Need XWiki consulting or support?</h2>
249 - <p>
250 - Send your current XWiki version, the issue you are facing, or the type of project you want to build.
251 - A short description is enough to define practical next steps.
252 - </p>
253 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
153 +#macro(requestConsultationModal)
154 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
155 + <div class="modal-dialog">
156 + <div class="modal-content">
157 + <div class="modal-header">
158 + <button type="button" class="close" data-dismiss="modal">&times;</button>
159 + <h4 class="modal-title">Request a consultation</h4>
254 254   </div>
161 + <div class="modal-body">
162 + <div>
163 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
164 + #displayFormFromSheetCode()
165 + </div>
166 + </div>
167 + <div class="modal-footer">
168 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
169 + ## value="$escapetool.xml($services.localization.render('yesno_1'))">
170 + </div>
255 255   </div>
256 - </section>
257 -
258 - {{/html}}
172 + </div>
173 + </div>
259 259  #end
260 260  
261 261  #macro (stripHTMLMacro $displayOutput)
agnease-xwiki-hero.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Admin
Size
... ... @@ -1,1 +1,0 @@
1 -981.8 KB
Content
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,1 +1,0 @@
1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms.
metaTitle
... ... @@ -1,1 +1,0 @@
1 -Professional XWiki Consulting, Upgrades and Development | Agnease
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,35 +1,14 @@
1 -/* ========== Agnease Public Website ========== */
2 -/*
1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */
3 3  @brand: #00937D;
4 4  @brand-strong: #007B6A;
5 -@brand-soft: #E7FFF8;
6 -@brand-bg: #F4FCFA;
7 7  @text: #2D3A34;
8 8  @muted: #5B6B64;
9 9  @line: #E4ECE9;
10 10  @radius: 16px;
11 -@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 -@shadow: 0 12px 36px rgba(0, 0, 0, .08);
8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 +@shadow: 0 12px 36px rgba(0,0,0,.08);
13 13  @maxw: 1140px;
14 -*/
15 -@brand: #00937D;
16 -@brand-strong: #007B6A;
17 -@brand-soft: #E7FFF8;
18 -@brand-bg: #F7F9FC;
19 -@text: #07182D;
20 -@text-soft: #10243D;
21 -@muted: #64748B;
22 -@line: #E6EBF2;
23 -@radius: 18px;
24 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
25 -@shadow: 0 30px 80px rgba(15, 23, 42, .12);
26 -@maxw: 1140px;
27 27  
28 -@section-padding: 30px 0;
29 -@section-padding-mobile: 28px 0;
30 -
31 -/* ========== Base ========== */
32 -
33 33  #mainContentArea {
34 34   padding: 0;
35 35  }
... ... @@ -36,142 +36,26 @@
36 36  
37 37  .container {
38 38   max-width: @maxw;
39 - margin-left: auto;
40 - margin-right: auto;
41 - padding-left: 18px;
42 - padding-right: 18px;
43 43  }
44 44  
45 -html {
46 - scroll-behavior: smooth;
47 -}
48 -
49 -section {
50 - padding: @section-padding;
51 - border-top: 1px solid @line;
52 -
53 - &:first-of-type {
54 - border-top: none;
55 - }
56 -}
57 -
58 -section[id] {
59 - scroll-margin-top: 92px;
60 -}
61 -
62 -h1,
63 -h2,
64 -h3,
65 -h4 {
66 - color: @text;
67 -}
68 -
69 -h2 {
70 - text-align: center;
71 - margin-top: 0;
72 -}
73 -
74 74  .lead {
75 75   color: @muted;
76 76   text-align: center;
77 - margin-bottom: 0;
78 78  }
79 -
80 -.section-intro {
81 - max-width: 760px;
82 - margin: 0 auto 22px;
24 +h2 {
83 83   text-align: center;
84 - color: @muted;
85 - font-size: 16px;
86 - line-height: 1.55;
87 87  }
88 88  
89 -a {
90 - color: @brand;
28 +section {
29 + padding: 32px 0;
30 + border-top: 1px solid @line;
91 91  
92 - &:hover,
93 - &:focus {
94 - color: @brand-strong;
32 + &:first-of-type {
33 + border-top: none;
95 95   }
96 96  }
97 97  
98 -/* ========== Header / Navigation ========== */
99 -
100 -.site-header {
101 - position: sticky;
102 - top: 0;
103 - z-index: 1000;
104 - background: fade(#fff, 96%);
105 - border-bottom: 1px solid fade(@line, 85%);
106 - backdrop-filter: blur(8px);
107 -}
108 -
109 -.header-inner {
110 - min-height: 72px;
111 - display: flex;
112 - align-items: center;
113 - justify-content: space-between;
114 - gap: 24px;
115 -}
116 -
117 -.site-nav {
118 - display: flex;
119 - align-items: center;
120 - gap: 22px;
121 - font-size: 15px;
122 -
123 - a {
124 - color: @text;
125 - text-decoration: none;
126 - font-weight: 600;
127 -
128 - &:hover,
129 - &:focus {
130 - color: @brand;
131 - text-decoration: none;
132 - }
133 - }
134 -
135 - .nav-cta {
136 - color: #fff;
137 - background: @brand;
138 - border: 1px solid @brand;
139 - border-radius: 6px;
140 - padding: 8px 14px;
141 -
142 - &:hover,
143 - &:focus {
144 - color: #fff;
145 - background: @brand-strong;
146 - border-color: @brand-strong;
147 - }
148 - }
149 -}
150 -
151 -/* ========== Buttons ========== */
152 -
153 -/*.btn-primary {
154 - background: @brand;
155 - border-color: @brand;
156 - color: #fff;
157 -
158 - &:hover,
159 - &:focus {
160 - background: @brand-strong;
161 - border-color: @brand-strong;
162 - color: #fff;
163 - }
164 -}
165 -*/
166 -.btn-secondary {
167 - color: @text;
168 - background: #fff;
169 - border: 1px solid fade(@text, 35%);
170 -
171 -}
172 -
173 -/* ========== Hero ========== */
174 -
37 +/* ===== HERO ===== */
175 175  .hero {
176 176   overflow: hidden;
177 177   background-repeat: no-repeat;
... ... @@ -179,14 +179,17 @@
179 179  
180 180   &.hero-centered {
181 181   text-align: center;
45 + background:
46 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
47 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
182 182   display: flex;
183 183   align-items: center;
184 184   justify-content: center;
185 - min-height: 330px;
51 + min-height: 350px;
186 186   }
187 187  
188 188   .hero-inner {
189 - max-width: 860px;
55 + max-width: 850px;
190 190   margin: 0 auto;
191 191   display: flex;
192 192   flex-direction: column;
... ... @@ -193,20 +193,14 @@
193 193   align-items: center;
194 194   }
195 195  
196 - h1 {
197 - max-width: 790px;
198 - margin-left: auto;
199 - margin-right: auto;
200 - line-height: 1.18;
62 + .hero-cta {
63 + display: flex;
64 + gap: 0.8rem;
65 + flex-wrap: wrap;
66 + justify-content: center;
67 + margin-top: 0.3rem;
201 201   }
202 202  
203 - .lead {
204 - max-width: 820px;
205 - font-size: 19px;
206 - line-height: 1.55;
207 - margin-top: 12px;
208 - }
209 -
210 210   .benefits {
211 211   display: flex;
212 212   flex-wrap: wrap;
... ... @@ -213,174 +213,61 @@
213 213   justify-content: center;
214 214   list-style: none;
215 215   padding: 0;
216 - margin: 14px 0 0;
76 + margin: 0.8rem 0 0;
217 217   color: @muted;
218 218   font-size: 14px;
219 219  
220 220   li + li::before {
221 221   content: "•";
222 - margin: 0 6px;
82 + margin: 0 5px;
223 223   }
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 + }
224 224   }
225 225  }
226 226  
227 -.hero-kicker {
228 - display: inline-flex;
229 - align-items: center;
230 - gap: 8px;
231 - color: @brand;
232 - background: fade(@brand, 8%);
233 - border: 1px solid fade(@brand, 18%);
234 - border-radius: 999px;
235 - padding: 6px 12px;
236 - margin-bottom: 14px;
237 - font-size: 13px;
238 - font-weight: 700;
239 -}
240 -
241 -.hero-actions,
242 -#hero-cta {
243 - display: flex;
244 - gap: 12px;
245 - flex-wrap: wrap;
246 - justify-content: center;
247 - margin-top: 22px;
248 -}
249 -
250 -/* ========== Contrast Band ========== */
251 -
252 -/* Full‑bleed wrapper */
253 -.contrast-band-wrapper {
254 - position: relative;
255 - overflow: visible;
256 -}
257 -
258 -/* Full‑bleed gradient background */
259 -.contrast-band-wrapper::before {
260 - content: "";
261 - position: absolute;
262 - top: 0;
263 - left: 50%;
264 - width: 100vw;
265 - height: 100%;
266 - transform: translateX(-50%);
267 - z-index: -1;
268 -
269 - background:
270 - radial-gradient(circle at 18% 18%, fade(@brand, 22%) 0%, transparent 28%),
271 - radial-gradient(circle at 86% 12%, fade(@brand, 16%) 0%, transparent 30%),
272 - linear-gradient(135deg, @text 0%, @text-soft 100%);
273 -}
274 -
275 -/* Inner band (no gradient here anymore) */
276 -.contrast-band {
277 - position: relative;
278 - z-index: 0;
279 - padding: 54px 0;
280 - border-top: 0;
281 - color: #fff;
282 - background: none;
283 -}
284 -
285 -/* Grid overlay */
286 -.contrast-band::after {
287 - content: "";
288 - position: absolute;
289 - inset: 0;
290 - background:
291 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px),
292 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px);
293 - background-size: 52px 52px;
294 - opacity: .38;
295 - pointer-events: none;
296 - z-index: 0;
297 -}
298 -
299 -/* Content stays above everything */
300 -.contrast-band .container {
301 - position: relative;
302 - z-index: 1;
303 -}
304 -
305 -
306 -
307 -/* ========== Reusable Grids ========== */
308 -
309 -.card-grid,
310 -.pathways,
311 -.services-grid,
312 -.resource-grid,
98 +/* ===== WHY CHOOSE (cards) ===== */
313 313  .widgets {
100 + margin-top: 12px;
314 314   display: grid;
315 - grid-gap: 18px;
316 - margin-left: auto;
317 - margin-right: auto;
102 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
103 + grid-gap: 16px;
318 318  }
319 319  
320 -.card-grid,
321 -.pathways,
322 -.services-grid {
323 - grid-template-columns: repeat(3, minmax(0, 1fr));
324 - max-width: 1040px;
325 - margin-top: 22px;
326 -}
327 -
328 -.resource-grid {
329 - grid-template-columns: repeat(2, minmax(0, 1fr));
330 - max-width: 1040px;
331 - margin-top: 22px;
332 -}
333 -
334 -.widgets {
335 - grid-template-columns: repeat(4, minmax(0, 1fr));
336 - max-width: 1040px;
337 - margin-top: 20px;
338 -}
339 -
340 -.card-grid > *,
341 -.pathways > *,
342 -.services-grid > *,
343 -.resource-grid > *,
344 -.widgets > * {
345 - min-width: 0;
346 -}
347 -
348 -/* ========== Shared Card Style ========== */
349 -
350 -.widget,
351 -.pathway-card,
352 -.service-card,
353 -.resource-card {
106 +.widget {
107 + padding: 18px;
108 + background: #fff;
354 354   border: 1px solid @line;
355 355   border-radius: @radius;
356 356   box-shadow: @shadow-sm;
357 -}
358 -
359 -/* ========== Small Widgets ========== */
360 -
361 -.widget {
362 - padding: 18px;
112 + transition: transform .18s ease, box-shadow .18s ease;
363 363   display: flex;
364 364   flex-direction: column;
365 365   height: 100%;
366 366  
117 + &:hover {
118 + transform: translateY(-2px);
119 + box-shadow: @shadow;
120 + }
121 +
367 367   .icon {
368 368   display: flex;
369 369   align-items: center;
370 370   gap: 10px;
371 - padding-bottom: 8px;
372 - margin-bottom: 10px;
373 - border-bottom: 1px solid fade(@line, 70%);
374 -
375 - i {
376 - color: @brand;
377 - }
378 -
379 - h4 {
380 - margin: 0;
381 - line-height: 1.25;
382 - color: @text;
383 - }
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; }
384 384   }
385 385  
386 386   p {
... ... @@ -390,95 +390,31 @@
390 390   }
391 391  }
392 392  
393 -/* ========== Homepage Pathway Cards ========== */
394 -
395 -.pathway-card {
396 - padding: 24px;
397 - display: flex;
398 - flex-direction: column;
399 - min-height: 100%;
400 -
401 - .card-heading {
140 +/* ===== SERVICES ===== */
141 +.services {
142 + .services-grid {
143 + margin-top: 20px;
402 402   display: flex;
403 - align-items: center;
404 - gap: 14px;
405 - margin-bottom: 14px;
406 - }
145 + flex-wrap: wrap;
146 + gap: 24px;
407 407  
408 - .pathway-icon {
409 - width: 52px;
410 - height: 52px;
411 - border-radius: 50%;
412 - display: flex;
413 - align-items: center;
148 + /* center the whole block under the heading */
149 + max-width: 960px;
150 + margin-left: auto;
151 + margin-right: auto;
414 414   justify-content: center;
415 - color: @brand;
416 - background: fade(@brand, 10%);
417 - font-size: 19px;
418 - flex-shrink: 0;
419 419   }
420 420  
421 - h3 {
422 - margin: 0;
423 - color: @text;
424 - font-size: 22px;
425 - line-height: 1.25;
426 - }
427 -
428 - p {
429 - color: @muted;
430 - line-height: 1.55;
431 - margin: 0 0 16px;
432 - }
433 -
434 - ul {
435 - margin: 0 0 22px;
436 - padding-left: 18px;
437 - color: @muted;
438 - font-size: 14px;
439 - line-height: 1.55;
440 - }
441 -
442 - li {
443 - margin: 6px 0;
444 - }
445 -
446 - .card-link {
447 - margin-top: auto;
448 - padding-top: 4px;
449 -
450 - a {
451 - color: @brand;
452 - font-weight: 700;
453 - text-decoration: underline;
454 -
455 - &:hover,
456 - &:focus {
457 - color: @brand-strong;
458 - }
459 - }
460 - }
461 -}
462 -
463 -/* ========== Services ========== */
464 -
465 -.services {
466 - .services-grid {
467 - max-width: 1040px;
468 - }
469 -
470 470   .service {
156 + flex: 0 1 calc(50% - 12px);
471 471   display: flex;
472 472   align-items: flex-start;
473 473   gap: 16px;
474 - padding: 22px;
475 - border: 1px solid @line;
476 - border-radius: @radius;
477 - box-shadow: @shadow-sm;
160 + margin-bottom: 8px;
478 478  
479 479   .service-icon {
480 - width: 46px;
481 - height: 46px;
163 + width: 42px;
164 + height: 42px;
482 482   border-radius: 50%;
483 483   display: flex;
484 484   align-items: center;
... ... @@ -487,1380 +487,66 @@
487 487   color: @brand;
488 488   background: fade(@brand, 10%);
489 489   flex-shrink: 0;
490 - margin-top: 2px;
173 + margin-top: 3px;
491 491   }
492 492  
493 493   .service-body {
494 494   h4 {
495 - margin: 0 0 6px;
496 - font-size: 18px;
497 - line-height: 1.25;
178 + margin: 0 0 4px;
179 + font-size: 1.125rem;
498 498   font-weight: 800;
499 - color: @text;
500 500   }
501 -
502 502   p {
503 - margin: 0 0 8px;
504 - color: @muted;
183 + margin: 0 0 6px;
184 + color: @text;
505 505   line-height: 1.5;
506 506   }
507 -
508 508   ul {
509 - margin: 9px 0 0;
510 - padding-left: 18px;
188 + margin: .45rem 0 0;
189 + padding-left: 1.1rem;
511 511   color: @muted;
512 512   font-size: 13px;
513 - line-height: 1.5;
514 514   }
515 -
516 516   li {
517 - margin: 4px 0;
194 + margin: .25rem 0;
195 + line-height: 1.45;
518 518   }
519 519   }
520 520   }
521 -}
522 522  
523 -/* ========== Split / Process Section ========== */
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);
524 524  
525 -.split-section {
526 - background:
527 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
528 -}
529 -
530 -.split-grid {
531 - display: grid;
532 - grid-template-columns: 1.1fr .9fr;
533 - grid-gap: 36px;
534 - max-width: 1040px;
535 - margin: 0 auto;
536 - align-items: center;
537 -}
538 -
539 -.split-copy {
540 - h2 {
541 - text-align: left;
542 - margin-top: 0;
543 - }
544 -
545 - p {
546 - color: @muted;
547 - line-height: 1.6;
548 - }
549 -}
550 -
551 -.process-list {
552 - counter-reset: process;
553 - margin: 0;
554 - padding: 0;
555 - list-style: none;
556 -
557 - li {
558 - counter-increment: process;
559 - position: relative;
560 - padding: 16px 16px 16px 58px;
561 - margin-bottom: 12px;
562 - border: 1px solid @line;
563 - border-radius: @radius;
564 - box-shadow: @shadow-sm;
565 - color: @muted;
566 - line-height: 1.5;
567 -
568 - &:before {
569 - content: counter(process);
570 - position: absolute;
571 - left: 16px;
572 - top: 16px;
573 - width: 28px;
574 - height: 28px;
575 - border-radius: 50%;
576 - background: fade(@brand, 10%);
577 - color: @brand;
578 - display: flex;
579 - align-items: center;
580 - justify-content: center;
581 - font-weight: 800;
582 - }
583 -
584 - strong {
585 - display: block;
586 - color: @text;
587 - margin-bottom: 3px;
588 - }
589 - }
590 -}
591 -
592 -/* ========== Resources ========== */
593 -
594 -.resource-strip {
595 - background: @brand-bg;
596 -}
597 -
598 -.resource-card {
599 - padding: 20px;
600 -
601 - h4 {
602 - margin: 0 0 8px;
603 - color: @text;
604 - font-size: 18px;
605 - line-height: 1.25;
606 - }
607 -
608 - p {
609 - color: @muted;
610 - margin: 0 0 12px;
611 - line-height: 1.5;
612 - }
613 -
614 - a {
615 - color: @brand;
616 - font-weight: 700;
617 - }
618 -}
619 -
620 -/* ========== Homepage Resource Strip ========== */
621 -
622 -.homepage-resource-strip {
623 - background:
624 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
625 -
626 - .resource-grid {
627 - max-width: 1040px;
628 - margin: 22px auto 0;
629 - display: grid;
630 - grid-template-columns: repeat(2, minmax(0, 1fr));
631 - grid-gap: 22px;
632 - align-items: stretch;
633 - }
634 -
635 - .resource-card {
636 - display: flex;
637 - flex-direction: column;
638 - min-width: 0;
639 - min-height: 100%;
640 - padding: 26px;
641 - }
642 -
643 - .resource-card h4 {
644 - margin: 0 0 10px;
645 - color: @text;
646 - font-size: 21px;
647 - line-height: 1.25;
648 - font-weight: 700;
649 - }
650 -
651 - .resource-card p {
652 - margin: 0 0 18px;
653 - color: @muted;
654 - font-size: 15px;
655 - line-height: 1.6;
656 - }
657 -
658 - .resource-card a {
659 - margin-top: auto;
660 - color: @brand;
661 - font-weight: 700;
662 - text-decoration: underline;
663 -
664 - &:hover,
665 - &:focus {
666 - color: @brand-strong;
667 - }
668 - }
669 -}
670 -
671 -@media (max-width: 980px) {
672 - .homepage-resource-strip {
673 - .resource-grid {
674 - grid-template-columns: 1fr;
675 - }
676 - }
677 -}
678 -
679 -@media (max-width: 640px) {
680 - .homepage-resource-strip {
681 - .resource-card {
682 - padding: 22px;
683 - }
684 -
685 - .resource-card h4 {
686 - font-size: 19px;
687 - }
688 - }
689 -}
690 -
691 -/* ========== CTA ========== */
692 -
693 -#mainContentArea .cta-section {
694 - padding: 44px 0 56px;
695 -
696 - .contact-inline {
697 - margin: 0;
698 - color: @muted;
699 -
700 - a {
701 - color: @brand;
702 - }
703 - }
704 -}
705 -
706 -#mainContentArea .cta-panel {
707 - position: relative;
708 - overflow: hidden;
709 - max-width: 1040px;
710 - margin: 0 auto;
711 - padding: 48px 40px;
712 - border: 0;
713 - border-radius: 26px;
714 - background:
715 - radial-gradient(circle at 88% 10%, fade(@brand, 24%) 0%, transparent 30%),
716 - linear-gradient(135deg, @text 0%, @text-soft 100%);
717 - color: #fff;
718 - box-shadow: @shadow;
719 - text-align: center;
720 -}
721 -
722 -#mainContentArea .cta-panel::before {
723 - content: "";
724 - position: absolute;
725 - inset: 0;
726 - background:
727 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px),
728 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px);
729 - background-size: 48px 48px;
730 - opacity: .4;
731 - pointer-events: none;
732 -}
733 -
734 -#mainContentArea .cta-panel h2,
735 -#mainContentArea .cta-panel p,
736 -#mainContentArea .cta-panel .btn {
737 - position: relative;
738 - z-index: 1;
739 -}
740 -
741 -#mainContentArea .cta-panel h2 {
742 - max-width: 760px;
743 - margin: 0 auto 16px;
744 - color: #fff;
745 -}
746 -
747 -#mainContentArea .cta-panel p {
748 - max-width: 760px;
749 - margin: 0 auto 28px;
750 - color: #DBE4EF;
751 - font-size: 16px;
752 - line-height: 1.6;
753 -}
754 -
755 -#mainContentArea .cta-panel .btn-primary {
756 - border-color: #fff;
757 - background: #fff;
758 - color: @text;
759 - box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
760 -}
761 -
762 -#mainContentArea .cta-panel .btn-primary:hover,
763 -#mainContentArea .cta-panel .btn-primary:focus {
764 - border-color: #fff;
765 - background: #fff;
766 - color: @brand-strong;
767 - text-decoration: none;
768 -}
769 -
770 -.resource-inline-cta {
771 - display: flex;
772 - align-items: center;
773 - justify-content: space-between;
774 - gap: 22px;
775 - margin: 30px 0;
776 - padding: 20px 22px;
777 - border: 1px solid fade(@brand, 22%);
778 - border-radius: @radius;
779 - background: @brand-bg;
780 - box-shadow: @shadow-sm;
781 -
782 - p {
783 - margin: 0;
784 - color: @muted;
785 - line-height: 1.55;
786 - }
787 -
788 - strong {
789 - color: @text;
790 - }
791 -
792 - .btn {
793 - flex-shrink: 0;
794 - }
795 -}
796 -
797 -@media (max-width: 767px) {
798 - .resource-inline-cta {
799 - display: block;
800 - text-align: center;
801 -
802 - p {
803 - margin-bottom: 14px;
804 - }
805 -
806 - .btn {
807 - display: inline-block;
808 - margin-left: auto;
809 - margin-right: auto;
810 - }
811 - }
812 -}
813 -
814 -/* ========== Responsive ========== */
815 -
816 -@media (max-width: 980px) {
817 - .widgets,
818 - .pathways,
819 - .services-grid,
820 - .resource-grid {
821 - grid-template-columns: repeat(2, minmax(0, 1fr));
822 - }
823 -
824 - .split-grid {
825 - grid-template-columns: 1fr;
826 - }
827 -
828 - .split-copy h2 {
829 - text-align: center;
830 - }
831 -}
832 -
833 -@media (max-width: 760px) {
834 - section[id] {
835 - scroll-margin-top: 132px;
836 - }
837 -
838 - .header-inner {
839 - min-height: auto;
840 - padding-top: 14px;
841 - padding-bottom: 14px;
842 - flex-direction: column;
843 - align-items: center;
844 - gap: 12px;
845 - }
846 -
847 - .site-nav {
848 - width: 100%;
849 - justify-content: center;
850 - flex-wrap: wrap;
851 - gap: 10px 16px;
852 - font-size: 14px;
853 -
854 - .nav-cta {
855 - padding: 7px 12px;
856 - }
857 - }
858 -
859 - .hero.hero-centered {
860 - min-height: 280px;
861 - }
862 -
863 - .hero {
864 - .lead {
865 - font-size: 17px;
866 - }
867 -
868 - .benefits {
869 - gap: 4px 10px;
870 -
871 - li + li::before {
872 - content: none;
873 - }
874 - }
875 - }
876 -}
877 -
878 -@media (max-width: 640px) {
879 - section {
880 - padding: @section-padding-mobile;
881 - }
882 -
883 - .widgets,
884 - .pathways,
885 - .services-grid,
886 - .resource-grid {
887 - grid-template-columns: 1fr;
888 - }
889 -
890 - .pathway-card,
891 - .services .service,
892 - .resource-card,
893 - .widget {
894 - padding: 20px;
895 - }
896 -
897 - .services .service {
898 - gap: 14px;
899 - }
900 -
901 - #mainContentArea .cta-panel {
902 - padding: 30px 22px;
903 - border-radius: 20px;
904 - }
905 -
906 - #mainContentArea .cta-panel .btn-primary {
907 - width: 100%;
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 -
921 - h1 {
922 - margin: 0 auto 14px;
923 - text-align: center;
924 - line-height: 1.18;
925 - }
926 -
927 - .resource-summary {
928 - max-width: 780px;
929 - margin: 0 auto;
930 - color: @muted;
931 - text-align: center;
932 - font-size: 18px;
933 - line-height: 1.55;
934 - }
935 -}
936 -
937 -.resource-layout {
938 - display: block;
939 - max-width: 1080px;
940 - margin: 0 auto;
941 - padding-top: 28px;
942 -}
943 -
944 -.resource-layout::after {
945 - content: "";
946 - display: block;
947 - clear: both;
948 -}
949 -
950 -.resource-content {
951 - color: @text;
952 - font-size: 16px;
953 - line-height: 1.68;
954 -
955 - h2 {
956 - text-align: left;
957 - margin: 34px 0 12px;
958 - line-height: 1.28;
959 - }
960 -
961 - h3 {
962 - margin: 24px 0 8px;
963 - line-height: 1.3;
964 - }
965 -
966 - p {
967 - margin: 0 0 16px;
968 - }
969 -
970 - ul,
971 - ol {
972 - margin: 0 0 18px;
973 - padding-left: 22px;
974 - }
975 -
976 - li {
977 - margin: 6px 0;
978 - }
979 -
980 - strong {
981 - color: @text;
982 - }
983 -}
984 -
985 -.resource-note {
986 - border-left: 4px solid @brand;
987 - background: @brand-bg;
988 - padding: 16px 18px;
989 - margin: 22px 0;
990 - border-radius: 0 @radius @radius 0;
991 -
992 - p:last-child {
993 - margin-bottom: 0;
994 - }
995 -}
996 -
997 -.resource-note.related-resources {
998 - p {
999 - margin-bottom: 10px;
1000 - }
1001 -
1002 - ul {
1003 - margin: 0;
1004 - padding-left: 20px;
1005 - }
1006 -
1007 - li {
1008 - margin: 6px 0;
1009 - color: @muted;
1010 - }
1011 -}
1012 -
1013 -.resource-faq-item {
1014 - display: flow-root;
1015 - border-bottom: 1px solid @line;
1016 - padding: 12px 0;
1017 -
1018 - summary {
1019 - cursor: pointer;
1020 - font-weight: 700;
1021 - color: @text;
1022 - line-height: 1.4;
1023 - }
1024 -
1025 - summary:hover,
1026 - summary:focus {
1027 - color: @brand-strong;
1028 - }
1029 -
1030 - p {
1031 - margin: 10px 0 4px;
1032 - color: @muted;
1033 - }
1034 -}
1035 -
1036 -.resource-checklist {
1037 - margin: 18px 0 24px;
1038 - padding: 0;
1039 - list-style: none;
1040 -
1041 - li {
1042 - position: relative;
1043 - padding: 10px 0 10px 34px;
1044 - border-bottom: 1px solid @line;
1045 -
1046 - &:before {
1047 - content: "\f00c";
1048 - font-family: FontAwesome;
1049 - position: absolute;
1050 - left: 0;
1051 - top: 11px;
1052 - color: @brand;
1053 - }
1054 - }
1055 -}
1056 -
1057 -.resource-sidebar {
1058 - float: right;
1059 - width: 280px;
1060 - margin-left: 42px;
1061 - margin-bottom: 28px;
1062 - position: sticky;
1063 - top: 96px;
1064 - border: 1px solid @line;
1065 - border-radius: @radius;
1066 - padding: 18px;
1067 - box-shadow: @shadow-sm;
1068 -
1069 - h4 {
1070 - margin: 0 0 10px;
1071 - }
1072 -
1073 - ul {
1074 - margin: 0;
1075 - padding-left: 18px;
1076 - color: @muted;
1077 - }
1078 -
1079 - li {
1080 - margin: 8px 0;
1081 - }
1082 -
1083 - a {
1084 - color: @brand;
1085 - font-weight: 600;
1086 - }
1087 -}
1088 -
1089 -.resource-cta {
1090 - display: flex;
1091 - flex-direction: column;
1092 - align-items: center;
1093 - text-align: center;
1094 -
1095 - max-width: 820px;
1096 - margin: 42px auto 0;
1097 - padding: 28px 30px;
1098 - border: 1px solid fade(@brand, 20%);
1099 - border-radius: @radius;
1100 - background: @brand-bg;
1101 -
1102 - h3 {
1103 - margin-top: 0;
1104 - margin-bottom: 10px;
1105 - }
1106 -
1107 - p {
1108 - max-width: 680px;
205 + /* push to center */
1109 1109   margin-left: auto;
1110 1110   margin-right: auto;
1111 - color: @muted;
1112 1112   }
1113 1113  
1114 - .btn {
1115 - margin-top: 8px;
1116 - }
1117 -}
1118 -
1119 -.resource-note,
1120 -.resource-checklist,
1121 -.resource-cta {
1122 - display: flow-root;
1123 -}
1124 -
1125 -@media (max-width: 767px) {
1126 - .resource-cta {
1127 - padding: 24px 20px;
1128 - }
1129 -}
1130 -
1131 -@media (max-width: 900px) {
1132 - .resource-layout {
1133 - padding-top: 22px;
1134 - }
1135 -
1136 - .resource-sidebar {
1137 - float: none;
1138 - width: 100%;
1139 - margin-left: 0;
1140 - margin-bottom: 24px;
1141 - position: static;
1142 - }
1143 -}
1144 -
1145 -/* ========== Products / Extensions Pages ========== */
1146 -
1147 -.product-index-section {
1148 - padding: @section-padding;
1149 -
1150 - h2 {
1151 - margin-bottom: 10px;
1152 - }
1153 -}
1154 -
1155 -.product-card-grid {
1156 - max-width: 980px;
1157 - margin: 26px auto 0;
1158 - display: grid;
1159 - grid-template-columns: 1fr;
1160 - grid-gap: 22px;
1161 -}
1162 -
1163 -.product-card {
1164 - position: relative;
1165 - border: 1px solid @line;
1166 - border-radius: @radius;
1167 - box-shadow: @shadow-sm;
1168 - padding: 32px;
1169 - display: grid;
1170 - grid-template-columns: 70px 1fr;
1171 - grid-gap: 24px;
1172 - align-items: start;
1173 - overflow: hidden;
1174 -
1175 - &:before {
1176 - content: "";
1177 - position: absolute;
1178 - inset: 0 auto 0 0;
1179 - width: 5px;
1180 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1181 - }
1182 -
1183 - .product-card-icon {
1184 - width: 58px;
1185 - height: 58px;
1186 - border-radius: 50%;
1187 - background: fade(@brand, 10%);
1188 - border: 1px solid fade(@brand, 22%);
1189 - color: @brand;
1190 - display: flex;
1191 - align-items: center;
1192 - justify-content: center;
1193 - font-size: 22px;
1194 - flex-shrink: 0;
1195 - }
1196 -
1197 - .product-card-body {
1198 - min-width: 0;
1199 - }
1200 -
1201 - h3 {
1202 - margin: 0 0 10px;
1203 - color: @text;
1204 - font-size: 25px;
1205 - line-height: 1.22;
1206 - font-weight: 800;
1207 - }
1208 -
1209 - p {
1210 - color: @muted;
1211 - line-height: 1.6;
1212 - }
1213 -
1214 - .product-card-description {
1215 - max-width: 760px;
1216 - margin: 0 0 14px;
1217 - font-size: 16px;
1218 - }
1219 -}
1220 -
1221 -.product-card-kicker {
1222 - display: inline-flex;
1223 - align-items: center;
1224 - gap: 7px;
1225 - width: fit-content;
1226 - margin-bottom: 10px;
1227 - padding: 5px 10px;
1228 - border: 1px solid fade(@brand, 24%);
1229 - border-radius: 999px;
1230 - background: fade(@brand, 8%);
1231 - color: @brand-strong;
1232 - font-size: 12px;
1233 - font-weight: 800;
1234 - text-transform: uppercase;
1235 - letter-spacing: .04em;
1236 -
1237 - i {
1238 - color: @brand;
1239 - }
1240 -}
1241 -
1242 -.product-highlights {
1243 - margin: 14px 0 22px;
1244 - padding-left: 18px;
1245 - color: @muted;
1246 -
1247 - li {
1248 - margin: 6px 0;
1249 - line-height: 1.45;
1250 - }
1251 -}
1252 -
1253 -.product-card-actions {
1254 - display: flex;
1255 - align-items: center;
1256 - gap: 16px;
1257 - flex-wrap: wrap;
1258 -
1259 - .btn {
1260 - font-weight: 700;
1261 - }
1262 -}
1263 -
1264 -.product-card-contact {
1265 - color: @brand;
1266 - font-weight: 700;
1267 - text-decoration: underline;
1268 -
1269 - &:hover,
1270 - &:focus {
1271 - color: @brand-strong;
1272 - }
1273 -}
1274 -
1275 -@media (max-width: 640px) {
1276 - .product-card {
1277 - grid-template-columns: 1fr;
1278 - padding: 26px 22px;
1279 - text-align: left;
1280 -
1281 - &:before {
1282 - width: 4px;
210 + /* Mobile: 1 per row */
211 + @media (max-width: 767px) {
212 + .services-grid {
213 + gap: 16px;
214 + max-width: 100%;
1283 1283   }
1284 1284  
1285 - .product-card-icon {
1286 - margin-bottom: 2px;
217 + .service,
218 + .service-center {
219 + flex: 0 1 100%;
220 + margin-left: 0;
221 + margin-right: 0;
1287 1287   }
1288 -
1289 - h3 {
1290 - font-size: 22px;
1291 - }
1292 1292   }
1293 -
1294 - .product-card-actions {
1295 - gap: 12px;
1296 - }
1297 1297  }
1298 1298  
1299 -/* ========== Individual Product Pages ========== */
226 +/* ===== CTA ===== */
227 +.cta-section {
228 + padding: 24px 0 16px;
1300 1300  
1301 -.product-layout {
1302 - display: grid;
1303 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1304 - grid-gap: 32px;
1305 - max-width: 1040px;
1306 - margin: 0 auto;
1307 - align-items: start;
1308 -}
1309 -
1310 -.product-summary-card,
1311 -.product-info-card,
1312 -.product-feature,
1313 -.product-gallery-panel {
1314 - border: 1px solid @line;
1315 - border-radius: @radius;
1316 - box-shadow: @shadow-sm;
1317 -}
1318 -
1319 -.product-summary-card {
1320 - padding: 28px;
1321 -
1322 - h2 {
1323 - text-align: left;
1324 - margin-top: 0;
1325 - margin-bottom: 14px;
1326 - line-height: 1.25;
1327 - }
1328 -
1329 - p {
1330 - color: @muted;
1331 - line-height: 1.62;
1332 - }
1333 -
1334 - p:last-child {
1335 - margin-bottom: 0;
1336 - }
1337 -}
1338 -
1339 -.product-info-card {
1340 - padding: 24px;
1341 -
1342 - h3 {
1343 - margin-top: 0;
1344 - margin-bottom: 12px;
1345 - line-height: 1.3;
1346 - }
1347 -
1348 - p {
1349 - color: @muted;
1350 - line-height: 1.55;
1351 - }
1352 -
1353 - ul {
230 + .contact-inline {
1354 1354   margin: 0;
1355 - padding-left: 20px;
1356 1356   color: @muted;
233 + a { color: @brand; }
1357 1357   }
1358 -
1359 - li {
1360 - margin: 8px 0;
1361 - line-height: 1.3;
1362 - }
1363 1363  }
1364 -
1365 -.product-card-note {
1366 - margin: 0 0 14px;
1367 - color: @muted;
1368 - line-height: 1.55;
1369 -}
1370 -
1371 -.product-feature-grid {
1372 - display: grid;
1373 - grid-template-columns: repeat(3, minmax(0, 1fr));
1374 - grid-gap: 20px;
1375 - max-width: 1040px;
1376 - margin: 24px auto 0;
1377 -}
1378 -
1379 -.product-feature {
1380 - padding: 24px;
1381 - min-width: 0;
1382 - min-height: 100%;
1383 -
1384 - .card-heading,
1385 - .feature-heading {
1386 - display: flex;
1387 - align-items: center;
1388 - gap: 14px;
1389 - margin-bottom: 14px;
1390 - }
1391 -
1392 - .feature-icon {
1393 - width: 46px;
1394 - height: 46px;
1395 - border-radius: 50%;
1396 - background: fade(@brand, 10%);
1397 - color: @brand;
1398 - display: flex;
1399 - align-items: center;
1400 - justify-content: center;
1401 - font-size: 18px;
1402 - flex-shrink: 0;
1403 - }
1404 -
1405 - h3 {
1406 - margin: 0;
1407 - color: @text;
1408 - font-size: 18px;
1409 - line-height: 1.25;
1410 - }
1411 -
1412 - p {
1413 - margin: 0;
1414 - color: @muted;
1415 - line-height: 1.52;
1416 - }
1417 -}
1418 -
1419 -.product-gallery-caption {
1420 - max-width: 820px;
1421 - margin: 12px auto 0;
1422 - color: @muted;
1423 - font-size: 14px;
1424 - line-height: 1.5;
1425 - text-align: center;
1426 -}
1427 -
1428 -/* Keep the default XWiki gallery style.
1429 - Only add spacing before it and center it. */
1430 -.gallery.xGallery {
1431 - margin: 25px auto;
1432 - width: 920px;
1433 - height: 518px;
1434 -}
1435 -
1436 -.product-section-muted {
1437 - background:
1438 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1439 -}
1440 -
1441 -/* Compact process list when used inside a product card. */
1442 -.product-summary-card .process-list {
1443 - margin-top: 16px;
1444 -
1445 - li {
1446 - padding: 13px 14px 13px 50px;
1447 - margin-bottom: 10px;
1448 - box-shadow: none;
1449 - }
1450 -
1451 - li:before {
1452 - left: 14px;
1453 - top: 14px;
1454 - width: 24px;
1455 - height: 24px;
1456 - font-size: 12px;
1457 - }
1458 -
1459 - strong {
1460 - margin-bottom: 2px;
1461 - }
1462 -}
1463 -
1464 -/* Kept for older product pages that still use a screenshot placeholder/panel. */
1465 -.product-gallery-panel {
1466 - max-width: 1040px;
1467 - margin: 20px auto 0;
1468 - padding: 26px;
1469 -
1470 - h2 {
1471 - margin-top: 0;
1472 - text-align: center;
1473 - }
1474 -
1475 - .gallery-note {
1476 - max-width: 700px;
1477 - margin: 0 auto 18px;
1478 - color: @muted;
1479 - text-align: center;
1480 - line-height: 1.55;
1481 - }
1482 -}
1483 -
1484 -.product-gallery-placeholder {
1485 - min-height: 260px;
1486 - padding: 28px;
1487 - border: 1px dashed fade(@brand, 40%);
1488 - border-radius: @radius;
1489 - background: fade(@brand, 5%);
1490 - color: @muted;
1491 - text-align: center;
1492 - display: flex;
1493 - align-items: center;
1494 - justify-content: center;
1495 -}
1496 -
1497 -@media (max-width: 980px) {
1498 - .product-layout,
1499 - .product-feature-grid {
1500 - grid-template-columns: 1fr;
1501 - }
1502 -
1503 - .product-summary-card h2 {
1504 - text-align: center;
1505 - }
1506 -}
1507 -
1508 -@media (max-width: 640px) {
1509 - .product-card {
1510 - grid-template-columns: 1fr;
1511 - padding: 22px;
1512 - text-align: left;
1513 -
1514 - .product-card-icon {
1515 - margin-bottom: 2px;
1516 - }
1517 - }
1518 -
1519 - .product-summary-card,
1520 - .product-info-card,
1521 - .product-feature,
1522 - .product-gallery-panel {
1523 - padding: 20px;
1524 - }
1525 -
1526 - .product-feature {
1527 - .card-heading,
1528 - .feature-heading {
1529 - gap: 12px;
1530 - }
1531 -
1532 - .feature-icon {
1533 - width: 42px;
1534 - height: 42px;
1535 - font-size: 16px;
1536 - }
1537 - }
1538 -
1539 - .gallery.xGallery {
1540 - margin-top: 22px !important;
1541 - }
1542 -
1543 - .product-gallery-caption {
1544 - margin-top: 10px;
1545 - padding: 0 14px;
1546 - }
1547 -
1548 - .product-summary-card .process-list li {
1549 - padding-left: 46px;
1550 - }
1551 -}
1552 -
1553 -/* ========== Resources Index ========== */
1554 -
1555 -.resources-index-page {
1556 -
1557 - .services-grid {
1558 - grid-template-columns: repeat(2, minmax(0, 1fr));
1559 - }
1560 -}
1561 -
1562 -@media (max-width: 980px) {
1563 - .resources-index-page {
1564 - .services-grid {
1565 - grid-template-columns: 1fr;
1566 - }
1567 - }
1568 -}
1569 -
1570 -@media (max-width: 767px) {
1571 - .resources-index-page {
1572 - padding: @section-padding-mobile;
1573 - }
1574 -}
1575 -
1576 -.resource-faq-item {
1577 - border-bottom: 1px solid @line;
1578 - padding: 12px 0;
1579 -
1580 - summary {
1581 - cursor: pointer;
1582 - font-weight: 700;
1583 - color: @text;
1584 - }
1585 -
1586 - p {
1587 - margin: 10px 0 4px;
1588 - color: @muted;
1589 - }
1590 -}
1591 -
1592 -/* ========== Global Theme Background ========== */
1593 -
1594 -html,
1595 -body {
1596 - min-height: 100%;
1597 -}
1598 -
1599 -body {
1600 - color: @text;
1601 - background:
1602 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%),
1603 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%),
1604 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important;
1605 - background-attachment: fixed;
1606 -}
1607 -
1608 -/* ========== Main Page Hero / SaaS Layout ========== */
1609 -
1610 -#mainContentArea .hero.hero-saas {
1611 - min-height: auto;
1612 - padding: 60px 0 34px;
1613 - display: flex;
1614 - align-items: center;
1615 - overflow: hidden;
1616 - background: transparent;
1617 -}
1618 -
1619 -#mainContentArea .hero-layout {
1620 - max-width: 1120px;
1621 - margin: 0 auto;
1622 - display: grid;
1623 - grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
1624 - gap: 56px;
1625 - align-items: center;
1626 -}
1627 -
1628 -#mainContentArea .hero-copy {
1629 - min-width: 0;
1630 - text-align: left;
1631 -}
1632 -
1633 -#mainContentArea .hero.hero-saas h1 {
1634 - max-width: 640px;
1635 - margin: 0 0 26px;
1636 - font-size: 60px;
1637 - font-weight: 800;
1638 - line-height: 1;
1639 - letter-spacing: -3px;
1640 -}
1641 -
1642 -#mainContentArea .hero.hero-saas h1 span {
1643 - color: @brand;
1644 -}
1645 -
1646 -#mainContentArea .hero.hero-saas .lead {
1647 - max-width: 590px;
1648 - margin: 0 0 28px;
1649 - color: #334155;
1650 - text-align: left;
1651 - font-size: 18px;
1652 - line-height: 1.6;
1653 -}
1654 -
1655 -#mainContentArea .hero.hero-saas .benefits {
1656 - max-width: 620px;
1657 - margin: 0 0 30px;
1658 - padding: 0;
1659 - display: grid;
1660 - grid-template-columns: repeat(2, minmax(0, 1fr));
1661 - gap: 10px 24px;
1662 - list-style: none;
1663 - color: #475569;
1664 - font-size: 15px;
1665 - text-align: left;
1666 -}
1667 -
1668 -#mainContentArea .hero.hero-saas .benefits li {
1669 - display: grid;
1670 - grid-template-columns: 18px minmax(0, 1fr);
1671 - column-gap: 8px;
1672 - align-items: start;
1673 - margin: 0;
1674 - line-height: 1.45;
1675 -}
1676 -
1677 -#mainContentArea .hero.hero-saas .benefits li::before {
1678 - content: "✓";
1679 - display: block;
1680 - width: 18px;
1681 - color: @brand;
1682 - font-weight: 900;
1683 - line-height: 1.45;
1684 - text-align: left;
1685 - margin: 0;
1686 -}
1687 -
1688 -#mainContentArea .hero.hero-saas .hero-actions,
1689 -#mainContentArea .hero.hero-saas #hero-cta {
1690 - display: flex;
1691 - flex-wrap: wrap;
1692 - justify-content: flex-start;
1693 - gap: 12px;
1694 - margin-top: 0;
1695 -}
1696 -
1697 -#mainContentArea .hero-image-wrapper {
1698 - min-width: 0;
1699 - display: flex;
1700 - justify-content: center;
1701 - align-items: center;
1702 -}
1703 -
1704 -#mainContentArea .hero-image {
1705 - display: block;
1706 - width: 100%;
1707 - max-width: 620px;
1708 - height: auto;
1709 - border: 0;
1710 -}
1711 -
1712 -/* ========== Main Page Hero Responsive ========== */
1713 -
1714 -@media (max-width: 1100px) {
1715 - #mainContentArea .hero-layout {
1716 - max-width: 760px;
1717 - grid-template-columns: 1fr;
1718 - gap: 34px;
1719 - }
1720 -
1721 - #mainContentArea .hero-copy {
1722 - order: 1;
1723 - text-align: center;
1724 - }
1725 -
1726 - #mainContentArea .hero-image-wrapper {
1727 - order: 2;
1728 - }
1729 -
1730 - #mainContentArea .hero.hero-saas h1 {
1731 - margin-left: auto;
1732 - margin-right: auto;
1733 - text-align: center;
1734 - }
1735 -
1736 - #mainContentArea .hero.hero-saas .lead {
1737 - margin-left: auto;
1738 - margin-right: auto;
1739 - text-align: center;
1740 - }
1741 -
1742 - #mainContentArea .hero.hero-saas .benefits {
1743 - margin-left: auto;
1744 - margin-right: auto;
1745 - }
1746 -
1747 - #mainContentArea .hero.hero-saas .hero-actions,
1748 - #mainContentArea .hero.hero-saas #hero-cta {
1749 - justify-content: center;
1750 - }
1751 -
1752 - #mainContentArea .hero-image {
1753 - max-width: 620px;
1754 - }
1755 -}
1756 -
1757 -@media (max-width: 640px) {
1758 - #mainContentArea .hero.hero-saas {
1759 - padding: 42px 0 28px;
1760 - }
1761 -
1762 - #mainContentArea .hero-layout {
1763 - gap: 28px;
1764 - }
1765 -
1766 - #mainContentArea .hero.hero-saas h1 {
1767 - font-size: 42px;
1768 - letter-spacing: -1.5px;
1769 - }
1770 -
1771 - #mainContentArea .hero.hero-saas .lead {
1772 - font-size: 17px;
1773 - }
1774 -
1775 - #mainContentArea .hero.hero-saas .benefits {
1776 - grid-template-columns: 1fr;
1777 - }
1778 -
1779 - #mainContentArea .hero-image {
1780 - max-width: 100%;
1781 - }
1782 -}
1783 -
1784 -/* ========== Accessibility / Contrast Improvements ========== */
1785 -
1786 -/* Keep the article area readable while preserving the page background around it. */
1787 -/*#mainContentArea .resource-layout {
1788 - padding: 28px;
1789 - border: 1px solid fade(@line, 85%);
1790 - border-radius: @radius;
1791 - background: rgba(255, 255, 255, .88);
1792 - box-shadow: @shadow-sm;
1793 -}*/
1794 -
1795 -/* Ensure all reusable cards have a real surface, not transparent over the gradient. */
1796 -#mainContentArea .widget,
1797 -#mainContentArea .pathway-card,
1798 -#mainContentArea .service-card,
1799 -#mainContentArea .resource-card,
1800 -#mainContentArea .services .service,
1801 -#mainContentArea .product-card,
1802 -#mainContentArea .product-feature,
1803 -#mainContentArea .product-summary-card,
1804 -#mainContentArea .product-info-card {
1805 - background: #fff;
1806 -}
1807 -
1808 -/* Make notes more readable and visually stronger. */
1809 -#mainContentArea .resource-note {
1810 - border: 1px solid fade(@brand, 18%);
1811 - border-left: 4px solid @brand;
1812 - background: #fff;
1813 - box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
1814 -}
1815 -
1816 -/* Keep the sidebar clearly separated from the background. */
1817 -#mainContentArea .resource-sidebar {
1818 - background: #fff;
1819 -}
1820 -
1821 -/* Make CTA panels stand out more clearly. */
1822 -#mainContentArea .resource-cta,
1823 -#mainContentArea .resource-inline-cta {
1824 - background: #fff;
1825 -}
1826 -
1827 -/* Improve table readability on long resource pages. */
1828 -#mainContentArea .resource-content table {
1829 - background: #fff;
1830 -}
1831 -
1832 -#mainContentArea .resource-content table th {
1833 - color: @text;
1834 - background: #F8FAFC;
1835 -}
1836 -
1837 -#mainContentArea .resource-content table td {
1838 - color: @text-soft;
1839 -}
1840 -
1841 -/* Slightly improve paragraph/list contrast in long articles. */
1842 -#mainContentArea .resource-content p,
1843 -#mainContentArea .resource-content li {
1844 - color: @text-soft;
1845 -}
1846 -
1847 -#mainContentArea .resource-content .resource-note p,
1848 -#mainContentArea .resource-content .resource-checklist li,
1849 -#mainContentArea .resource-content .process-list li {
1850 - color: @muted;
1851 -}
1852 -
1853 -@media (max-width: 900px) {
1854 - #mainContentArea .resource-layout {
1855 - padding: 22px;
1856 - }
1857 -}
1858 -
1859 -@media (max-width: 640px) {
1860 - #mainContentArea .resource-layout {
1861 - padding: 18px;
1862 - border-radius: 14px;
1863 - }
1864 -}
1865 -
1866 -
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,158 +1,0 @@
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,1 +1,0 @@
1 -LESS
name
... ... @@ -1,1 +1,0 @@
1 -Menu
use
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
levels
... ... @@ -1,0 +1,1 @@
1 +view
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest