Changes for page Public Web Site

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

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