Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/29 05:00

From version 31.14
edited by Alex Cotiuga
on 2026/07/29 05:00
Change comment: There is no comment for this version
To version 3.3
edited by Alex Cotiuga
on 2025/11/24 07:19
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
... ... @@ -1,302 +1,147 @@
1 1  {{velocity}}
2 -#macro (displayPublicContent)
3 - #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
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>
2 +#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 +{{html clean="false"}}
4 + ## HERO
5 + <section class="hero hero-centered" aria-labelledby="hero-title">
6 + <div class="container hero-inner">
7 + <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1>
8 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p>
9 + <div class="hero-cta">
10 + <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">
11 + Request a consultation
12 + </a>
13 + </div>
14 + <ul class="benefits">
15 + <li>Smooth upgrades</li>
16 + <li>Reliable support plans</li>
17 + <li>Custom integrations</li>
18 + <li>Secure, optimized platforms</li>
19 + </ul>
20 + </div>
21 + </section>
22 + ## WHY CHOOSE
23 + #set ($whySectionData = [{
24 + 'title': 'Stability & security',
25 + 'icon': 'shield',
26 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
27 + },{
28 + 'title': 'Predictable delivery',
29 + 'icon': 'check-square-o',
30 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
31 + },{
32 + 'title': 'Clean integrations',
33 + 'icon': 'link',
34 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
35 + },{
36 + 'title': 'Long-term support',
37 + 'icon': 'life-ring',
38 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
39 + }])
40 + <section aria-labelledby="why-title">
41 + <div class="container">
42 + <h2 id="why-title">Why choose Agnease</h2>
43 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
44 + <div class="widgets">
45 + #foreach ($entry in $whySectionData)
46 + <article class="widget">
47 + <div class="icon" aria-hidden="true">
48 + <i class="fa fa-$entry.icon"></i>
49 + <h4>$entry.title</h4>
27 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>
51 + <p>$entry.content</p>
52 + </article>
53 + #end
41 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>
55 + </div>
56 + </section>
57 + ## SERVICES
58 + #set ($servicesSectionData = [{
59 + 'title': 'Upgrades',
60 + 'icon': 'refresh',
61 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
62 + 'items': [
63 + 'Audit setup, extensions, and configurations',
64 + 'Test upgrades with backups and validation',
65 + 'Safe production rollout with minimal downtime'
66 + ]
67 + },{
68 + 'title': 'Maintenance, Support & Recovery',
69 + 'icon': 'stethoscope',
70 + 'content': 'Ensure long-term stability and quick response when issues appear.',
71 + 'items': [
72 + 'Monitoring and performance checks',
73 + 'Security patching, log analysis, triage',
74 + 'Issue recovery, data repair, hardening'
75 + ]
76 + },{
77 + 'title': 'Development & Integrations',
78 + 'icon': 'cogs',
79 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
80 + 'items': [
81 + 'Custom apps, macros, automation',
82 + 'SSO, REST APIs, LDAP, CRM links',
83 + 'Maintainable extensions for long-term use'
84 + ]
85 + },{
86 + 'title': 'Hosting & Deployment',
87 + 'icon': 'cloud',
88 + 'content': 'Cloud-ready environments designed for reliability and performance.',
89 + 'items': [
90 + 'Containerized deployment and TLS',
91 + 'Backups, restore strategy, observability',
92 + 'Optimization and load tuning'
93 + ]
94 + },{
95 + 'title': 'Migrations to XWiki',
96 + 'icon': 'exchange',
97 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
98 + 'items': [
99 + 'Preserve hierarchy, attachments, and permissions',
100 + 'Convert macros, categories, and metadata for XWiki',
101 + 'Redirect old URLs and maintain SEO consistency'
102 + ]
103 + }])
104 + <section class="services" aria-labelledby="services-title">
105 + <div class="container">
106 + <h2 id="services-title">Services</h2>
107 + <p class="lead">
108 + All the XWiki services you need, delivered with precision and care
109 + </p>
47 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>
111 + #set ($servicesSize = $servicesSectionData.size())
112 + <div class="services-grid">
113 + #foreach ($entry in $servicesSectionData)
114 + #set ($classes = "service")
115 + ## If this is the last item AND the total number is odd, center it
116 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
117 + #set ($classes = "service service-center")
118 + #end
52 52  
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>
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>
64 - </div>
65 - </div>
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 -
79 - <section aria-labelledby="platform-title">
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>
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>
120 + <article class="$classes">
121 + <div class="service-icon">
122 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
95 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>
124 + <div class="service-body">
125 + <h4>$entry.title</h4>
126 + <p>$entry.content</p>
127 + <ul>
128 + #foreach ($item in $entry.items)
129 + <li>$item</li>
130 + #end
131 + </ul>
115 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 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>
148 - </div>
134 + #end
149 149   </div>
150 - </section>
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>
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">
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>
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>
212 - </div>
213 - </div>
214 - </section>
215 -
216 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
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.
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 - </div>
241 - </section>
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>
252 - <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')">View service packages</a>
253 - </div>
254 - </div>
255 - </section>
256 -
257 - {{/html}}
258 -#end
259 -
260 -#macro (stripHTMLMacro $displayOutput)
261 - $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', 'acl-')
262 -#end
263 -
264 -#macro (displayFormFromSheetCode)
265 - #set ($editing = true)
266 - ## The object to display.
267 - #set ($xobject = $doc.newObject('Agnease.Code.Lead.LeadClass'))
268 - ## The class that describes the object properties.
269 - #set ($xclass = $xwiki.getClass('Agnease.Code.Lead.LeadClass'))
270 - ## Make sure the following display* method calls use the right object.
271 - #set ($discard = $doc.use($xobject))
272 - ## Using the xform vertical form layout.
273 - <div class="xform">
274 - <dl>
275 - #foreach ($property in $xclass.properties)
276 - #if ($property.name != 'status')
277 - <dt #if (!$editing)
278 - class="editableProperty"
279 - #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
280 - data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))"
281 - data-property-type="object"#end>
282 - ## This must match the id generated by the $doc.display() method below.
283 - #set ($propertyId = "acl-$property.name")
284 - <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
285 - $escapetool.xml($property.translatedPrettyName)
286 - </label>
287 - ## Support for specifying a translation key as hint in the property definition.
288 - <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
289 - </dt>
290 - #set ($displayOutput = $doc.display($property.name, 'edit'))
291 - <dd>#stripHTMLMacro($displayOutput)</dd>
292 - #end
293 - #end
294 - #if (!$xclass.properties || $xclass.properties.size() == 0)
295 - ## Keep the empty definition term in order to have valid HTML.
296 - <dt></dt>
297 - <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd>
298 - #end
299 - </dl>
300 - </div>
301 -#end
136 + </div>
137 + </section>
138 + ## CTA INLINE
139 + <section id="contact" class="cta-section">
140 + <div class="container">
141 + <p class="text-center contact-inline">
142 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
143 + </p>
144 + </div>
145 + </section>
146 +{{/html}}
302 302  {{/velocity}}
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,215 +1,84 @@
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 36  
37 -.container {
38 - max-width: @maxw;
39 - margin-left: auto;
40 - margin-right: auto;
41 - padding-left: 18px;
42 - padding-right: 18px;
43 -}
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;
16 +a {
17 + color: @brand;
18 + text-decoration: none;
19 + &:hover {
20 + color: @brand-strong;
21 + text-decoration: underline;
55 55   }
56 56  }
57 57  
58 -section[id] {
59 - scroll-margin-top: 92px;
25 +img {
26 + max-width: 100%;
27 + height: auto;
28 + display: block;
60 60  }
61 61  
62 -h1,
63 -h2,
64 -h3,
65 -h4 {
66 - color: @text;
31 +.container {
32 + max-width: @maxw;
67 67  }
68 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: 10px auto 22px;
39 +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;
43 +section {
44 + padding: 32px 0;
45 + border-top: 1px solid @line;
91 91  
92 - &:hover,
93 - &:focus {
94 - color: @brand-strong;
47 + &:first-of-type {
48 + 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;
52 +/* Buttons */
53 +.btn {
54 + display: inline-flex;
112 112   align-items: center;
113 - justify-content: space-between;
114 - gap: 24px;
115 -}
56 + justify-content: center;
57 + padding: .85rem 1.1rem;
58 + border-radius: 12px;
59 + border: 2px solid transparent;
60 + font-weight: 650;
61 + letter-spacing: .2px;
62 + cursor: pointer;
63 + box-shadow: @shadow-sm;
116 116  
117 -.site-nav {
118 - display: flex;
119 - align-items: center;
120 - gap: 8px;
121 - font-size: 15px;
122 -
123 - a {
124 - display: inline-flex;
125 - align-items: center;
126 - gap: 5px;
127 - padding: 8px 11px;
128 - border-radius: 9px;
129 - color: @text;
130 - background: transparent;
131 - text-decoration: none;
132 - font-weight: 600;
133 - line-height: 1.2;
134 - transition:
135 - color .18s ease,
136 - background .18s ease,
137 - box-shadow .18s ease,
138 - transform .18s ease;
139 -
140 - &:hover,
141 - &:focus {
142 - color: #fff;
143 - background:
144 - linear-gradient(
145 - 110deg,
146 - @text 0%,
147 - @text-soft 55%,
148 - @brand-strong 100%
149 - );
150 - box-shadow: 0 8px 18px rgba(7, 24, 45, .14);
151 - text-decoration: none;
152 - transform: translateY(-1px);
153 - }
154 -
155 - &:focus-visible {
156 - outline: 2px solid fade(@brand, 45%);
157 - outline-offset: 2px;
158 - }
159 -
160 - i,
161 - .fa,
162 - .caret {
163 - color: inherit;
164 - }
65 + &:focus-visible {
66 + outline: 3px solid @brand;
67 + outline-offset: 2px;
165 165   }
166 166  
167 - .nav-cta {
168 - color: #fff;
70 + &-primary {
169 169   background: @brand;
170 - border: 1px solid @brand;
171 - border-radius: 9px;
172 - padding: 8px 14px;
173 -
72 + color: #fff;
174 174   &:hover,
175 175   &:focus {
75 + background: @brand-strong;
176 176   color: #fff;
177 - border-color: transparent;
178 - background:
179 - linear-gradient(
180 - 110deg,
181 - @text 0%,
182 - @text-soft 55%,
183 - @brand-strong 100%
184 - );
185 185   }
186 186   }
187 187  }
188 188  
189 -/* ========== Buttons ========== */
190 -
191 -/*.btn-primary {
192 - background: @brand;
193 - border-color: @brand;
194 - color: #fff;
195 -
196 - &:hover,
197 - &:focus {
198 - background: @brand-strong;
199 - border-color: @brand-strong;
200 - color: #fff;
201 - }
202 -}
203 -*/
204 -.btn-secondary {
205 - color: @text;
206 - background: #fff;
207 - border: 1px solid fade(@text, 35%);
208 -
209 -}
210 -
211 -/* ========== Hero ========== */
212 -
81 +/* ===== HERO ===== */
213 213  .hero {
214 214   overflow: hidden;
215 215   background-repeat: no-repeat;
... ... @@ -217,14 +217,17 @@
217 217  
218 218   &.hero-centered {
219 219   text-align: center;
89 + background:
90 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
91 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
220 220   display: flex;
221 221   align-items: center;
222 222   justify-content: center;
223 - min-height: 330px;
95 + min-height: 350px;
224 224   }
225 225  
226 226   .hero-inner {
227 - max-width: 860px;
99 + max-width: 850px;
228 228   margin: 0 auto;
229 229   display: flex;
230 230   flex-direction: column;
... ... @@ -231,20 +231,14 @@
231 231   align-items: center;
232 232   }
233 233  
234 - h1 {
235 - max-width: 790px;
236 - margin-left: auto;
237 - margin-right: auto;
238 - line-height: 1.18;
106 + .hero-cta {
107 + display: flex;
108 + gap: 0.8rem;
109 + flex-wrap: wrap;
110 + justify-content: center;
111 + margin-top: 0.3rem;
239 239   }
240 240  
241 - .lead {
242 - max-width: 820px;
243 - font-size: 19px;
244 - line-height: 1.55;
245 - margin-top: 12px;
246 - }
247 -
248 248   .benefits {
249 249   display: flex;
250 250   flex-wrap: wrap;
... ... @@ -251,147 +251,61 @@
251 251   justify-content: center;
252 252   list-style: none;
253 253   padding: 0;
254 - margin: 14px 0 0;
120 + margin: 0.8rem 0 0;
255 255   color: @muted;
256 256   font-size: 14px;
257 257  
258 258   li + li::before {
259 259   content: "•";
260 - margin: 0 6px;
126 + margin: 0 5px;
261 261   }
262 - }
263 -}
264 264  
265 -.hero-kicker {
266 - display: inline-flex;
267 - align-items: center;
268 - gap: 8px;
269 - color: @brand;
270 - background: fade(@brand, 8%);
271 - border: 1px solid fade(@brand, 18%);
272 - border-radius: 999px;
273 - padding: 6px 12px;
274 - margin-bottom: 14px;
275 - font-size: 13px;
276 - font-weight: 700;
277 -}
278 -
279 -.hero-actions,
280 -#hero-cta {
281 - display: flex;
282 - gap: 12px;
283 - flex-wrap: wrap;
284 - justify-content: center;
285 - margin-top: 22px;
286 -}
287 -
288 -/* ========== Trust Strip ========== */
289 -
290 -.trust-strip {
291 - padding: 18px 0;
292 - border-top: 1px solid @line;
293 -
294 - ul {
295 - max-width: 960px;
296 - margin: 0 auto;
297 - padding: 0;
298 - list-style: none;
299 - display: flex;
300 - justify-content: center;
301 - gap: 22px;
302 - flex-wrap: wrap;
303 - color: @muted;
304 - font-size: 13px;
129 + @media (max-width: 640px) {
130 + li + li::before {
131 + content: none;
132 + }
133 + li:nth-child(1)::after,
134 + li:nth-child(3)::after {
135 + content: "•";
136 + margin: 0 5px;
137 + }
138 + }
305 305   }
306 -
307 - li {
308 - display: flex;
309 - align-items: center;
310 - gap: 7px;
311 - }
312 -
313 - i {
314 - color: @brand;
315 - }
316 316  }
317 317  
318 -/* ========== Reusable Grids ========== */
319 -
320 -.card-grid,
321 -.pathways,
322 -.services-grid,
323 -.resource-grid,
142 +/* ===== WHY CHOOSE (cards) ===== */
324 324  .widgets {
144 + margin-top: 12px;
325 325   display: grid;
326 - grid-gap: 18px;
327 - margin-left: auto;
328 - margin-right: auto;
146 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
147 + grid-gap: 16px;
329 329  }
330 330  
331 -.card-grid,
332 -.pathways,
333 -.services-grid {
334 - grid-template-columns: repeat(3, minmax(0, 1fr));
335 - max-width: 1040px;
336 - margin-top: 22px;
337 -}
338 -
339 -.resource-grid {
340 - grid-template-columns: repeat(2, minmax(0, 1fr));
341 - max-width: 1040px;
342 - margin-top: 22px;
343 -}
344 -
345 -.widgets {
346 - grid-template-columns: repeat(4, minmax(0, 1fr));
347 - max-width: 1040px;
348 - margin-top: 20px;
349 -}
350 -
351 -.card-grid > *,
352 -.pathways > *,
353 -.services-grid > *,
354 -.resource-grid > *,
355 -.widgets > * {
356 - min-width: 0;
357 -}
358 -
359 -/* ========== Shared Card Style ========== */
360 -
361 -.widget,
362 -.pathway-card,
363 -.service-card,
364 -.resource-card {
150 +.widget {
151 + padding: 18px;
152 + background: #fff;
365 365   border: 1px solid @line;
366 366   border-radius: @radius;
367 367   box-shadow: @shadow-sm;
368 -}
369 -
370 -/* ========== Small Widgets ========== */
371 -
372 -.widget {
373 - padding: 18px;
156 + transition: transform .18s ease, box-shadow .18s ease;
374 374   display: flex;
375 375   flex-direction: column;
376 376   height: 100%;
377 377  
161 + &:hover {
162 + transform: translateY(-2px);
163 + box-shadow: @shadow;
164 + }
165 +
378 378   .icon {
379 379   display: flex;
380 380   align-items: center;
381 381   gap: 10px;
382 - padding-bottom: 8px;
383 - margin-bottom: 10px;
384 - border-bottom: 1px solid fade(@line, 70%);
385 -
386 - i {
387 - color: @brand;
388 - }
389 -
390 - h4 {
391 - margin: 0;
392 - line-height: 1.25;
393 - color: @text;
394 - }
170 + padding-bottom: 6px;
171 + margin-bottom: 8px;
172 + border-bottom: 1px solid fade(@line, 60%);
173 + i { color: @brand; }
174 + h4 { margin: 0; line-height: 1.2; color: @text; }
395 395   }
396 396  
397 397   p {
... ... @@ -401,169 +401,31 @@
401 401   }
402 402  }
403 403  
404 -/* ========== Homepage Pathway Cards ========== */
405 -
406 -.pathway-card {
407 - padding: 24px;
408 - display: flex;
409 - flex-direction: column;
410 - min-height: 100%;
411 -
412 - .card-heading {
184 +/* ===== SERVICES ===== */
185 +.services {
186 + .services-grid {
187 + margin-top: 20px;
413 413   display: flex;
414 - align-items: center;
415 - gap: 14px;
416 - margin-bottom: 14px;
417 - }
189 + flex-wrap: wrap;
190 + gap: 24px;
418 418  
419 - .pathway-icon {
420 - width: 52px;
421 - height: 52px;
422 - border-radius: 50%;
423 - display: flex;
424 - align-items: center;
192 + /* center the whole block under the heading */
193 + max-width: 960px;
194 + margin-left: auto;
195 + margin-right: auto;
425 425   justify-content: center;
426 - color: @brand;
427 - background: fade(@brand, 10%);
428 - font-size: 19px;
429 - flex-shrink: 0;
430 430   }
431 431  
432 - h3 {
433 - margin: 0;
434 - color: @text;
435 - font-size: 22px;
436 - line-height: 1.25;
437 - }
438 -
439 - p {
440 - color: @muted;
441 - line-height: 1.55;
442 - margin: 0 0 16px;
443 - }
444 -
445 - ul {
446 - margin: 0 0 22px;
447 - padding-left: 18px;
448 - color: @muted;
449 - font-size: 14px;
450 - line-height: 1.55;
451 - }
452 -
453 - li {
454 - margin: 6px 0;
455 - }
456 -
457 - .card-link {
458 - margin-top: auto;
459 - padding-top: 4px;
460 -
461 - a {
462 - color: @brand;
463 - font-weight: 700;
464 - text-decoration: underline;
465 -
466 - &:hover,
467 - &:focus {
468 - color: @brand-strong;
469 - }
470 - }
471 - }
472 -}
473 -
474 -.industry-trust-section {
475 - background:
476 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
477 -
478 - .industry-trust-panel {
479 - max-width: 1040px;
480 - margin: 0 auto;
481 - padding: 30px 28px;
482 - border: 1px solid fade(@brand, 16%);
483 - border-radius: @radius;
484 - background:
485 - radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%);
486 - box-shadow: @shadow-sm;
487 - text-align: center;
488 - }
489 -
490 - h2 {
491 - margin-bottom: 12px;
492 - }
493 -
494 - .section-intro {
495 - margin-bottom: 20px;
496 - max-width: 820px;
497 - }
498 -
499 - .industry-tags {
500 - max-width: 880px;
501 - margin: 0 auto;
502 - display: flex;
503 - flex-wrap: wrap;
504 - justify-content: center;
505 - gap: 10px;
506 - }
507 -
508 - .industry-tags span {
509 - display: inline-flex;
510 - align-items: center;
511 - padding: 7px 12px;
512 - border: 1px solid fade(@brand, 20%);
513 - border-radius: 999px;
514 - background: #fff;
515 - color: @text;
516 - font-size: 13px;
517 - font-weight: 600;
518 - line-height: 1.2;
519 - box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
520 - }
521 -
522 - .industry-support {
523 - max-width: 820px;
524 - margin: 22px auto 0;
525 - color: @muted;
526 - font-size: 16px;
527 - line-height: 1.6;
528 - }
529 -}
530 -
531 -@media (max-width: 640px) {
532 - .industry-trust-section {
533 - .industry-trust-panel {
534 - padding: 24px 18px;
535 - }
536 -
537 - .industry-tags {
538 - gap: 8px;
539 - }
540 -
541 - .industry-tags span {
542 - font-size: 12px;
543 - padding: 6px 10px;
544 - }
545 - }
546 -}
547 -
548 -/* ========== Services ========== */
549 -
550 -.services {
551 - .services-grid {
552 - max-width: 1040px;
553 - }
554 -
555 555   .service {
200 + flex: 0 1 calc(50% - 12px);
556 556   display: flex;
557 557   align-items: flex-start;
558 558   gap: 16px;
559 - padding: 22px;
560 - border: 1px solid @line;
561 - border-radius: @radius;
562 - box-shadow: @shadow-sm;
204 + margin-bottom: 8px;
563 563  
564 564   .service-icon {
565 - width: 46px;
566 - height: 46px;
207 + width: 42px;
208 + height: 42px;
567 567   border-radius: 50%;
568 568   display: flex;
569 569   align-items: center;
... ... @@ -572,1657 +572,66 @@
572 572   color: @brand;
573 573   background: fade(@brand, 10%);
574 574   flex-shrink: 0;
575 - margin-top: 2px;
217 + margin-top: 3px;
576 576   }
577 577  
578 578   .service-body {
579 579   h4 {
580 - margin: 0 0 6px;
581 - font-size: 18px;
582 - line-height: 1.25;
222 + margin: 0 0 4px;
223 + font-size: 1.125rem;
583 583   font-weight: 800;
584 - color: @text;
585 585   }
586 -
587 587   p {
588 - margin: 0 0 8px;
589 - color: @muted;
227 + margin: 0 0 6px;
228 + color: @text;
590 590   line-height: 1.5;
591 591   }
592 -
593 593   ul {
594 - margin: 9px 0 0;
595 - padding-left: 18px;
232 + margin: .45rem 0 0;
233 + padding-left: 1.1rem;
596 596   color: @muted;
597 597   font-size: 13px;
598 - line-height: 1.5;
599 599   }
600 -
601 601   li {
602 - margin: 4px 0;
238 + margin: .25rem 0;
239 + line-height: 1.45;
603 603   }
604 604   }
605 605   }
606 -}
607 607  
608 -/* ========== Split / Process Section ========== */
244 + /* ==== Center last item on its own row while keeping 50% width ==== */
245 + .service-center {
246 + /* same width as siblings */
247 + flex: 0 1 calc(55% - 12px);
609 609  
610 -.split-section {
611 - background:
612 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
613 -}
614 -
615 -.split-grid {
616 - display: grid;
617 - grid-template-columns: .95fr 1.05fr;
618 - grid-gap: 36px;
619 - max-width: 1040px;
620 - margin: 0 auto;
621 - align-items: stretch;
622 -}
623 -
624 -.split-copy {
625 - position: relative;
626 - overflow: hidden;
627 - min-height: 100%;
628 - padding: 42px 38px;
629 - border-radius: 26px;
630 - background:
631 - radial-gradient(circle at 86% 12%, fade(@brand, 22%) 0%, transparent 32%),
632 - linear-gradient(135deg, @text 0%, @text-soft 100%);
633 - color: #fff;
634 - box-shadow: @shadow;
635 -
636 - &::before {
637 - content: "";
638 - position: absolute;
639 - inset: 0;
640 - background:
641 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px),
642 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px);
643 - background-size: 48px 48px;
644 - opacity: .36;
645 - pointer-events: none;
249 + /* push to center */
250 + margin-left: auto;
251 + margin-right: auto;
646 646   }
647 647  
648 - h2,
649 - p {
650 - position: relative;
651 - z-index: 1;
652 - }
653 -
654 - h2 {
655 - text-align: left;
656 - margin: 0 0 18px;
657 - color: #fff;
658 - font-size: 30px;
659 - line-height: 1.18;
660 - letter-spacing: -.02em;
661 - }
662 -
663 - p {
664 - margin: 0 0 18px;
665 - color: #DBE4EF;
666 - line-height: 1.65;
667 -
668 - &:last-child {
669 - margin-bottom: 0;
254 + /* Mobile: 1 per row */
255 + @media (max-width: 767px) {
256 + .services-grid {
257 + gap: 16px;
258 + max-width: 100%;
670 670   }
671 - }
672 672  
673 - h3,
674 - h4 {
675 - position: relative;
676 - z-index: 1;
677 - margin: 0 0 16px;
678 - color: #fff;
679 - font-size: 24px;
680 - line-height: 1.2;
681 - font-weight: 800;
682 - }
683 -
684 - h2 i,
685 - h3 i,
686 - h4 i {
687 - margin-right: 8px;
688 - color: @brand;
689 - }
690 -
691 - ul {
692 - position: relative;
693 - z-index: 1;
694 - margin: 18px 0 0;
695 - padding: 0;
696 - list-style: none;
697 - }
698 -
699 - li {
700 - position: relative;
701 - margin: 10px 0;
702 - padding-left: 28px;
703 - color: #DBE4EF;
704 - line-height: 1.5;
705 -
706 - &::before {
707 - content: "\f00c";
708 - font-family: FontAwesome;
709 - position: absolute;
710 - left: 0;
711 - top: 1px;
712 - color: @brand;
261 + .service,
262 + .service-center {
263 + flex: 0 1 100%;
264 + margin-left: 0;
265 + margin-right: 0;
713 713   }
714 714   }
715 715  }
716 716  
717 -.process-list {
718 - counter-reset: process;
719 - margin: 0;
720 - padding: 0;
721 - list-style: none;
722 -
723 - li {
724 - counter-increment: process;
725 - position: relative;
726 - min-height: 104px;
727 - padding: 24px 26px 24px 82px;
728 - margin-bottom: 18px;
729 - border: 1px solid @line;
730 - border-radius: @radius;
731 - background: #fff;
732 - box-shadow: @shadow-sm;
733 - color: @muted;
734 - line-height: 1.5;
735 -
736 - &:last-child {
737 - margin-bottom: 0;
738 - }
739 -
740 - &:before {
741 - content: counter(process);
742 - position: absolute;
743 - left: 26px;
744 - top: 26px;
745 - width: 38px;
746 - height: 38px;
747 - border-radius: 50%;
748 - background: @brand;
749 - color: #fff;
750 - display: flex;
751 - align-items: center;
752 - justify-content: center;
753 - font-weight: 800;
754 - box-shadow: 0 0 0 8px fade(@brand, 10%);
755 - }
756 -
757 - strong {
758 - display: block;
759 - color: @text;
760 - margin-bottom: 5px;
761 - font-size: 16px;
762 - line-height: 1.3;
763 - }
764 - }
765 -}
766 -
767 -/* ===== Contact page side panel ===== */
768 -
769 -.contact-side-panel {
770 - padding-top: 10px;
771 -}
772 -
773 -.contact-help-panel {
774 - margin-bottom: 18px;
775 - padding: 30px 28px;
776 -}
777 -
778 -.contact-help-panel h2 {
779 - font-size: 24px;
780 -}
781 -
782 -.contact-process-list li {
783 - min-height: auto;
784 -}
785 -
786 -/* CSS for hidden field to identify requests filled by bots. */
787 -.contact-hp-wrapper {
788 - position: absolute;
789 - left: -9999px;
790 - width: 1px;
791 - height: 1px;
792 - overflow: hidden;
793 -}
794 -
795 -/* ========== Resources ========== */
796 -
797 -.resource-strip {
798 - background: @brand-bg;
799 -}
800 -
801 -.resource-card {
802 - background-color: #fff;
803 - padding: 20px;
804 -
805 - h4 {
806 - margin: 0 0 8px;
807 - color: @text;
808 - font-size: 18px;
809 - line-height: 1.25;
810 - }
811 -
812 - p {
813 - color: @muted;
814 - margin: 0 0 12px;
815 - line-height: 1.5;
816 - }
817 -
818 - a {
819 - color: @brand;
820 - font-weight: 700;
821 - }
822 -}
823 -
824 -/* ========== Homepage Resource Strip ========== */
825 -
826 -.homepage-resource-strip {
827 - background:
828 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
829 -
830 - .resource-grid {
831 - max-width: 1040px;
832 - margin: 22px auto 0;
833 - display: grid;
834 - grid-template-columns: repeat(2, minmax(0, 1fr));
835 - grid-gap: 22px;
836 - align-items: stretch;
837 - }
838 -
839 - .resource-card {
840 - display: flex;
841 - flex-direction: column;
842 - min-width: 0;
843 - min-height: 100%;
844 - padding: 26px;
845 - }
846 -
847 - .resource-card h4 {
848 - margin: 0 0 10px;
849 - color: @text;
850 - font-size: 21px;
851 - line-height: 1.25;
852 - font-weight: 700;
853 - }
854 -
855 - .resource-card p {
856 - margin: 0 0 18px;
857 - color: @muted;
858 - font-size: 15px;
859 - line-height: 1.6;
860 - }
861 -
862 - .resource-card a {
863 - margin-top: auto;
864 - color: @brand;
865 - font-weight: 700;
866 - text-decoration: underline;
867 -
868 - &:hover,
869 - &:focus {
870 - color: @brand-strong;
871 - }
872 - }
873 -}
874 -
875 -@media (max-width: 980px) {
876 - .homepage-resource-strip {
877 - .resource-grid {
878 - grid-template-columns: 1fr;
879 - }
880 - }
881 -}
882 -
883 -@media (max-width: 640px) {
884 - .homepage-resource-strip {
885 - .resource-card {
886 - padding: 22px;
887 - }
888 -
889 - .resource-card h4 {
890 - font-size: 19px;
891 - }
892 - }
893 -}
894 -
895 -/* ========== CTA ========== */
896 -
270 +/* ===== CTA ===== */
897 897  .cta-section {
898 - border: none;
272 + padding: 24px 0 16px;
899 899  
900 900   .contact-inline {
901 901   margin: 0;
902 902   color: @muted;
903 -
904 - a {
905 - color: @brand;
906 - }
277 + a { color: @brand; }
907 907   }
908 -
909 - .cta-panel {
910 - position: relative;
911 - overflow: hidden;
912 - max-width: 1040px;
913 - margin: 0 auto;
914 - padding: 48px 40px;
915 - border: 0;
916 - border-radius: 26px;
917 - background:
918 - radial-gradient(circle at 88% 10%, fade(@brand, 24%) 0%, transparent 30%),
919 - linear-gradient(135deg, @text 0%, @text-soft 100%);
920 - color: #fff;
921 - box-shadow: @shadow;
922 - text-align: center;
923 -
924 - &::before {
925 - content: "";
926 - position: absolute;
927 - inset: 0;
928 - background:
929 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px),
930 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px);
931 - background-size: 48px 48px;
932 - opacity: .4;
933 - pointer-events: none;
934 - }
935 -
936 - > h2,
937 - > p,
938 - > form,
939 - > .hero-actions,
940 - > .cta-actions,
941 - > .reviewNotifications {
942 - position: relative;
943 - z-index: 1;
944 - }
945 -
946 - > h2 {
947 - max-width: 760px;
948 - margin: 0 auto 16px;
949 - color: #fff;
950 - }
951 -
952 - > p {
953 - max-width: 760px;
954 - margin: 0 auto 28px;
955 - color: #DBE4EF;
956 - font-size: 16px;
957 - line-height: 1.6;
958 - }
959 -
960 - .btn-primary {
961 - border-color: #fff;
962 - background: #fff;
963 - color: @text;
964 - box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
965 -
966 - &:hover,
967 - &:focus {
968 - border-color: #fff;
969 - background: #fff;
970 - color: @brand-strong;
971 - text-decoration: none;
972 - }
973 - }
974 - }
975 975  }
976 -
977 -/* ========== Responsive ========== */
978 -
979 -@media (max-width: 980px) {
980 - .widgets,
981 - .pathways,
982 - .services-grid,
983 - .resource-grid {
984 - grid-template-columns: repeat(2, minmax(0, 1fr));
985 - }
986 -
987 - .split-grid {
988 - grid-template-columns: 1fr;
989 - }
990 -
991 - .split-copy {
992 - padding: 34px 28px;
993 -
994 - h2 {
995 - text-align: center;
996 - }
997 - }
998 -}
999 -
1000 -/* ========== XWiki notifications inside public CTA panels ========== */
1001 -
1002 -#mainContentArea {
1003 - .cta-panel {
1004 - .reviewNotifications {
1005 - position: relative;
1006 - z-index: 1;
1007 - max-width: 920px;
1008 - margin: 22px auto 0;
1009 - text-align: left;
1010 - }
1011 - }
1012 -}
1013 -
1014 -@media (max-width: 760px) {
1015 - section[id] {
1016 - scroll-margin-top: 132px;
1017 - }
1018 -
1019 - .header-inner {
1020 - min-height: auto;
1021 - padding-top: 14px;
1022 - padding-bottom: 14px;
1023 - flex-direction: column;
1024 - align-items: center;
1025 - gap: 12px;
1026 - }
1027 -
1028 - .site-nav {
1029 - width: 100%;
1030 - justify-content: center;
1031 - flex-wrap: wrap;
1032 - gap: 10px 16px;
1033 - font-size: 14px;
1034 -
1035 - .nav-cta {
1036 - padding: 7px 12px;
1037 - }
1038 - }
1039 -
1040 - .hero.hero-centered {
1041 - min-height: 280px;
1042 - }
1043 -
1044 - .hero {
1045 - .lead {
1046 - font-size: 17px;
1047 - }
1048 -
1049 - .benefits {
1050 - gap: 4px 10px;
1051 -
1052 - li + li::before {
1053 - content: none;
1054 - }
1055 - }
1056 - }
1057 -}
1058 -
1059 -@media (max-width: 640px) {
1060 - section {
1061 - padding: @section-padding-mobile;
1062 - }
1063 -
1064 - .widgets,
1065 - .pathways,
1066 - .services-grid,
1067 - .resource-grid {
1068 - grid-template-columns: 1fr;
1069 - }
1070 -
1071 - .pathway-card,
1072 - .services .service,
1073 - .resource-card,
1074 - .widget {
1075 - padding: 20px;
1076 - }
1077 -
1078 - .split-copy {
1079 - padding: 30px 22px;
1080 - border-radius: 20px;
1081 - }
1082 -
1083 - .process-list li {
1084 - padding: 22px 20px 22px 68px;
1085 -
1086 - &:before {
1087 - left: 20px;
1088 - top: 22px;
1089 - width: 32px;
1090 - height: 32px;
1091 - }
1092 - }
1093 -
1094 - .services .service {
1095 - gap: 14px;
1096 - }
1097 -
1098 - .cta-section {
1099 - .cta-panel {
1100 - padding: 30px 22px;
1101 - border-radius: 20px;
1102 -
1103 - .btn-primary {
1104 - width: 100%;
1105 - }
1106 - }
1107 - }
1108 -}
1109 -
1110 -/* ========== Resource / Article Pages ========== */
1111 -
1112 -.resource-page {
1113 - padding-top: 0;
1114 -}
1115 -
1116 -.resource-header {
1117 - padding: @section-padding;
1118 - border-top: none;
1119 -
1120 - h1 {
1121 - margin: 0 auto 14px;
1122 - text-align: center;
1123 - line-height: 1.18;
1124 - }
1125 -
1126 - .resource-summary {
1127 - max-width: 780px;
1128 - margin: 0 auto;
1129 - color: @muted;
1130 - text-align: center;
1131 - font-size: 18px;
1132 - line-height: 1.55;
1133 - }
1134 -}
1135 -
1136 -.resource-layout {
1137 - display: block;
1138 - max-width: 1080px;
1139 - margin: 0 auto;
1140 - padding-top: 28px;
1141 -}
1142 -
1143 -.resource-layout::after {
1144 - content: "";
1145 - display: block;
1146 - clear: both;
1147 -}
1148 -
1149 -.resource-content {
1150 - color: @text;
1151 - font-size: 16px;
1152 - line-height: 1.68;
1153 -
1154 - h2 {
1155 - text-align: left;
1156 - margin: 34px 0 12px;
1157 - line-height: 1.28;
1158 - }
1159 -
1160 - h3 {
1161 - margin: 24px 0 8px;
1162 - line-height: 1.3;
1163 - }
1164 -
1165 - p {
1166 - margin: 0 0 16px;
1167 - }
1168 -
1169 - ul,
1170 - ol {
1171 - margin: 0 0 18px;
1172 - padding-left: 22px;
1173 - }
1174 -
1175 - li {
1176 - margin: 6px 0;
1177 - }
1178 -
1179 - strong {
1180 - color: @text;
1181 - }
1182 -}
1183 -
1184 -.resource-note {
1185 - border-left: 4px solid @brand;
1186 - background: #fff;
1187 - padding: 16px 18px;
1188 - margin: 22px 0;
1189 - border-radius: 0 @radius @radius 0;
1190 -
1191 - p:last-child {
1192 - margin-bottom: 0;
1193 - }
1194 -}
1195 -
1196 -.resource-note.related-resources {
1197 - p {
1198 - margin-bottom: 10px;
1199 - }
1200 -
1201 - ul {
1202 - margin: 0;
1203 - padding-left: 20px;
1204 - }
1205 -
1206 - li {
1207 - margin: 6px 0;
1208 - color: @muted;
1209 - }
1210 -}
1211 -
1212 -.resource-faq-item {
1213 - display: flow-root;
1214 - border-bottom: 1px solid @line;
1215 - padding: 12px 0;
1216 -
1217 - summary {
1218 - cursor: pointer;
1219 - font-weight: 700;
1220 - color: @text;
1221 - line-height: 1.4;
1222 - }
1223 -
1224 - summary:hover,
1225 - summary:focus {
1226 - color: @brand-strong;
1227 - }
1228 -
1229 - p {
1230 - margin: 10px 0 4px;
1231 - color: @muted;
1232 - }
1233 -}
1234 -
1235 -.resource-checklist {
1236 - margin: 18px 0 24px;
1237 - padding: 0;
1238 - list-style: none;
1239 -
1240 - li {
1241 - position: relative;
1242 - padding: 10px 0 10px 34px;
1243 - border-bottom: 1px solid @line;
1244 -
1245 - &:before {
1246 - content: "\f00c";
1247 - font-family: FontAwesome;
1248 - position: absolute;
1249 - left: 0;
1250 - top: 11px;
1251 - color: @brand;
1252 - }
1253 - }
1254 -}
1255 -
1256 -.resource-sidebar {
1257 - float: right;
1258 - width: 280px;
1259 - margin-left: 42px;
1260 - margin-bottom: 28px;
1261 - position: sticky;
1262 - top: 96px;
1263 - border: 1px solid @line;
1264 - border-radius: @radius;
1265 - padding: 18px;
1266 - box-shadow: @shadow-sm;
1267 -
1268 - h4 {
1269 - margin: 0 0 10px;
1270 - }
1271 -
1272 - ul {
1273 - margin: 0;
1274 - padding-left: 18px;
1275 - color: @muted;
1276 - }
1277 -
1278 - li {
1279 - margin: 8px 0;
1280 - }
1281 -
1282 - a {
1283 - color: @brand;
1284 - font-weight: 600;
1285 - }
1286 -}
1287 -
1288 -.resource-cta {
1289 - display: flex;
1290 - flex-direction: column;
1291 - align-items: center;
1292 - text-align: center;
1293 -
1294 - max-width: 820px;
1295 - margin: 42px auto 0;
1296 - padding: 28px 30px;
1297 - border: 1px solid fade(@brand, 20%);
1298 - border-radius: @radius;
1299 - background: @brand-bg;
1300 -
1301 - h3 {
1302 - margin-top: 0;
1303 - margin-bottom: 10px;
1304 - }
1305 -
1306 - p {
1307 - max-width: 680px;
1308 - margin-left: auto;
1309 - margin-right: auto;
1310 - color: @muted;
1311 - }
1312 -
1313 - .btn {
1314 - margin-top: 8px;
1315 - }
1316 -}
1317 -
1318 -.resource-inline-cta {
1319 - display: flex;
1320 - align-items: center;
1321 - justify-content: space-between;
1322 - gap: 22px;
1323 - margin: 30px 0;
1324 - padding: 20px 22px;
1325 - border: 1px solid @line;
1326 - border-left: 4px solid @brand;
1327 - border-radius: @radius;
1328 - background: #fff;
1329 - box-shadow: @shadow-sm;
1330 -
1331 - p {
1332 - margin: 0;
1333 - color: @muted;
1334 - line-height: 1.55;
1335 - }
1336 -
1337 - strong {
1338 - display: block;
1339 - margin-bottom: 4px;
1340 - color: @text;
1341 - font-size: 17px;
1342 - line-height: 1.3;
1343 - }
1344 -
1345 - .btn {
1346 - flex-shrink: 0;
1347 - white-space: nowrap;
1348 - }
1349 -}
1350 -
1351 -.resource-note,
1352 -.resource-checklist,
1353 -.resource-cta,
1354 -.resource-inline-cta {
1355 - display: flow-root;
1356 -}
1357 -
1358 -@media (max-width: 767px) {
1359 - .resource-cta {
1360 - padding: 24px 20px;
1361 - }
1362 -}
1363 -
1364 -@media (max-width: 767px) {
1365 - .resource-inline-cta {
1366 - display: block;
1367 -
1368 - p {
1369 - margin-bottom: 14px;
1370 - }
1371 -
1372 - .btn {
1373 - display: block;
1374 - width: 100%;
1375 - white-space: normal;
1376 - }
1377 - }
1378 -}
1379 -
1380 -@media (max-width: 900px) {
1381 - .resource-layout {
1382 - padding-top: 22px;
1383 - }
1384 -
1385 - .resource-sidebar {
1386 - float: none;
1387 - width: 100%;
1388 - margin-left: 0;
1389 - margin-bottom: 24px;
1390 - position: static;
1391 - }
1392 -}
1393 -
1394 -/* ========== Products / Extensions Pages ========== */
1395 -
1396 -.product-index-section {
1397 - padding: @section-padding;
1398 -
1399 - h2 {
1400 - margin-bottom: 10px;
1401 - }
1402 -}
1403 -
1404 -.product-card-grid {
1405 - max-width: 980px;
1406 - margin: 26px auto 0;
1407 - display: grid;
1408 - grid-template-columns: 1fr;
1409 - grid-gap: 22px;
1410 -}
1411 -
1412 -.product-card {
1413 - position: relative;
1414 - border: 1px solid @line;
1415 - border-radius: @radius;
1416 - box-shadow: @shadow-sm;
1417 - padding: 32px;
1418 - display: grid;
1419 - grid-template-columns: 70px 1fr;
1420 - grid-gap: 24px;
1421 - align-items: start;
1422 - overflow: hidden;
1423 -
1424 - &:before {
1425 - content: "";
1426 - position: absolute;
1427 - inset: 0 auto 0 0;
1428 - width: 5px;
1429 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1430 - }
1431 -
1432 - .product-card-icon {
1433 - width: 58px;
1434 - height: 58px;
1435 - border-radius: 50%;
1436 - background: fade(@brand, 10%);
1437 - border: 1px solid fade(@brand, 22%);
1438 - color: @brand;
1439 - display: flex;
1440 - align-items: center;
1441 - justify-content: center;
1442 - font-size: 22px;
1443 - flex-shrink: 0;
1444 - }
1445 -
1446 - .product-card-body {
1447 - min-width: 0;
1448 - }
1449 -
1450 - h3 {
1451 - margin: 0 0 10px;
1452 - color: @text;
1453 - font-size: 25px;
1454 - line-height: 1.22;
1455 - font-weight: 800;
1456 - }
1457 -
1458 - p {
1459 - color: @muted;
1460 - line-height: 1.6;
1461 - }
1462 -
1463 - .product-card-description {
1464 - max-width: 760px;
1465 - margin: 0 0 14px;
1466 - font-size: 16px;
1467 - }
1468 -}
1469 -
1470 -.product-card-kicker {
1471 - display: inline-flex;
1472 - align-items: center;
1473 - gap: 7px;
1474 - width: fit-content;
1475 - margin-bottom: 10px;
1476 - padding: 5px 10px;
1477 - border: 1px solid fade(@brand, 24%);
1478 - border-radius: 999px;
1479 - background: fade(@brand, 8%);
1480 - color: @brand-strong;
1481 - font-size: 12px;
1482 - font-weight: 800;
1483 - text-transform: uppercase;
1484 - letter-spacing: .04em;
1485 -
1486 - i {
1487 - color: @brand;
1488 - }
1489 -}
1490 -
1491 -.product-highlights {
1492 - margin: 14px 0 22px;
1493 - padding-left: 18px;
1494 - color: @muted;
1495 -
1496 - li {
1497 - margin: 6px 0;
1498 - line-height: 1.45;
1499 - }
1500 -}
1501 -
1502 -.product-card-actions {
1503 - display: flex;
1504 - align-items: center;
1505 - gap: 16px;
1506 - flex-wrap: wrap;
1507 -
1508 - .btn {
1509 - font-weight: 700;
1510 - }
1511 -}
1512 -
1513 -@media (max-width: 640px) {
1514 - .product-card {
1515 - grid-template-columns: 1fr;
1516 - padding: 26px 22px;
1517 - text-align: left;
1518 -
1519 - &:before {
1520 - width: 4px;
1521 - }
1522 -
1523 - .product-card-icon {
1524 - margin-bottom: 2px;
1525 - }
1526 -
1527 - h3 {
1528 - font-size: 22px;
1529 - }
1530 - }
1531 -
1532 - .product-card-actions {
1533 - gap: 12px;
1534 - }
1535 -}
1536 -
1537 -/* ========== Individual Product Pages ========== */
1538 -
1539 -.product-layout {
1540 - display: grid;
1541 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1542 - grid-gap: 32px;
1543 - max-width: 1040px;
1544 - margin: 0 auto;
1545 - align-items: start;
1546 -}
1547 -
1548 -.product-summary-card,
1549 -.product-info-card,
1550 -.product-feature,
1551 -.product-gallery-panel {
1552 - border: 1px solid @line;
1553 - border-radius: @radius;
1554 - box-shadow: @shadow-sm;
1555 -}
1556 -
1557 -.product-summary-card {
1558 - padding: 28px;
1559 -
1560 - h2 {
1561 - text-align: left;
1562 - margin-top: 0;
1563 - margin-bottom: 14px;
1564 - line-height: 1.25;
1565 - }
1566 -
1567 - p {
1568 - color: @muted;
1569 - line-height: 1.62;
1570 - }
1571 -
1572 - p:last-child {
1573 - margin-bottom: 0;
1574 - }
1575 -}
1576 -
1577 -.product-info-card {
1578 - padding: 24px;
1579 -
1580 - h3 {
1581 - margin-top: 0;
1582 - margin-bottom: 12px;
1583 - line-height: 1.3;
1584 - }
1585 -
1586 - p {
1587 - color: @muted;
1588 - line-height: 1.55;
1589 - }
1590 -
1591 - ul {
1592 - margin: 0;
1593 - padding-left: 20px;
1594 - color: @muted;
1595 - }
1596 -
1597 - li {
1598 - margin: 8px 0;
1599 - line-height: 1.3;
1600 - }
1601 -}
1602 -
1603 -.product-card-note {
1604 - margin: 0 0 14px;
1605 - color: @muted;
1606 - line-height: 1.55;
1607 -}
1608 -
1609 -.product-feature-grid {
1610 - display: grid;
1611 - grid-template-columns: repeat(3, minmax(0, 1fr));
1612 - grid-gap: 20px;
1613 - max-width: 1040px;
1614 - margin: 24px auto 0;
1615 -}
1616 -
1617 -.product-feature {
1618 - padding: 24px;
1619 - min-width: 0;
1620 - min-height: 100%;
1621 -
1622 - .card-heading,
1623 - .feature-heading {
1624 - display: flex;
1625 - align-items: center;
1626 - gap: 14px;
1627 - margin-bottom: 14px;
1628 - }
1629 -
1630 - .feature-icon {
1631 - width: 46px;
1632 - height: 46px;
1633 - border-radius: 50%;
1634 - background: fade(@brand, 10%);
1635 - color: @brand;
1636 - display: flex;
1637 - align-items: center;
1638 - justify-content: center;
1639 - font-size: 18px;
1640 - flex-shrink: 0;
1641 - }
1642 -
1643 - h3 {
1644 - margin: 0;
1645 - color: @text;
1646 - font-size: 18px;
1647 - line-height: 1.25;
1648 - }
1649 -
1650 - p {
1651 - margin: 0;
1652 - color: @muted;
1653 - line-height: 1.52;
1654 - }
1655 -}
1656 -
1657 -.product-gallery-caption {
1658 - max-width: 820px;
1659 - margin: 12px auto 0;
1660 - color: @muted;
1661 - font-size: 14px;
1662 - line-height: 1.5;
1663 - text-align: center;
1664 -}
1665 -
1666 -/* Keep the default XWiki gallery style.
1667 - Only add spacing before it and center it. */
1668 -.gallery.xGallery {
1669 - margin: 25px auto;
1670 - width: 920px;
1671 - height: 518px;
1672 -}
1673 -
1674 -.product-section-muted {
1675 - background:
1676 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1677 -}
1678 -
1679 -/* Compact process list when used inside a product card. */
1680 -.product-summary-card .process-list {
1681 - margin-top: 16px;
1682 -
1683 - li {
1684 - padding: 13px 14px 13px 50px;
1685 - margin-bottom: 10px;
1686 - box-shadow: none;
1687 - }
1688 -
1689 - li:before {
1690 - left: 14px;
1691 - top: 14px;
1692 - width: 24px;
1693 - height: 24px;
1694 - font-size: 12px;
1695 - }
1696 -
1697 - strong {
1698 - margin-bottom: 2px;
1699 - }
1700 -}
1701 -
1702 -/* Kept for older product pages that still use a screenshot placeholder/panel. */
1703 -.product-gallery-panel {
1704 - max-width: 1040px;
1705 - margin: 20px auto 0;
1706 - padding: 26px;
1707 -
1708 - h2 {
1709 - margin-top: 0;
1710 - text-align: center;
1711 - }
1712 -
1713 - .gallery-note {
1714 - max-width: 700px;
1715 - margin: 0 auto 18px;
1716 - color: @muted;
1717 - text-align: center;
1718 - line-height: 1.55;
1719 - }
1720 -}
1721 -
1722 -.product-gallery-placeholder {
1723 - min-height: 260px;
1724 - padding: 28px;
1725 - border: 1px dashed fade(@brand, 40%);
1726 - border-radius: @radius;
1727 - background: fade(@brand, 5%);
1728 - color: @muted;
1729 - text-align: center;
1730 - display: flex;
1731 - align-items: center;
1732 - justify-content: center;
1733 -}
1734 -
1735 -@media (max-width: 980px) {
1736 - .product-layout,
1737 - .product-feature-grid {
1738 - grid-template-columns: 1fr;
1739 - }
1740 -
1741 - .product-summary-card h2 {
1742 - text-align: center;
1743 - }
1744 -}
1745 -
1746 -@media (max-width: 640px) {
1747 - .product-card {
1748 - grid-template-columns: 1fr;
1749 - padding: 22px;
1750 - text-align: left;
1751 -
1752 - .product-card-icon {
1753 - margin-bottom: 2px;
1754 - }
1755 - }
1756 -
1757 - .product-summary-card,
1758 - .product-info-card,
1759 - .product-feature,
1760 - .product-gallery-panel {
1761 - padding: 20px;
1762 - }
1763 -
1764 - .product-feature {
1765 - .card-heading,
1766 - .feature-heading {
1767 - gap: 12px;
1768 - }
1769 -
1770 - .feature-icon {
1771 - width: 42px;
1772 - height: 42px;
1773 - font-size: 16px;
1774 - }
1775 - }
1776 -
1777 - .gallery.xGallery {
1778 - margin-top: 22px !important;
1779 - }
1780 -
1781 - .product-gallery-caption {
1782 - margin-top: 10px;
1783 - padding: 0 14px;
1784 - }
1785 -
1786 - .product-summary-card .process-list li {
1787 - padding-left: 46px;
1788 - }
1789 -}
1790 -
1791 -/* ========== Resources Index ========== */
1792 -
1793 -.resources-index-page {
1794 -
1795 - .services-grid {
1796 - grid-template-columns: repeat(2, minmax(0, 1fr));
1797 - }
1798 -}
1799 -
1800 -@media (max-width: 980px) {
1801 - .resources-index-page {
1802 - .services-grid {
1803 - grid-template-columns: 1fr;
1804 - }
1805 - }
1806 -}
1807 -
1808 -@media (max-width: 767px) {
1809 - .resources-index-page {
1810 - padding: @section-padding-mobile;
1811 - }
1812 -}
1813 -
1814 -.resource-faq-item {
1815 - border-bottom: 1px solid @line;
1816 - padding: 12px 0;
1817 -
1818 - summary {
1819 - cursor: pointer;
1820 - font-weight: 700;
1821 - color: @text;
1822 - }
1823 -
1824 - p {
1825 - margin: 10px 0 4px;
1826 - color: @muted;
1827 - }
1828 -}
1829 -
1830 -/* ========== Global Theme Background ========== */
1831 -
1832 -html,
1833 -body {
1834 - min-height: 100%;
1835 -}
1836 -
1837 -body {
1838 - color: @text;
1839 - background:
1840 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%),
1841 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%),
1842 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important;
1843 - background-attachment: fixed;
1844 -}
1845 -
1846 -/* Let the body background show through the XWiki wrappers.
1847 -#mainContentArea,
1848 -.resource-page,
1849 -.resources-index-page {
1850 - background: transparent !important;
1851 - background-image: none !important;
1852 -}
1853 -*/
1854 -/* Remove local decorative backgrounds that compete with the global gradient.
1855 -.hero,
1856 -.hero.hero-centered,
1857 -.trust-strip,
1858 -.industry-trust-section,
1859 -.split-section,
1860 -.resource-strip,
1861 -.homepage-resource-strip,
1862 -.resource-header,
1863 -.product-section-muted,
1864 -.resources-index-page {
1865 - background: transparent !important;
1866 - background-image: none !important;
1867 -}
1868 - */
1869 -/* Keep large panels readable, but remove their inner gradients.
1870 -.industry-trust-section .industry-trust-panel,
1871 -.cta-panel,
1872 -.resource-inline-cta,
1873 -.resource-note,
1874 -.resource-cta {
1875 - background: #fff !important;
1876 - background-image: none !important;
1877 -} */
1878 -
1879 -/* ========== Main Page Hero / SaaS Layout ========== */
1880 -
1881 -#mainContentArea .hero.hero-saas {
1882 - min-height: auto;
1883 - padding: 60px 0 34px;
1884 - display: flex;
1885 - align-items: center;
1886 - overflow: hidden;
1887 - background: transparent;
1888 -}
1889 -
1890 -#mainContentArea .hero-layout {
1891 - max-width: 1120px;
1892 - margin: 0 auto;
1893 - display: grid;
1894 - grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
1895 - gap: 56px;
1896 - align-items: center;
1897 -}
1898 -
1899 -#mainContentArea .hero-copy {
1900 - min-width: 0;
1901 - text-align: left;
1902 -}
1903 -
1904 -#mainContentArea .hero.hero-saas h1 {
1905 - max-width: 640px;
1906 - margin: 0 0 26px;
1907 - font-size: 60px;
1908 - font-weight: 800;
1909 - line-height: 1;
1910 - letter-spacing: -3px;
1911 -}
1912 -
1913 -#mainContentArea .hero.hero-saas h1 span {
1914 - color: @brand;
1915 -}
1916 -
1917 -#mainContentArea .hero.hero-saas .lead {
1918 - max-width: 590px;
1919 - margin: 0 0 28px;
1920 - color: #334155;
1921 - text-align: left;
1922 - font-size: 18px;
1923 - line-height: 1.6;
1924 -}
1925 -
1926 -#mainContentArea .hero.hero-saas .benefits {
1927 - max-width: 620px;
1928 - margin: 0 0 30px;
1929 - padding: 0;
1930 - display: grid;
1931 - grid-template-columns: repeat(2, minmax(0, 1fr));
1932 - gap: 10px 24px;
1933 - list-style: none;
1934 - color: #475569;
1935 - font-size: 15px;
1936 - text-align: left;
1937 -}
1938 -
1939 -#mainContentArea .hero.hero-saas .benefits li {
1940 - display: grid;
1941 - grid-template-columns: 18px minmax(0, 1fr);
1942 - column-gap: 8px;
1943 - align-items: start;
1944 - margin: 0;
1945 - line-height: 1.45;
1946 -}
1947 -
1948 -#mainContentArea .hero.hero-saas .benefits li::before {
1949 - content: "âś“";
1950 - display: block;
1951 - width: 18px;
1952 - color: @brand;
1953 - font-weight: 900;
1954 - line-height: 1.45;
1955 - text-align: left;
1956 - margin: 0;
1957 -}
1958 -
1959 -#mainContentArea .hero.hero-saas .hero-actions,
1960 -#mainContentArea .hero.hero-saas #hero-cta {
1961 - display: flex;
1962 - flex-wrap: wrap;
1963 - justify-content: flex-start;
1964 - gap: 12px;
1965 - margin-top: 0;
1966 -}
1967 -
1968 -#mainContentArea .hero-image-wrapper {
1969 - min-width: 0;
1970 - display: flex;
1971 - justify-content: center;
1972 - align-items: center;
1973 -}
1974 -
1975 -#mainContentArea .hero-image {
1976 - display: block;
1977 - width: 100%;
1978 - max-width: 620px;
1979 - height: auto;
1980 - border: 0;
1981 -}
1982 -
1983 -/* ========== Main Page Hero Responsive ========== */
1984 -
1985 -@media (max-width: 1100px) {
1986 - #mainContentArea .hero-layout {
1987 - max-width: 760px;
1988 - grid-template-columns: 1fr;
1989 - gap: 34px;
1990 - }
1991 -
1992 - #mainContentArea .hero-copy {
1993 - order: 1;
1994 - text-align: center;
1995 - }
1996 -
1997 - #mainContentArea .hero-image-wrapper {
1998 - order: 2;
1999 - }
2000 -
2001 - #mainContentArea .hero.hero-saas h1 {
2002 - margin-left: auto;
2003 - margin-right: auto;
2004 - text-align: center;
2005 - }
2006 -
2007 - #mainContentArea .hero.hero-saas .lead {
2008 - margin-left: auto;
2009 - margin-right: auto;
2010 - text-align: center;
2011 - }
2012 -
2013 - #mainContentArea .hero.hero-saas .benefits {
2014 - margin-left: auto;
2015 - margin-right: auto;
2016 - }
2017 -
2018 - #mainContentArea .hero.hero-saas .hero-actions,
2019 - #mainContentArea .hero.hero-saas #hero-cta {
2020 - justify-content: center;
2021 - }
2022 -
2023 - #mainContentArea .hero-image {
2024 - max-width: 620px;
2025 - }
2026 -}
2027 -
2028 -@media (max-width: 640px) {
2029 - #mainContentArea .hero.hero-saas {
2030 - padding: 42px 0 28px;
2031 - }
2032 -
2033 - #mainContentArea .hero-layout {
2034 - gap: 28px;
2035 - }
2036 -
2037 - #mainContentArea .hero.hero-saas h1 {
2038 - font-size: 42px;
2039 - letter-spacing: -1.5px;
2040 - }
2041 -
2042 - #mainContentArea .hero.hero-saas .lead {
2043 - font-size: 17px;
2044 - }
2045 -
2046 - #mainContentArea .hero.hero-saas .benefits {
2047 - grid-template-columns: 1fr;
2048 - }
2049 -
2050 - #mainContentArea .hero-image {
2051 - max-width: 100%;
2052 - }
2053 -}
2054 -
2055 -/* ========== Temporary marketing campaign banner ========== */
2056 -
2057 -.public-campaign-banner {
2058 - position: relative;
2059 - margin-top: 30px;
2060 - z-index: 20;
2061 - border: 0;
2062 - background:
2063 - radial-gradient(circle at 88% 0%, fade(@brand, 30%) 0%, transparent 32%),
2064 - linear-gradient(110deg, @text 0%, @text-soft 55%, @brand-strong 100%);
2065 - color: #fff;
2066 - border-radius: 14px;
2067 - box-shadow: 0 10px 26px rgba(7, 24, 45, .10);
2068 -}
2069 -
2070 -.public-campaign-inner {
2071 - min-height: 88px;
2072 - padding-top: 14px;
2073 - padding-bottom: 14px;
2074 - display: flex;
2075 - align-items: center;
2076 - justify-content: space-between;
2077 - gap: 30px;
2078 -}
2079 -
2080 -.public-campaign-copy {
2081 - min-width: 0;
2082 - display: flex;
2083 - align-items: center;
2084 - gap: 18px;
2085 -}
2086 -
2087 -.public-campaign-label {
2088 - flex-shrink: 0;
2089 - display: inline-flex;
2090 - align-items: center;
2091 - gap: 7px;
2092 - padding: 7px 11px;
2093 - border: 1px solid fade(#fff, 32%);
2094 - border-radius: 999px;
2095 - background: fade(#fff, 12%);
2096 - color: #fff;
2097 - font-size: 12px;
2098 - line-height: 1.2;
2099 - font-weight: 800;
2100 - text-transform: uppercase;
2101 - letter-spacing: .05em;
2102 -}
2103 -
2104 -.public-campaign-message {
2105 - min-width: 0;
2106 - flex: 1;
2107 -
2108 - strong {
2109 - display: block;
2110 - margin-bottom: 5px;
2111 - color: #fff;
2112 - font-size: 18px;
2113 - line-height: 1.25;
2114 - font-weight: 800;
2115 - letter-spacing: -.01em;
2116 - }
2117 -
2118 - span {
2119 - display: block;
2120 - max-width: 660px;
2121 - color: #DBE4EF;
2122 - font-size: 14px;
2123 - line-height: 1.45;
2124 - }
2125 -}
2126 -
2127 -.public-campaign-actions {
2128 - flex-shrink: 0;
2129 - display: flex;
2130 - align-items: center;
2131 - gap: 18px;
2132 -}
2133 -
2134 -.public-campaign-primary {
2135 - white-space: nowrap;
2136 - padding: 9px 16px;
2137 - border-color: #fff;
2138 - border-radius: 7px;
2139 - background: #fff;
2140 - color: @text;
2141 - font-weight: 800;
2142 - box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
2143 -}
2144 -
2145 -.public-campaign-link {
2146 - white-space: nowrap;
2147 - color: #fff;
2148 - font-size: 14px;
2149 - font-weight: 700;
2150 - text-decoration: none;
2151 -
2152 - i {
2153 - margin-left: 6px;
2154 - transition: transform .18s ease;
2155 - }
2156 -
2157 - &:hover,
2158 - &:focus {
2159 - color: #fff;
2160 - text-decoration: underline;
2161 - text-underline-offset: 3px;
2162 -
2163 - i {
2164 - transform: translateX(3px);
2165 - }
2166 - }
2167 -}
2168 -
2169 -@media (max-width: 980px) {
2170 - .public-campaign-inner {
2171 - align-items: flex-start;
2172 - gap: 18px;
2173 - }
2174 -
2175 - .public-campaign-copy {
2176 - align-items: flex-start;
2177 - }
2178 -
2179 - .public-campaign-actions {
2180 - flex-direction: column;
2181 - align-items: flex-end;
2182 - gap: 10px;
2183 - }
2184 -}
2185 -
2186 -@media (max-width: 760px) {
2187 - .public-campaign-inner {
2188 - display: block;
2189 - padding-top: 18px;
2190 - padding-bottom: 18px;
2191 - text-align: center;
2192 - }
2193 -
2194 - .public-campaign-copy {
2195 - display: block;
2196 - }
2197 -
2198 - .public-campaign-label {
2199 - margin-bottom: 12px;
2200 - }
2201 -
2202 - .public-campaign-message {
2203 - strong {
2204 - font-size: 16px;
2205 - }
2206 -
2207 - span {
2208 - margin: 0 auto;
2209 - }
2210 - }
2211 -
2212 - .public-campaign-actions {
2213 - margin-top: 16px;
2214 - display: flex;
2215 - flex-direction: column;
2216 - align-items: stretch;
2217 - gap: 11px;
2218 - }
2219 -
2220 - .public-campaign-primary {
2221 - width: 100%;
2222 - white-space: normal;
2223 - }
2224 -
2225 - .public-campaign-link {
2226 - white-space: normal;
2227 - }
2228 -}
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