Changes for page Public Web Site

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

From version 18.3
edited by Agnease
on 2026/05/28 10:30
Change comment: There is no comment for this version
To version 4.8
edited by Agnease
on 2026/05/01 13:03
Change comment: There is no comment for this version

Summary

Details

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