Changes for page Public Web Site

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

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