Changes for page Public Web Site

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

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