Changes for page Public Web Site

Last modified by Agnease on 2026/06/08 18:27

From version 18.9
edited by Agnease
on 2026/05/28 10:46
Change comment: There is no comment for this version
To version 6.23
edited by Agnease
on 2026/05/02 12:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,192 +3,176 @@
1 -{{include reference="PublicWebSite.MacrosAndVariables" /}}
2 -
3 3  {{velocity}}
4 4  #macro (displayPublicContent)
5 5   #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
6 6   {{html clean="false"}}
7 -
8 - <section class="hero hero-centered main-page-hero" aria-labelledby="hero-title">
5 + ## HERO
6 + <section class="hero hero-centered" aria-labelledby="hero-title">
9 9   <div class="container hero-inner">
10 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1>
11 -
12 - <p class="lead">
13 - Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical
14 - engineering support, custom development, integrations and long-term care.
15 - </p>
16 -
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>
17 17   <ul class="benefits">
18 - <li>XWiki LTS upgrades</li>
19 - <li>Maintenance and support</li>
20 - <li>Custom XWiki development</li>
21 - <li>Migrations and integrations</li>
11 + <li>Smooth upgrades</li>
12 + <li>Reliable support plans</li>
13 + <li>Custom integrations</li>
14 + <li>Secure, optimized platforms</li>
22 22   </ul>
23 -
24 - <div class="hero-actions">
25 - <a class="btn btn-primary" href="$freeXWikiReviewCallURL">$freeXWikiReviewCallLabel</a>
26 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
27 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
16 + <div id="hero-cta">
17 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">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"
28 28   </div>
29 29   </div>
30 30   </section>
31 -
32 - <section class="trust-strip" aria-label="Agnease experience">
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">
33 33   <div class="container">
34 - <ul>
35 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li>
36 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li>
37 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li>
38 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li>
39 - </ul>
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>
40 40   </div>
41 41   </section>
42 -
43 - <section aria-labelledby="platform-title">
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">
44 44   <div class="container">
45 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2>
46 - <p class="section-intro">
47 - XWiki often grows from a documentation space into a business-critical knowledge platform.
48 - When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care
49 - for upgrades, security, permissions and maintainability.
110 + <h2 id="services-title">Services</h2>
111 + <p class="lead">
112 + All the XWiki services you need, delivered with precision and care
50 50   </p>
51 51  
52 - <div class="pathways">
53 - <article class="pathway-card">
54 - <div class="card-heading">
55 - <div class="pathway-icon">
56 - <i class="fa fa-refresh" aria-hidden="true"></i>
57 - </div>
58 - <h3>Upgrade XWiki safely</h3>
59 - </div>
60 - <p>
61 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
62 - </p>
63 - <ul>
64 - <li>LTS upgrade planning</li>
65 - <li>Extension and custom code review</li>
66 - <li>Staging and production validation</li>
67 - </ul>
68 - <p class="card-link">
69 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
70 - </p>
71 - </article>
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
72 72  
73 - <article class="pathway-card">
74 - <div class="card-heading">
75 - <div class="pathway-icon">
76 - <i class="fa fa-life-ring" aria-hidden="true"></i>
124 + <article class="$classes">
125 + <div class="service-icon">
126 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
77 77   </div>
78 - <h3>Maintain XWiki reliably</h3>
79 - </div>
80 - <p>
81 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
82 - </p>
83 - <ul>
84 - <li>Troubleshooting and recovery</li>
85 - <li>Performance and log analysis</li>
86 - <li>Upgrade and maintenance planning</li>
87 - </ul>
88 - <p class="card-link">
89 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
90 - </p>
91 - </article>
92 -
93 - <article class="pathway-card">
94 - <div class="card-heading">
95 - <div class="pathway-icon">
96 - <i class="fa fa-cogs" aria-hidden="true"></i>
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>
97 97   </div>
98 - <h3>Extend XWiki for your processes</h3>
99 - </div>
100 - <p>
101 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
102 - </p>
103 - <ul>
104 - <li>Custom XWiki applications</li>
105 - <li>Workflows and approvals</li>
106 - <li>APIs, SSO, LDAP and integrations</li>
107 - </ul>
108 - <p class="card-link">
109 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
110 - </p>
111 - </article>
137 + </article>
138 + #end
112 112   </div>
113 113   </div>
114 114   </section>
115 -
116 - <section class="split-section" aria-labelledby="why-title">
142 + ## CTA INLINE
143 + <section id="contact" class="cta-section">
117 117   <div class="container">
118 - <div class="split-grid">
119 - <div class="split-copy">
120 - <h2 id="why-title">Why work with an XWiki specialist</h2>
121 - <p>
122 - XWiki projects often involve more than pages. Production platforms may include custom code,
123 - extensions, authentication, permissions, workflows, integrations and business-critical content.
124 - </p>
125 - <p>
126 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements
127 - and leave the platform easier to maintain after the work is complete.
128 - </p>
129 - </div>
130 -
131 - <ol class="process-list">
132 - <li>
133 - <strong>Review the XWiki environment</strong>
134 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features.
135 - </li>
136 - <li>
137 - <strong>Define the safest next steps</strong>
138 - Scope, risks, dependencies, effort, rollback options and validation requirements.
139 - </li>
140 - <li>
141 - <strong>Implement, validate and document</strong>
142 - Controlled changes, testing, production validation and notes for future maintenance.
143 - </li>
144 - </ol>
145 - </div>
146 - </div>
147 - </section>
148 -
149 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
150 - <div class="container">
151 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2>
152 - <p class="section-intro">
153 - Practical articles about XWiki upgrades, customization and production platform care.
145 + <p class="text-center contact-inline">
146 + Need help with your XWiki? <a href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>.
154 154   </p>
155 -
156 - <div class="resource-grid">
157 - <article class="resource-card">
158 - <h4>Why upgrade your XWiki instance?</h4>
159 - <p>
160 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk.
161 - </p>
162 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a>
163 - </article>
164 -
165 - <article class="resource-card">
166 - <h4>XWiki upgrade services</h4>
167 - <p>
168 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations.
169 - </p>
170 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
171 - </article>
172 - </div>
173 173   </div>
174 174   </section>
150 + {{/html}}
151 +#end
175 175  
176 - <section class="cta-section" aria-labelledby="contact-title">
177 - <div class="container">
178 - <div class="cta-panel">
179 - <h2 id="contact-title">Need XWiki consulting or support?</h2>
180 - <p>
181 - Send your current XWiki version, the issue you are facing, or the type of project you want to build.
182 - A short description is enough to define practical next steps.
183 - </p>
184 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
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>
185 185   </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()
165 + </div>
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'))">
170 + </div>
186 186   </div>
187 - </section>
188 -
189 - {{/html}}
172 + </div>
173 + </div>
190 190  #end
191 191  
192 192  #macro (stripHTMLMacro $displayOutput)
main-page-hero.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Admin
Size
... ... @@ -1,1 +1,0 @@
1 -1.0 MB
Content
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,1 +1,0 @@
1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms.
metaTitle
... ... @@ -1,1 +1,0 @@
1 -Professional XWiki Consulting, Upgrades and Development | Agnease
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,22 +1,14 @@
1 -/* ========== Agnease Public Website ========== */
2 -
1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */
3 3  @brand: #00937D;
4 4  @brand-strong: #007B6A;
5 -@brand-soft: #E7FFF8;
6 -@brand-bg: #F4FCFA;
7 7  @text: #2D3A34;
8 8  @muted: #5B6B64;
9 9  @line: #E4ECE9;
10 10  @radius: 16px;
11 -@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 -@shadow: 0 12px 36px rgba(0, 0, 0, .08);
8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 +@shadow: 0 12px 36px rgba(0,0,0,.08);
13 13  @maxw: 1140px;
14 14  
15 -@section-padding: 30px 0;
16 -@section-padding-mobile: 28px 0;
17 -
18 -/* ========== Base ========== */
19 -
20 20  #mainContentArea {
21 21   padding: 0;
22 22  }
... ... @@ -23,210 +23,45 @@
23 23  
24 24  .container {
25 25   max-width: @maxw;
26 - margin-left: auto;
27 - margin-right: auto;
28 - padding-left: 18px;
29 - padding-right: 18px;
30 30  }
31 31  
32 -html {
33 - scroll-behavior: smooth;
34 -}
35 -
36 -section {
37 - padding: @section-padding;
38 - border-top: 1px solid @line;
39 -
40 - &:first-of-type {
41 - border-top: none;
42 - }
43 -}
44 -
45 -section[id] {
46 - scroll-margin-top: 92px;
47 -}
48 -
49 -h1,
50 -h2,
51 -h3,
52 -h4 {
53 - color: @text;
54 -}
55 -
56 -h2 {
57 - text-align: center;
58 - margin-top: 0;
59 -}
60 -
61 61  .lead {
62 62   color: @muted;
63 63   text-align: center;
64 64   margin-bottom: 0;
65 65  }
66 -
67 -.section-intro {
68 - max-width: 760px;
69 - margin: 0 auto 22px;
25 +h2 {
70 70   text-align: center;
71 - color: @muted;
72 - font-size: 16px;
73 - line-height: 1.55;
74 74  }
75 75  
76 -a {
77 - color: @brand;
29 +section {
30 + padding: 32px 0;
31 + border-top: 1px solid @line;
78 78  
79 - &:hover,
80 - &:focus {
81 - color: @brand-strong;
33 + &:first-of-type {
34 + border-top: none;
82 82   }
83 83  }
84 84  
85 -/* ========== Header / Navigation ========== */
86 -
87 -.site-header {
88 - position: sticky;
89 - top: 0;
90 - z-index: 1000;
91 - background: fade(#fff, 96%);
92 - border-bottom: 1px solid fade(@line, 85%);
93 - backdrop-filter: blur(8px);
94 -}
95 -
96 -.header-inner {
97 - min-height: 72px;
98 - display: flex;
99 - align-items: center;
100 - justify-content: space-between;
101 - gap: 24px;
102 -}
103 -
104 -.site-nav {
105 - display: flex;
106 - align-items: center;
107 - gap: 22px;
108 - font-size: 15px;
109 -
110 - a {
111 - color: @text;
112 - text-decoration: none;
113 - font-weight: 600;
114 -
115 - &:hover,
116 - &:focus {
117 - color: @brand;
118 - text-decoration: none;
119 - }
120 - }
121 -
122 - .nav-cta {
123 - color: #fff;
124 - background: @brand;
125 - border: 1px solid @brand;
126 - border-radius: 6px;
127 - padding: 8px 14px;
128 -
129 - &:hover,
130 - &:focus {
131 - color: #fff;
132 - background: @brand-strong;
133 - border-color: @brand-strong;
134 - }
135 - }
136 -}
137 -
138 -/* ========== Buttons ========== */
139 -
140 -.btn-primary {
141 - background: @brand;
142 - border-color: @brand;
143 - color: #fff;
144 -
145 - &:hover,
146 - &:focus {
147 - background: @brand-strong;
148 - border-color: @brand-strong;
149 - color: #fff;
150 - }
151 -}
152 -
153 -.btn-secondary {
154 - color: @brand;
155 - background: #fff;
156 - border: 1px solid fade(@brand, 35%);
157 -
158 - &:hover,
159 - &:focus {
160 - color: @brand-strong;
161 - border-color: @brand;
162 - background: @brand-bg;
163 - }
164 -}
165 -
166 -/* ========== Hero ========== */
167 -
38 +/* ===== HERO ===== */
168 168  .hero {
169 169   overflow: hidden;
170 - position: relative;
41 + background-repeat: no-repeat;
42 + background-attachment: scroll;
171 171  
172 172   &.hero-centered {
173 173   text-align: center;
174 174   background:
175 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
47 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
176 176   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
177 177   display: flex;
178 178   align-items: center;
179 179   justify-content: center;
180 - min-height: 330px;
52 + min-height: 300px;
181 181   }
182 182  
183 - &.main-page-hero {
184 - background:
185 -
186 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat;
187 -
188 - &::before,
189 - &::after {
190 - content: "";
191 - position: absolute;
192 - pointer-events: none;
193 - z-index: 1;
194 - }
195 -
196 - /* Fade left and right image edges into the page background */
197 - &::before {
198 - inset: 0;
199 - background:
200 - linear-gradient(
201 - 90deg,
202 - #fff 0%,
203 - rgba(255, 255, 255, 0) 13%,
204 - rgba(255, 255, 255, 0) 87%,
205 - #fff 100%
206 - );
207 - }
208 -
209 - /* Fade bottom edge into white before the next section */
210 - &::after {
211 - left: 0;
212 - right: 0;
213 - bottom: 0;
214 - height: 90px;
215 - background: linear-gradient(
216 - 180deg,
217 - rgba(255, 255, 255, 0) 0%,
218 - #fff 100%
219 - );
220 - }
221 -
222 - .hero-inner {
223 - position: relative;
224 - z-index: 2;
225 - }
226 - }
227 -
228 228   .hero-inner {
229 - max-width: 860px;
56 + max-width: 850px;
230 230   margin: 0 auto;
231 231   display: flex;
232 232   flex-direction: column;
... ... @@ -233,20 +233,14 @@
233 233   align-items: center;
234 234   }
235 235  
236 - h1 {
237 - max-width: 790px;
238 - margin-left: auto;
239 - margin-right: auto;
240 - line-height: 1.18;
63 + #hero-cta {
64 + display: flex;
65 + gap: 0.8rem;
66 + flex-wrap: wrap;
67 + justify-content: center;
68 + margin-top: 1.3rem;
241 241   }
242 242  
243 - .lead {
244 - max-width: 820px;
245 - font-size: 19px;
246 - line-height: 1.55;
247 - margin-top: 12px;
248 - }
249 -
250 250   .benefits {
251 251   display: flex;
252 252   flex-wrap: wrap;
... ... @@ -253,149 +253,61 @@
253 253   justify-content: center;
254 254   list-style: none;
255 255   padding: 0;
256 - margin: 14px 0 0;
77 + margin: 0.8rem 0 0;
257 257   color: @muted;
258 258   font-size: 14px;
259 259  
260 260   li + li::before {
261 261   content: "•";
262 - margin: 0 6px;
83 + margin: 0 5px;
263 263   }
264 - }
265 -}
266 266  
267 -.hero-kicker {
268 - display: inline-flex;
269 - align-items: center;
270 - gap: 8px;
271 - color: @brand;
272 - background: fade(@brand, 8%);
273 - border: 1px solid fade(@brand, 18%);
274 - border-radius: 999px;
275 - padding: 6px 12px;
276 - margin-bottom: 14px;
277 - font-size: 13px;
278 - font-weight: 700;
279 -}
280 -
281 -.hero-actions,
282 -#hero-cta {
283 - display: flex;
284 - gap: 12px;
285 - flex-wrap: wrap;
286 - justify-content: center;
287 - margin-top: 22px;
288 -}
289 -
290 -/* ========== Trust Strip ========== */
291 -
292 -.trust-strip {
293 - padding: 18px 0;
294 - border-top: 1px solid @line;
295 - background: #fff;
296 -
297 - ul {
298 - max-width: 960px;
299 - margin: 0 auto;
300 - padding: 0;
301 - list-style: none;
302 - display: flex;
303 - justify-content: center;
304 - gap: 22px;
305 - flex-wrap: wrap;
306 - color: @muted;
307 - font-size: 13px;
86 + @media (max-width: 640px) {
87 + li + li::before {
88 + content: none;
89 + }
90 + li:nth-child(1)::after,
91 + li:nth-child(3)::after {
92 + content: "•";
93 + margin: 0 5px;
94 + }
95 + }
308 308   }
309 -
310 - li {
311 - display: flex;
312 - align-items: center;
313 - gap: 7px;
314 - }
315 -
316 - i {
317 - color: @brand;
318 - }
319 319  }
320 320  
321 -/* ========== Reusable Grids ========== */
322 -
323 -.card-grid,
324 -.pathways,
325 -.services-grid,
326 -.resource-grid,
99 +/* ===== WHY CHOOSE (cards) ===== */
327 327  .widgets {
101 + margin-top: 12px;
328 328   display: grid;
329 - grid-gap: 18px;
330 - margin-left: auto;
331 - margin-right: auto;
103 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
104 + grid-gap: 16px;
332 332  }
333 333  
334 -.card-grid,
335 -.pathways,
336 -.services-grid {
337 - grid-template-columns: repeat(3, minmax(0, 1fr));
338 - max-width: 1040px;
339 - margin-top: 22px;
340 -}
341 -
342 -.resource-grid {
343 - grid-template-columns: repeat(2, minmax(0, 1fr));
344 - max-width: 1040px;
345 - margin-top: 22px;
346 -}
347 -
348 -.widgets {
349 - grid-template-columns: repeat(4, minmax(0, 1fr));
350 - max-width: 1040px;
351 - margin-top: 20px;
352 -}
353 -
354 -.card-grid > *,
355 -.pathways > *,
356 -.services-grid > *,
357 -.resource-grid > *,
358 -.widgets > * {
359 - min-width: 0;
360 -}
361 -
362 -/* ========== Shared Card Style ========== */
363 -
364 -.widget,
365 -.pathway-card,
366 -.service-card,
367 -.resource-card {
107 +.widget {
108 + padding: 18px;
368 368   background: #fff;
369 369   border: 1px solid @line;
370 370   border-radius: @radius;
371 371   box-shadow: @shadow-sm;
372 -}
373 -
374 -/* ========== Small Widgets ========== */
375 -
376 -.widget {
377 - padding: 18px;
113 + transition: transform .18s ease, box-shadow .18s ease;
378 378   display: flex;
379 379   flex-direction: column;
380 380   height: 100%;
381 381  
118 + &:hover {
119 + transform: translateY(-2px);
120 + box-shadow: @shadow;
121 + }
122 +
382 382   .icon {
383 383   display: flex;
384 384   align-items: center;
385 385   gap: 10px;
386 - padding-bottom: 8px;
387 - margin-bottom: 10px;
388 - border-bottom: 1px solid fade(@line, 70%);
389 -
390 - i {
391 - color: @brand;
392 - }
393 -
394 - h4 {
395 - margin: 0;
396 - line-height: 1.25;
397 - color: @text;
398 - }
127 + padding-bottom: 6px;
128 + margin-bottom: 8px;
129 + border-bottom: 1px solid fade(@line, 60%);
130 + i { color: @brand; }
131 + h4 { margin: 0; line-height: 1.2; color: @text; }
399 399   }
400 400  
401 401   p {
... ... @@ -405,96 +405,31 @@
405 405   }
406 406  }
407 407  
408 -/* ========== Homepage Pathway Cards ========== */
409 -
410 -.pathway-card {
411 - padding: 24px;
412 - display: flex;
413 - flex-direction: column;
414 - min-height: 100%;
415 -
416 - .card-heading {
141 +/* ===== SERVICES ===== */
142 +.services {
143 + .services-grid {
144 + margin-top: 20px;
417 417   display: flex;
418 - align-items: center;
419 - gap: 14px;
420 - margin-bottom: 14px;
421 - }
146 + flex-wrap: wrap;
147 + gap: 24px;
422 422  
423 - .pathway-icon {
424 - width: 52px;
425 - height: 52px;
426 - border-radius: 50%;
427 - display: flex;
428 - align-items: center;
149 + /* center the whole block under the heading */
150 + max-width: 960px;
151 + margin-left: auto;
152 + margin-right: auto;
429 429   justify-content: center;
430 - color: @brand;
431 - background: fade(@brand, 10%);
432 - font-size: 19px;
433 - flex-shrink: 0;
434 434   }
435 435  
436 - h3 {
437 - margin: 0;
438 - color: @text;
439 - font-size: 22px;
440 - line-height: 1.25;
441 - }
442 -
443 - p {
444 - color: @muted;
445 - line-height: 1.55;
446 - margin: 0 0 16px;
447 - }
448 -
449 - ul {
450 - margin: 0 0 22px;
451 - padding-left: 18px;
452 - color: @muted;
453 - font-size: 14px;
454 - line-height: 1.55;
455 - }
456 -
457 - li {
458 - margin: 6px 0;
459 - }
460 -
461 - .card-link {
462 - margin-top: auto;
463 - padding-top: 4px;
464 -
465 - a {
466 - color: @brand;
467 - font-weight: 700;
468 - text-decoration: underline;
469 -
470 - &:hover,
471 - &:focus {
472 - color: @brand-strong;
473 - }
474 - }
475 - }
476 -}
477 -
478 -/* ========== Services ========== */
479 -
480 -.services {
481 - .services-grid {
482 - max-width: 1040px;
483 - }
484 -
485 485   .service {
157 + flex: 0 1 calc(50% - 12px);
486 486   display: flex;
487 487   align-items: flex-start;
488 488   gap: 16px;
489 - padding: 22px;
490 - background: #fff;
491 - border: 1px solid @line;
492 - border-radius: @radius;
493 - box-shadow: @shadow-sm;
161 + margin-bottom: 8px;
494 494  
495 495   .service-icon {
496 - width: 46px;
497 - height: 46px;
164 + width: 42px;
165 + height: 42px;
498 498   border-radius: 50%;
499 499   display: flex;
500 500   align-items: center;
... ... @@ -503,882 +503,95 @@
503 503   color: @brand;
504 504   background: fade(@brand, 10%);
505 505   flex-shrink: 0;
506 - margin-top: 2px;
174 + margin-top: 3px;
507 507   }
508 508  
509 509   .service-body {
510 510   h4 {
511 - margin: 0 0 6px;
512 - font-size: 18px;
513 - line-height: 1.25;
179 + margin: 0 0 4px;
180 + font-size: 1.125rem;
514 514   font-weight: 800;
515 - color: @text;
516 516   }
517 -
518 518   p {
519 - margin: 0 0 8px;
520 - color: @muted;
184 + margin: 0 0 6px;
185 + color: @text;
521 521   line-height: 1.5;
522 522   }
523 -
524 524   ul {
525 - margin: 9px 0 0;
526 - padding-left: 18px;
189 + margin: .45rem 0 0;
190 + padding-left: 1.1rem;
527 527   color: @muted;
528 528   font-size: 13px;
529 - line-height: 1.5;
530 530   }
531 -
532 532   li {
533 - margin: 4px 0;
195 + margin: .25rem 0;
196 + line-height: 1.45;
534 534   }
535 535   }
536 536   }
537 -}
538 538  
539 -/* ========== Split / Process Section ========== */
201 + /* ==== Center last item on its own row while keeping 50% width ==== */
202 + .service-center {
203 + /* same width as siblings */
204 + flex: 0 1 calc(55% - 12px);
540 540  
541 -.split-section {
542 - background:
543 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
544 -}
545 -
546 -.split-grid {
547 - display: grid;
548 - grid-template-columns: 1.1fr .9fr;
549 - grid-gap: 36px;
550 - max-width: 1040px;
551 - margin: 0 auto;
552 - align-items: center;
553 -}
554 -
555 -.split-copy {
556 - h2 {
557 - text-align: left;
558 - margin-top: 0;
206 + /* push to center */
207 + margin-left: auto;
208 + margin-right: auto;
559 559   }
560 560  
561 - p {
562 - color: @muted;
563 - line-height: 1.6;
564 - }
565 -}
566 -
567 -.process-list {
568 - counter-reset: process;
569 - margin: 0;
570 - padding: 0;
571 - list-style: none;
572 -
573 - li {
574 - counter-increment: process;
575 - position: relative;
576 - padding: 16px 16px 16px 58px;
577 - margin-bottom: 12px;
578 - background: #fff;
579 - border: 1px solid @line;
580 - border-radius: @radius;
581 - box-shadow: @shadow-sm;
582 - color: @muted;
583 - line-height: 1.5;
584 -
585 - &:before {
586 - content: counter(process);
587 - position: absolute;
588 - left: 16px;
589 - top: 16px;
590 - width: 28px;
591 - height: 28px;
592 - border-radius: 50%;
593 - background: fade(@brand, 10%);
594 - color: @brand;
595 - display: flex;
596 - align-items: center;
597 - justify-content: center;
598 - font-weight: 800;
211 + /* Mobile: 1 per row */
212 + @media (max-width: 767px) {
213 + .services-grid {
214 + gap: 16px;
215 + max-width: 100%;
599 599   }
600 600  
601 - strong {
602 - display: block;
603 - color: @text;
604 - margin-bottom: 3px;
218 + .service,
219 + .service-center {
220 + flex: 0 1 100%;
221 + margin-left: 0;
222 + margin-right: 0;
605 605   }
606 606   }
607 607  }
608 608  
609 -/* ========== Resources ========== */
610 -
611 -.resource-strip {
612 - background: @brand-bg;
613 -}
614 -
615 -.resource-card {
616 - padding: 20px;
617 -
618 - h4 {
619 - margin: 0 0 8px;
620 - color: @text;
621 - font-size: 18px;
622 - line-height: 1.25;
623 - }
624 -
625 - p {
626 - color: @muted;
627 - margin: 0 0 12px;
628 - line-height: 1.5;
629 - }
630 -
631 - a {
632 - color: @brand;
633 - font-weight: 700;
634 - }
635 -}
636 -
637 -/* ========== Homepage Resource Strip ========== */
638 -
639 -.homepage-resource-strip {
640 - background:
641 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
642 -
643 - .resource-grid {
644 - max-width: 1040px;
645 - margin: 22px auto 0;
646 - display: grid;
647 - grid-template-columns: repeat(2, minmax(0, 1fr));
648 - grid-gap: 22px;
649 - align-items: stretch;
650 - }
651 -
652 - .resource-card {
653 - display: flex;
654 - flex-direction: column;
655 - min-width: 0;
656 - min-height: 100%;
657 - padding: 26px;
658 - }
659 -
660 - .resource-card h4 {
661 - margin: 0 0 10px;
662 - color: @text;
663 - font-size: 21px;
664 - line-height: 1.25;
665 - font-weight: 700;
666 - }
667 -
668 - .resource-card p {
669 - margin: 0 0 18px;
670 - color: @muted;
671 - font-size: 15px;
672 - line-height: 1.6;
673 - }
674 -
675 - .resource-card a {
676 - margin-top: auto;
677 - color: @brand;
678 - font-weight: 700;
679 - text-decoration: underline;
680 -
681 - &:hover,
682 - &:focus {
683 - color: @brand-strong;
684 - }
685 - }
686 -}
687 -
688 -@media (max-width: 980px) {
689 - .homepage-resource-strip {
690 - .resource-grid {
691 - grid-template-columns: 1fr;
692 - }
693 - }
694 -}
695 -
696 -@media (max-width: 640px) {
697 - .homepage-resource-strip {
698 - .resource-card {
699 - padding: 22px;
700 - }
701 -
702 - .resource-card h4 {
703 - font-size: 19px;
704 - }
705 - }
706 -}
707 -
708 -/* ========== CTA ========== */
709 -
227 +/* ===== CTA ===== */
710 710  .cta-section {
711 - padding: @section-padding;
229 + padding: 24px 0 16px;
712 712  
713 713   .contact-inline {
714 714   margin: 0;
715 715   color: @muted;
716 -
717 - a {
718 - color: @brand;
719 - }
234 + a { color: @brand; }
720 720   }
721 721  }
722 722  
723 -.cta-panel {
724 - max-width: 860px;
725 - margin: 0 auto;
726 - padding: 32px;
727 - border-radius: @radius;
728 - border: 1px solid fade(@brand, 20%);
729 - background:
730 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
731 - box-shadow: @shadow-sm;
732 - text-align: center;
733 -
734 - h2 {
735 - margin-top: 0;
238 +.navbar-default .navbar-nav {
239 + float: right !important;
240 + background-color: #fff;
241 + border-color: #fff;
242 + .menu-horizontal {
243 + background-color: #fff;
244 + border-color: #fff;
736 736   }
737 737  
738 - p {
739 - color: @muted;
740 - line-height: 1.55;
741 - }
742 -}
743 -
744 -.resource-inline-cta {
745 - display: flex;
746 - align-items: center;
747 - justify-content: space-between;
748 - gap: 22px;
749 - margin: 30px 0;
750 - padding: 20px 22px;
751 - border: 1px solid fade(@brand, 22%);
752 - border-radius: @radius;
753 - background: @brand-bg;
754 - box-shadow: @shadow-sm;
755 -
756 - p {
757 - margin: 0;
758 - color: @muted;
759 - line-height: 1.55;
760 - }
761 -
762 - strong {
763 - color: @text;
764 - }
765 -
766 - .btn {
767 - flex-shrink: 0;
768 - }
769 -}
770 -
771 -@media (max-width: 767px) {
772 - .resource-inline-cta {
773 - display: block;
774 - text-align: center;
775 -
776 - p {
777 - margin-bottom: 14px;
778 - }
779 -
780 - .btn {
781 - display: inline-block;
782 - margin-left: auto;
783 - margin-right: auto;
784 - }
785 - }
786 -}
787 -
788 -/* ========== Responsive ========== */
789 -
790 -@media (max-width: 980px) {
791 - .widgets,
792 - .pathways,
793 - .services-grid,
794 - .resource-grid {
795 - grid-template-columns: repeat(2, minmax(0, 1fr));
796 - }
797 -
798 - .split-grid {
799 - grid-template-columns: 1fr;
800 - }
801 -
802 - .split-copy h2 {
803 - text-align: center;
804 - }
805 -}
806 -
807 -@media (max-width: 760px) {
808 - section[id] {
809 - scroll-margin-top: 132px;
810 - }
811 -
812 - .header-inner {
813 - min-height: auto;
814 - padding-top: 14px;
815 - padding-bottom: 14px;
816 - flex-direction: column;
817 - align-items: center;
818 - gap: 12px;
819 - }
820 -
821 - .site-nav {
822 - width: 100%;
823 - justify-content: center;
824 - flex-wrap: wrap;
825 - gap: 10px 16px;
826 - font-size: 14px;
827 -
828 - .nav-cta {
829 - padding: 7px 12px;
830 - }
831 - }
832 -
833 - .hero.hero-centered {
834 - min-height: 280px;
835 - }
836 -
837 - .hero.main-page-hero {
838 - background:
839 - linear-gradient(
840 - rgba(244, 252, 250, 0.92),
841 - rgba(255, 255, 255, 0.97)
842 - ),
843 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat;
844 - }
845 -
846 - .hero {
847 - .lead {
848 - font-size: 17px;
849 - }
850 -
851 - .benefits {
852 - gap: 4px 10px;
853 -
854 - li + li::before {
855 - content: none;
856 - }
857 - }
858 - }
859 -}
860 -
861 -@media (max-width: 640px) {
862 - section {
863 - padding: @section-padding-mobile;
864 - }
865 -
866 - .widgets,
867 - .pathways,
868 - .services-grid,
869 - .resource-grid {
870 - grid-template-columns: 1fr;
871 - }
872 -
873 - .pathway-card,
874 - .services .service,
875 - .resource-card,
876 - .widget {
877 - padding: 20px;
878 - }
879 -
880 - .services .service {
881 - gap: 14px;
882 - }
883 -
884 - .cta-panel {
885 - padding: 24px 20px;
886 - }
887 -}
888 -
889 -/* ========== Resource / Article Pages ========== */
890 -
891 -.resource-page {
892 - padding-top: 0;
893 -}
894 -
895 -.resource-header {
896 - padding: @section-padding;
897 - border-top: none;
898 - background:
899 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
900 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
901 -
902 - h1 {
903 - margin: 0 auto 14px;
904 - text-align: center;
905 - line-height: 1.18;
906 - }
907 -
908 - .resource-summary {
909 - max-width: 780px;
910 - margin: 0 auto;
911 - color: @muted;
912 - text-align: center;
913 - font-size: 18px;
914 - line-height: 1.55;
915 - }
916 -}
917 -
918 -.resource-layout {
919 - display: block;
920 - max-width: 1080px;
921 - margin: 0 auto;
922 - padding-top: 28px;
923 -}
924 -
925 -.resource-layout::after {
926 - content: "";
927 - display: block;
928 - clear: both;
929 -}
930 -
931 -.resource-content {
932 - color: @text;
933 - font-size: 16px;
934 - line-height: 1.68;
935 -
936 - h2 {
937 - text-align: left;
938 - margin: 34px 0 12px;
939 - line-height: 1.28;
940 - }
941 -
942 - h3 {
943 - margin: 24px 0 8px;
944 - line-height: 1.3;
945 - }
946 -
947 - p {
948 - margin: 0 0 16px;
949 - }
950 -
951 - ul,
952 - ol {
953 - margin: 0 0 18px;
954 - padding-left: 22px;
955 - }
956 -
247 + margin-left:20px;
957 957   li {
958 - margin: 6px 0;
959 - }
960 -
961 - strong {
962 - color: @text;
963 - }
964 -}
965 -
966 -.resource-note {
967 - border-left: 4px solid @brand;
968 - background: @brand-bg;
969 - padding: 16px 18px;
970 - margin: 22px 0;
971 - border-radius: 0 @radius @radius 0;
972 -
973 - p:last-child {
974 - margin-bottom: 0;
975 - }
976 -}
977 -
978 -.resource-checklist {
979 - margin: 18px 0 24px;
980 - padding: 0;
981 - list-style: none;
982 -
983 - li {
984 - position: relative;
985 - padding: 10px 0 10px 34px;
986 - border-bottom: 1px solid @line;
987 -
988 - &:before {
989 - content: "\f00c";
990 - font-family: FontAwesome;
991 - position: absolute;
992 - left: 0;
993 - top: 11px;
994 - color: @brand;
249 + align-items: end;
250 + font-size: 20px;
251 + &:hover {
252 + background-color: #fff;
253 + color: #00463c;
995 995   }
996 - }
997 -}
998 -
999 -.resource-sidebar {
1000 - float: right;
1001 - width: 280px;
1002 - margin-left: 42px;
1003 - margin-bottom: 28px;
1004 - position: sticky;
1005 - top: 96px;
1006 - border: 1px solid @line;
1007 - border-radius: @radius;
1008 - padding: 18px;
1009 - background: #fff;
1010 - box-shadow: @shadow-sm;
1011 -
1012 - h4 {
1013 - margin: 0 0 10px;
1014 - }
1015 -
1016 - ul {
1017 - margin: 0;
1018 - padding-left: 18px;
1019 - color: @muted;
1020 - }
1021 -
1022 - li {
1023 - margin: 8px 0;
1024 - }
1025 -
1026 - a {
1027 - color: @brand;
1028 - font-weight: 600;
1029 - }
1030 -}
1031 -
1032 -.resource-cta {
1033 - display: flex;
1034 - flex-direction: column;
1035 - align-items: center;
1036 - text-align: center;
1037 -
1038 - max-width: 820px;
1039 - margin: 42px auto 0;
1040 - padding: 28px 30px;
1041 - border: 1px solid fade(@brand, 20%);
1042 - border-radius: @radius;
1043 - background: @brand-bg;
1044 -
1045 - h3 {
1046 - margin-top: 0;
1047 - margin-bottom: 10px;
1048 - }
1049 -
1050 - p {
1051 - max-width: 680px;
1052 - margin-left: auto;
1053 - margin-right: auto;
1054 - color: @muted;
1055 - }
1056 -
1057 - .btn {
1058 - margin-top: 8px;
1059 - }
1060 -}
1061 -
1062 -.resource-note,
1063 -.resource-checklist,
1064 -.resource-cta {
1065 - display: flow-root;
1066 -}
1067 -
1068 -@media (max-width: 767px) {
1069 - .resource-cta {
1070 - padding: 24px 20px;
1071 - }
1072 -}
1073 -
1074 -@media (max-width: 900px) {
1075 - .resource-layout {
1076 - padding-top: 22px;
1077 - }
1078 -
1079 - .resource-sidebar {
1080 - float: none;
1081 - width: 100%;
1082 - margin-left: 0;
1083 - margin-bottom: 24px;
1084 - position: static;
1085 - }
1086 -}
1087 -
1088 -/* ========== Products / Extensions Pages ========== */
1089 -
1090 -.product-index-section {
1091 - padding: @section-padding;
1092 -
1093 - h2 {
1094 - margin-bottom: 10px;
1095 - }
1096 -}
1097 -
1098 -.product-card-grid {
1099 - max-width: 840px;
1100 - margin: 22px auto 0;
1101 - display: grid;
1102 - grid-template-columns: 1fr;
1103 - grid-gap: 18px;
1104 -}
1105 -
1106 -.product-card {
1107 - background: #fff;
1108 - border: 1px solid @line;
1109 - border-radius: @radius;
1110 - box-shadow: @shadow-sm;
1111 - padding: 28px;
1112 - display: grid;
1113 - grid-template-columns: 68px 1fr;
1114 - grid-gap: 22px;
1115 - align-items: start;
1116 -
1117 - .product-card-icon {
1118 - width: 58px;
1119 - height: 58px;
1120 - border-radius: 50%;
1121 - background: fade(@brand, 10%);
1122 - border: 1px solid fade(@brand, 20%);
1123 - color: @brand;
1124 - display: flex;
1125 - align-items: center;
1126 - justify-content: center;
1127 - font-size: 22px;
1128 - flex-shrink: 0;
1129 - }
1130 -
1131 - h3 {
1132 - margin: 0 0 10px;
1133 - color: @text;
1134 - font-size: 23px;
1135 - line-height: 1.25;
1136 - font-weight: 800;
1137 - }
1138 -
1139 - p {
1140 - color: @muted;
1141 - line-height: 1.6;
1142 - }
1143 -
1144 - .card-link {
1145 - margin: 0;
1146 -
1147 1147   a {
1148 - font-weight: 700;
256 + padding-bottom: 0;
257 + padding-top: 14px;
258 + &:hover {
259 + background-color: #fff;
260 + color: #00463c;
261 + }
1149 1149   }
1150 1150   }
1151 1151  }
1152 1152  
1153 -.product-card-kicker {
1154 - margin-bottom: 10px;
1155 - padding: 5px 10px;
1156 - font-size: 12px;
1157 - text-transform: uppercase;
1158 - letter-spacing: .04em;
1159 -}
1160 -
1161 -.product-highlights {
1162 - margin: 14px 0 20px;
1163 - padding-left: 18px;
1164 - color: @muted;
1165 -
1166 - li {
1167 - margin: 6px 0;
1168 - line-height: 1.45;
1169 - }
1170 -}
1171 -
1172 -/* ========== Individual Product Pages ========== */
1173 -
1174 -.product-layout {
1175 - display: grid;
1176 - grid-template-columns: 1.1fr .9fr;
1177 - grid-gap: 36px;
1178 - max-width: 1040px;
1179 - margin: 0 auto;
1180 - align-items: start;
1181 -}
1182 -
1183 -.product-summary-card,
1184 -.product-info-card,
1185 -.product-gallery-panel {
1186 - background: #fff;
1187 - border: 1px solid @line;
1188 - border-radius: @radius;
1189 - box-shadow: @shadow-sm;
1190 -}
1191 -
1192 -.product-summary-card {
1193 - padding: 26px;
1194 -
1195 - h2 {
1196 - text-align: left;
1197 - margin-top: 0;
1198 - }
1199 -
1200 - p {
1201 - color: @muted;
1202 - line-height: 1.6;
1203 - }
1204 -
1205 - p:last-child {
1206 - margin-bottom: 0;
1207 - }
1208 -}
1209 -
1210 -.product-info-card {
1211 - padding: 22px;
1212 -
1213 - h3 {
1214 - margin-top: 0;
1215 - margin-bottom: 12px;
1216 - }
1217 -
1218 - ul {
1219 - margin: 0;
1220 - padding-left: 20px;
1221 - color: @muted;
1222 - }
1223 -
1224 - li {
1225 - margin: 8px 0;
1226 - line-height: 1.45;
1227 - }
1228 -}
1229 -
1230 -.product-feature-grid {
1231 - display: grid;
1232 - grid-template-columns: repeat(3, minmax(0, 1fr));
1233 - grid-gap: 18px;
1234 - max-width: 1040px;
1235 - margin: 22px auto 0;
1236 -}
1237 -
1238 -.product-feature {
1239 - background: #fff;
1240 - border: 1px solid @line;
1241 - border-radius: @radius;
1242 - box-shadow: @shadow-sm;
1243 - padding: 22px;
1244 -
1245 - .feature-heading {
1246 - display: flex;
1247 - align-items: center;
1248 - gap: 14px;
1249 - margin-bottom: 14px;
1250 - }
1251 -
1252 - .feature-icon {
1253 - width: 46px;
1254 - height: 46px;
1255 - border-radius: 50%;
1256 - background: fade(@brand, 10%);
1257 - color: @brand;
1258 - display: flex;
1259 - align-items: center;
1260 - justify-content: center;
1261 - font-size: 18px;
1262 - flex-shrink: 0;
1263 - }
1264 -
1265 - h3 {
1266 - margin: 0;
1267 - color: @text;
1268 - font-size: 18px;
1269 - line-height: 1.25;
1270 - }
1271 -
1272 - p {
1273 - margin: 0;
1274 - color: @muted;
1275 - line-height: 1.5;
1276 - }
1277 -}
1278 -
1279 -.product-gallery-panel {
1280 - max-width: 1040px;
1281 - margin: 20px auto 0;
1282 - padding: 26px;
1283 -
1284 - h2 {
1285 - margin-top: 0;
1286 - text-align: center;
1287 - }
1288 -
1289 - .gallery-note {
1290 - max-width: 700px;
1291 - margin: 0 auto 18px;
1292 - color: @muted;
1293 - text-align: center;
1294 - line-height: 1.55;
1295 - }
1296 -}
1297 -
1298 -.product-gallery-placeholder {
1299 - min-height: 260px;
1300 - padding: 28px;
1301 - border: 1px dashed fade(@brand, 40%);
1302 - border-radius: @radius;
1303 - background: fade(@brand, 5%);
1304 - color: @muted;
1305 - text-align: center;
1306 - display: flex;
1307 - align-items: center;
1308 - justify-content: center;
1309 -}
1310 -
1311 -.product-section-muted {
1312 - background:
1313 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1314 -}
1315 -
1316 -@media (max-width: 980px) {
1317 - .product-layout,
1318 - .product-feature-grid {
1319 - grid-template-columns: 1fr;
1320 - }
1321 -
1322 - .product-summary-card h2 {
1323 - text-align: center;
1324 - }
1325 -}
1326 -
1327 -@media (max-width: 640px) {
1328 - .product-card {
1329 - grid-template-columns: 1fr;
1330 - padding: 22px;
1331 - text-align: left;
1332 -
1333 - .product-card-icon {
1334 - margin-bottom: 2px;
1335 - }
1336 - }
1337 -
1338 - .product-summary-card,
1339 - .product-info-card,
1340 - .product-feature,
1341 - .product-gallery-panel {
1342 - padding: 20px;
1343 - }
1344 -}
1345 -
1346 -/* ========== Resources Index ========== */
1347 -
1348 -.resources-index-page {
1349 - background: #fff;
1350 -
1351 - .services-grid {
1352 - grid-template-columns: repeat(2, minmax(0, 1fr));
1353 - }
1354 -}
1355 -
1356 -@media (max-width: 980px) {
1357 - .resources-index-page {
1358 - .services-grid {
1359 - grid-template-columns: 1fr;
1360 - }
1361 - }
1362 -}
1363 -
1364 -@media (max-width: 767px) {
1365 - .resources-index-page {
1366 - padding: @section-padding-mobile;
1367 - }
1368 -}
1369 -
1370 -.resource-faq-item {
1371 - border-bottom: 1px solid @line;
1372 - padding: 12px 0;
1373 -
1374 - summary {
1375 - cursor: pointer;
1376 - font-weight: 700;
1377 - color: @text;
1378 - }
1379 -
1380 - p {
1381 - margin: 10px 0 4px;
1382 - color: @muted;
1383 - }
1384 -}
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,158 +1,0 @@
1 -/* ========== Agnease Public Top Menu ========== */
2 -/* Top-level menu items */
3 -
4 -#menuview .agnease-menu-item,
5 -#menuview .agnease-menu-link {
6 - > a,
7 - > .dropdown-toggle {
8 - color: @brand;
9 - font-size: 17px;
10 - font-weight: 600;
11 - padding-left: 16px;
12 - padding-right: 16px;
13 - text-decoration: none;
14 - background: transparent;
15 - }
16 -
17 - > a:hover,
18 - > a:focus,
19 - > a:active,
20 - &.open > a,
21 - &.active > a {
22 - color: @brand-strong;
23 - text-decoration: none;
24 - outline: none;
25 - background: transparent;
26 - }
27 -
28 - .caret {
29 - margin-left: 5px;
30 - border-top-color: @brand;
31 - border-bottom-color: @brand;
32 - }
33 -
34 - > a:hover .caret,
35 - > a:focus .caret,
36 - > a:active .caret,
37 - &.open > a .caret,
38 - &.active > a .caret {
39 - border-top-color: @brand-strong;
40 - border-bottom-color: @brand-strong;
41 - }
42 -}
43 -
44 -/* Dropdown panel */
45 -
46 -#menuview .agnease-dropdown {
47 - min-width: 310px;
48 - padding: 10px 8px;
49 - border: 1px solid fade(@brand, 18%);
50 - border-radius: 12px;
51 - background: #fff;
52 - box-shadow: 0 12px 32px fade(@brand-strong, 12%);
53 -
54 - > li > a {
55 - display: flex;
56 - align-items: center;
57 - gap: 12px;
58 - padding: 11px 14px;
59 - color: @brand;
60 - white-space: nowrap;
61 - font-size: 16px;
62 - font-weight: 600;
63 - line-height: 1.3;
64 - text-decoration: none;
65 - background: transparent;
66 -
67 - i {
68 - width: 20px;
69 - flex: 0 0 20px;
70 - color: @brand;
71 - text-align: center;
72 - font-size: 15px;
73 - }
74 -
75 - &:hover,
76 - &:focus,
77 - &:active {
78 - color: @brand-strong;
79 - text-decoration: none;
80 - outline: none;
81 - background: transparent;
82 -
83 - i {
84 - color: @brand-strong;
85 - }
86 - }
87 - }
88 -
89 - > .active > a {
90 - color: @brand-strong;
91 - background: transparent;
92 -
93 - i {
94 - color: @brand-strong;
95 - }
96 - }
97 -
98 - .divider {
99 - margin: 8px 0;
100 - background-color: fade(@brand, 16%);
101 - }
102 -}
103 -
104 -/* Mobile */
105 -
106 -@media (max-width: 767px) {
107 - #menuview {
108 - margin-left: 0;
109 - width: 100%;
110 - }
111 -
112 - #menuview .navbar-nav {
113 - float: none;
114 - margin: 0;
115 - width: 100%;
116 - text-align: center;
117 - }
118 -
119 - #menuview .navbar-nav > li {
120 - float: none;
121 - display: inline-block;
122 - }
123 -
124 - #menuview .navbar-nav > li.agnease-menu-item > a,
125 - #menuview .navbar-nav > li.agnease-menu-link > a,
126 - #menuview .navbar-nav > li.agnease-menu-item > .dropdown-toggle,
127 - #menuview .navbar-nav > li.agnease-menu-link > .dropdown-toggle {
128 - font-size: 16px;
129 - padding: 10px 10px;
130 - text-align: center;
131 - }
132 -
133 - #menuview .agnease-dropdown {
134 - min-width: 0;
135 - width: 100%;
136 - padding: 4px 8px 8px 18px;
137 - border: 0;
138 - border-radius: 0;
139 - box-shadow: none;
140 - background: transparent;
141 - text-align: left;
142 -
143 - > li > a {
144 - padding: 8px 10px;
145 - white-space: normal;
146 - font-size: 15px;
147 -
148 - i {
149 - width: 18px;
150 - flex-basis: 18px;
151 - }
152 - }
153 -
154 - .divider {
155 - margin: 5px 0;
156 - }
157 - }
158 -}
contentType
... ... @@ -1,1 +1,0 @@
1 -LESS
name
... ... @@ -1,1 +1,0 @@
1 -Menu
use
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
levels
... ... @@ -1,0 +1,1 @@
1 +view
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest