Changes for page Public Web Site

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

From version 4.2
edited by Agnease
on 2026/05/01 12:03
Change comment: There is no comment for this version
To version 25.10
edited by Agnease
on 2026/06/30 11:06
Change comment: There is no comment for this version

Summary

Details

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