Changes for page Public Web Site

Last modified by Agnease on 2026/07/07 14:40

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