Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (1 modified, 1 added, 2 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false - Content
-
... ... @@ -2,220 +2,175 @@ 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 5 - 5 + ## HERO 6 6 <section class="hero hero-centered" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 8 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 9 - 10 - <p class="lead"> 11 - Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical 12 - engineering support, custom development, integrations and long-term care. 13 - </p> 14 - 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> 15 15 <ul class="benefits"> 16 - <li> XWikiLTS upgrades</li>17 - <li> Maintenanceandsupport</li>18 - <li>Custom XWiki development</li>19 - <li> Migrations andintegrations</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> 20 20 </ul> 21 - 22 - <div class="hero-actions"> 23 - <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a> 24 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 25 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 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" 26 26 </div> 27 27 </div> 28 28 </section> 29 - 30 - <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"> 31 31 <div class="container"> 32 - <ul> 33 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 34 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 35 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 36 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 37 - </ul> 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> 38 38 </div> 39 39 </section> 40 - 41 - <section aria-labelledby="platform-title"> 61 + ## SERVICES 62 + #set ($servicesSectionData = [{ 63 + 'title': 'Upgrades', 64 + 'icon': 'refresh', 65 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 66 + 'items': [ 67 + 'Audit setup, extensions, and configurations', 68 + 'Test upgrades with backups and validation', 69 + 'Safe production rollout with minimal downtime' 70 + ] 71 + },{ 72 + 'title': 'Maintenance, Support & Recovery', 73 + 'icon': 'stethoscope', 74 + 'content': 'Ensure long-term stability and quick response when issues appear.', 75 + 'items': [ 76 + 'Monitoring and performance checks', 77 + 'Security patching, log analysis, triage', 78 + 'Issue recovery, data repair, hardening' 79 + ] 80 + },{ 81 + 'title': 'Development & Integrations', 82 + 'icon': 'cogs', 83 + 'content': 'Extend and connect XWiki to fit your workflow and systems.', 84 + 'items': [ 85 + 'Custom apps, macros, automation', 86 + 'SSO, REST APIs, LDAP, CRM links', 87 + 'Maintainable extensions for long-term use' 88 + ] 89 + },{ 90 + 'title': 'Hosting & Deployment', 91 + 'icon': 'cloud', 92 + 'content': 'Cloud-ready environments designed for reliability and performance.', 93 + 'items': [ 94 + 'Containerized deployment and TLS', 95 + 'Backups, restore strategy, observability', 96 + 'Optimization and load tuning' 97 + ] 98 + },{ 99 + 'title': 'Migrations to XWiki', 100 + 'icon': 'exchange', 101 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 102 + 'items': [ 103 + 'Preserve hierarchy, attachments, and permissions', 104 + 'Convert macros, categories, and metadata for XWiki', 105 + 'Redirect old URLs and maintain SEO consistency' 106 + ] 107 + }]) 108 + <section class="services" aria-labelledby="services-title"> 42 42 <div class="container"> 43 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2> 44 - <p class="section-intro"> 45 - XWiki often grows from a documentation space into a business-critical knowledge platform. 46 - When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care 47 - for upgrades, security, permissions and maintainability. 110 + <h2 id="services-title">Services</h2> 111 + <p class="lead"> 112 + All the XWiki services you need, delivered with precision and care 48 48 </p> 49 49 50 - <div class="pathways"> 51 - <article class="pathway-card"> 52 - <div class="card-heading"> 53 - <div class="pathway-icon"> 54 - <i class="fa fa-refresh" aria-hidden="true"></i> 55 - </div> 56 - <h3>Upgrade XWiki safely</h3> 57 - </div> 58 - <p> 59 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 60 - </p> 61 - <ul> 62 - <li>LTS upgrade planning</li> 63 - <li>Extension and custom code review</li> 64 - <li>Staging and production validation</li> 65 - </ul> 66 - <p class="card-link"> 67 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 68 - </p> 69 - </article> 115 + #set ($servicesSize = $servicesSectionData.size()) 116 + <div class="services-grid"> 117 + #foreach ($entry in $servicesSectionData) 118 + #set ($classes = "service") 119 + ## If this is the last item AND the total number is odd, center it 120 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 121 + #set ($classes = "service service-center") 122 + #end 70 70 71 - <article class="pathway-card"> 72 - <div class="card-heading"> 73 - <div class="pathway-icon"> 74 - <i class="fa fa-life-ring" aria-hidden="true"></i> 124 + <article class="$classes"> 125 + <div class="service-icon"> 126 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 75 75 </div> 76 - <h3>Maintain XWiki reliably</h3> 77 - </div> 78 - <p> 79 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 80 - </p> 81 - <ul> 82 - <li>Troubleshooting and recovery</li> 83 - <li>Performance and log analysis</li> 84 - <li>Upgrade and maintenance planning</li> 85 - </ul> 86 - <p class="card-link"> 87 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> 88 - </p> 89 - </article> 90 - 91 - <article class="pathway-card"> 92 - <div class="card-heading"> 93 - <div class="pathway-icon"> 94 - <i class="fa fa-cogs" aria-hidden="true"></i> 128 + <div class="service-body"> 129 + <h4>$entry.title</h4> 130 + <p>$entry.content</p> 131 + <ul> 132 + #foreach ($item in $entry.items) 133 + <li>$item</li> 134 + #end 135 + </ul> 95 95 </div> 96 - <h3>Extend XWiki for your processes</h3> 97 - </div> 98 - <p> 99 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 100 - </p> 101 - <ul> 102 - <li>Custom XWiki applications</li> 103 - <li>Workflows and approvals</li> 104 - <li>APIs, SSO, LDAP and integrations</li> 105 - </ul> 106 - <p class="card-link"> 107 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 108 - </p> 109 - </article> 137 + </article> 138 + #end 110 110 </div> 111 111 </div> 112 112 </section> 113 - 114 - <section class="industry-trust-section"aria-labelledby="industry-trust-title">142 + ## CTA INLINE 143 + <section id="contact" class="cta-section"> 115 115 <div class="container"> 116 - <div class="industry-trust-panel"> 117 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2> 118 - 119 - <p class="section-intro"> 120 - Experience supporting XWiki platforms used in healthcare, financial services, scientific research, 121 - government institutions, transportation, software development, compliance programs and regulated environments. 122 - </p> 123 - 124 - <div class="industry-tags" aria-label="Industries and environments supported"> 125 - <span>Healthcare</span> 126 - <span>Financial services</span> 127 - <span>Scientific research</span> 128 - <span>Government institutions</span> 129 - <span>Transportation</span> 130 - <span>Software development</span> 131 - <span>Compliance programs</span> 132 - <span>Regulated environments</span> 133 - </div> 134 - 135 - <p class="industry-support"> 136 - Organizations rely on these platforms to manage documentation, workflows, compliance processes, 137 - research knowledge and critical business information. From upgrades and authentication integrations 138 - to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future. 139 - </p> 140 - </div> 145 + <p class="text-center contact-inline"> 146 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 147 + </p> 141 141 </div> 142 142 </section> 150 + {{/html}} 151 +#end 143 143 144 - <section class="split-section" aria-labelledby="why-title"> 145 - <div class="container"> 146 - <div class="split-grid"> 147 - <div class="split-copy"> 148 - <h2 id="why-title">Why work with an XWiki specialist</h2> 149 - <p> 150 - XWiki projects often involve more than pages. Production platforms may include custom code, 151 - extensions, authentication, permissions, workflows, integrations, compliance documentation 152 - and business-critical knowledge. 153 - </p> 154 - <p> 155 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability 156 - and leave the platform easier to maintain after the work is complete. 157 - </p> 153 +#macro(requestConsultationModal) 154 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 155 + <div class="modal-dialog"> 156 + <div class="modal-content"> 157 + <div class="modal-header"> 158 + <button type="button" class="close" data-dismiss="modal">×</button> 159 + <h4 class="modal-title">Request a consultation</h4> 160 + </div> 161 + <div class="modal-body"> 162 + <div> 163 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 164 + #displayFormFromSheetCode() 158 158 </div> 159 - 160 - <ol class="process-list"> 161 - <li> 162 - <strong>Review the XWiki environment</strong> 163 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features. 164 - </li> 165 - <li> 166 - <strong>Define the safest next steps</strong> 167 - Scope, risks, dependencies, effort, rollback options and validation requirements. 168 - </li> 169 - <li> 170 - <strong>Implement, validate and document</strong> 171 - Controlled changes, testing, production validation and notes for future maintenance. 172 - </li> 173 - </ol> 174 174 </div> 175 - </div> 176 - </section> 177 - 178 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 179 - <div class="container"> 180 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> 181 - <p class="section-intro"> 182 - Practical articles about XWiki upgrades, customization and production platform care. 183 - </p> 184 - 185 - <div class="resource-grid"> 186 - <article class="resource-card"> 187 - <h4>Why upgrade your XWiki instance?</h4> 188 - <p> 189 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. 190 - </p> 191 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> 192 - </article> 193 - 194 - <article class="resource-card"> 195 - <h4>XWiki upgrade services</h4> 196 - <p> 197 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. 198 - </p> 199 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 200 - </article> 167 + <div class="modal-footer"> 168 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 169 + ## value="$escapetool.xml($services.localization.render('yesno_1'))"> 201 201 </div> 202 202 </div> 203 - </section> 204 - 205 - <section class="cta-section" aria-labelledby="contact-title"> 206 - <div class="container"> 207 - <div class="cta-panel"> 208 - <h2 id="contact-title">Need XWiki consulting or support?</h2> 209 - <p> 210 - Send your current XWiki version, the issue you are facing, or the type of project you want to build. 211 - A short description is enough to define practical next steps. 212 - </p> 213 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 214 - </div> 215 - </div> 216 - </section> 217 - 218 - {{/html}} 172 + </div> 173 + </div> 219 219 #end 220 220 221 221 #macro (stripHTMLMacro $displayOutput)
- 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,35 +1,14 @@ 1 -/* ========== Agnease Public Website ========== */ 2 -/* 1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */ 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 -@brand-soft: #E7FFF8; 6 -@brand-bg: #F4FCFA; 7 7 @text: #2D3A34; 8 8 @muted: #5B6B64; 9 9 @line: #E4ECE9; 10 10 @radius: 16px; 11 -@shadow-sm: 0 6px 20px rgba(0, 0,0,.06);12 -@shadow: 0 12px 36px rgba(0, 0,0,.08);8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 9 +@shadow: 0 12px 36px rgba(0,0,0,.08); 13 13 @maxw: 1140px; 14 -*/ 15 -@brand: #00937D; 16 -@brand-strong: #007B6A; 17 -@brand-soft: #E7FFF8; 18 -@brand-bg: #F7F9FC; 19 -@text: #07182D; 20 -@text-soft: #10243D; 21 -@muted: #64748B; 22 -@line: #E6EBF2; 23 -@radius: 18px; 24 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06); 25 -@shadow: 0 30px 80px rgba(15, 23, 42, .12); 26 -@maxw: 1140px; 27 27 28 -@section-padding: 30px 0; 29 -@section-padding-mobile: 28px 0; 30 - 31 -/* ========== Base ========== */ 32 - 33 33 #mainContentArea { 34 34 padding: 0; 35 35 } ... ... @@ -36,148 +36,26 @@ 36 36 37 37 .container { 38 38 max-width: @maxw; 39 - margin-left: auto; 40 - margin-right: auto; 41 - padding-left: 18px; 42 - padding-right: 18px; 43 43 } 44 44 45 -html { 46 - scroll-behavior: smooth; 47 -} 48 - 49 -section { 50 - padding: @section-padding; 51 - border-top: 1px solid @line; 52 - 53 - &:first-of-type { 54 - border-top: none; 55 - } 56 -} 57 - 58 -section[id] { 59 - scroll-margin-top: 92px; 60 -} 61 - 62 -h1, 63 -h2, 64 -h3, 65 -h4 { 66 - color: @text; 67 -} 68 - 69 -h2 { 70 - text-align: center; 71 - margin-top: 0; 72 -} 73 - 74 74 .lead { 75 75 color: @muted; 76 76 text-align: center; 77 - margin-bottom: 0; 78 78 } 79 - 80 -.section-intro { 81 - max-width: 760px; 82 - margin: 0 auto 22px; 24 +h2 { 83 83 text-align: center; 84 - color: @muted; 85 - font-size: 16px; 86 - line-height: 1.55; 87 87 } 88 88 89 -a { 90 - color: @brand; 28 +section { 29 + padding: 32px 0; 30 + border-top: 1px solid @line; 91 91 92 - &:hover, 93 - &:focus { 94 - color: @brand-strong; 32 + &:first-of-type { 33 + border-top: none; 95 95 } 96 96 } 97 97 98 -/* ========== Header / Navigation ========== */ 99 - 100 -.site-header { 101 - position: sticky; 102 - top: 0; 103 - z-index: 1000; 104 - background: fade(#fff, 96%); 105 - border-bottom: 1px solid fade(@line, 85%); 106 - backdrop-filter: blur(8px); 107 -} 108 - 109 -.header-inner { 110 - min-height: 72px; 111 - display: flex; 112 - align-items: center; 113 - justify-content: space-between; 114 - gap: 24px; 115 -} 116 - 117 -.site-nav { 118 - display: flex; 119 - align-items: center; 120 - gap: 22px; 121 - font-size: 15px; 122 - 123 - a { 124 - color: @text; 125 - text-decoration: none; 126 - font-weight: 600; 127 - 128 - &:hover, 129 - &:focus { 130 - color: @brand; 131 - text-decoration: none; 132 - } 133 - } 134 - 135 - .nav-cta { 136 - color: #fff; 137 - background: @brand; 138 - border: 1px solid @brand; 139 - border-radius: 6px; 140 - padding: 8px 14px; 141 - 142 - &:hover, 143 - &:focus { 144 - color: #fff; 145 - background: @brand-strong; 146 - border-color: @brand-strong; 147 - } 148 - } 149 -} 150 - 151 -/* ========== Buttons ========== */ 152 - 153 -.btn-primary { 154 - background: @brand; 155 - border-color: @brand; 156 - color: #fff; 157 - 158 - &:hover, 159 - &:focus { 160 - background: @brand-strong; 161 - border-color: @brand-strong; 162 - color: #fff; 163 - } 164 -} 165 - 166 -.btn-secondary { 167 - color: @brand; 168 - background: #fff; 169 - border: 1px solid fade(@brand, 35%); 170 - 171 - &:hover, 172 - &:focus { 173 - color: @brand-strong; 174 - border-color: @brand; 175 - background: @brand-bg; 176 - } 177 -} 178 - 179 -/* ========== Hero ========== */ 180 - 37 +/* ===== HERO ===== */ 181 181 .hero { 182 182 overflow: hidden; 183 183 background-repeat: no-repeat; ... ... @@ -185,14 +185,17 @@ 185 185 186 186 &.hero-centered { 187 187 text-align: center; 45 + background: 46 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 47 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 188 188 display: flex; 189 189 align-items: center; 190 190 justify-content: center; 191 - min-height: 3 30px;51 + min-height: 350px; 192 192 } 193 193 194 194 .hero-inner { 195 - max-width: 8 60px;55 + max-width: 850px; 196 196 margin: 0 auto; 197 197 display: flex; 198 198 flex-direction: column; ... ... @@ -199,20 +199,14 @@ 199 199 align-items: center; 200 200 } 201 201 202 - h1 { 203 - max-width: 790px; 204 - margin-left: auto; 205 - margin-right: auto; 206 - line-height: 1.18; 62 + .hero-cta { 63 + display: flex; 64 + gap: 0.8rem; 65 + flex-wrap: wrap; 66 + justify-content: center; 67 + margin-top: 0.3rem; 207 207 } 208 208 209 - .lead { 210 - max-width: 820px; 211 - font-size: 19px; 212 - line-height: 1.55; 213 - margin-top: 12px; 214 - } 215 - 216 216 .benefits { 217 217 display: flex; 218 218 flex-wrap: wrap; ... ... @@ -219,148 +219,61 @@ 219 219 justify-content: center; 220 220 list-style: none; 221 221 padding: 0; 222 - margin: 14px0 0;76 + margin: 0.8rem 0 0; 223 223 color: @muted; 224 224 font-size: 14px; 225 225 226 226 li + li::before { 227 227 content: "•"; 228 - margin: 0 6px;82 + margin: 0 5px; 229 229 } 230 - } 231 -} 232 232 233 -.hero-kicker { 234 - display: inline-flex; 235 - align-items: center; 236 - gap: 8px; 237 - color: @brand; 238 - background: fade(@brand, 8%); 239 - border: 1px solid fade(@brand, 18%); 240 - border-radius: 999px; 241 - padding: 6px 12px; 242 - margin-bottom: 14px; 243 - font-size: 13px; 244 - font-weight: 700; 245 -} 246 - 247 -.hero-actions, 248 -#hero-cta { 249 - display: flex; 250 - gap: 12px; 251 - flex-wrap: wrap; 252 - justify-content: center; 253 - margin-top: 22px; 254 -} 255 - 256 -/* ========== Trust Strip ========== */ 257 - 258 -.trust-strip { 259 - padding: 18px 0; 260 - border-top: 1px solid @line; 261 - 262 - ul { 263 - max-width: 960px; 264 - margin: 0 auto; 265 - padding: 0; 266 - list-style: none; 267 - display: flex; 268 - justify-content: center; 269 - gap: 22px; 270 - flex-wrap: wrap; 271 - color: @muted; 272 - font-size: 13px; 85 + @media (max-width: 640px) { 86 + li + li::before { 87 + content: none; 88 + } 89 + li:nth-child(1)::after, 90 + li:nth-child(3)::after { 91 + content: "•"; 92 + margin: 0 5px; 93 + } 94 + } 273 273 } 274 - 275 - li { 276 - display: flex; 277 - align-items: center; 278 - gap: 7px; 279 - } 280 - 281 - i { 282 - color: @brand; 283 - } 284 284 } 285 285 286 -/* ========== Reusable Grids ========== */ 287 - 288 -.card-grid, 289 -.pathways, 290 -.services-grid, 291 -.resource-grid, 98 +/* ===== WHY CHOOSE (cards) ===== */ 292 292 .widgets { 100 + margin-top: 12px; 293 293 display: grid; 294 - grid-gap: 18px; 295 - margin-left: auto; 296 - margin-right: auto; 102 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 103 + 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 { 106 +.widget { 107 + 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; 112 + transition: transform .18s ease, box-shadow .18s ease; 343 343 display: flex; 344 344 flex-direction: column; 345 345 height: 100%; 346 346 117 + &:hover { 118 + transform: translateY(-2px); 119 + box-shadow: @shadow; 120 + } 121 + 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%); 354 - 355 - i { 356 - color: @brand; 357 - } 358 - 359 - h4 { 360 - margin: 0; 361 - line-height: 1.25; 362 - color: @text; 363 - } 126 + padding-bottom: 6px; 127 + margin-bottom: 8px; 128 + border-bottom: 1px solid fade(@line, 60%); 129 + i { color: @brand; } 130 + h4 { margin: 0; line-height: 1.2; color: @text; } 364 364 } 365 365 366 366 p { ... ... @@ -370,170 +370,31 @@ 370 370 } 371 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 { 140 +/* ===== SERVICES ===== */ 141 +.services { 142 + .services-grid { 143 + margin-top: 20px; 382 382 display: flex; 383 - align-items: center; 384 - gap: 14px; 385 - margin-bottom: 14px; 386 - } 145 + flex-wrap: wrap; 146 + gap: 24px; 387 387 388 - .pathway-icon { 389 - width: 52px; 390 - height: 52px; 391 - border-radius: 50%; 392 - display: flex; 393 - align-items: center; 148 + /* center the whole block under the heading */ 149 + max-width: 960px; 150 + margin-left: auto; 151 + margin-right: auto; 394 394 justify-content: center; 395 - color: @brand; 396 - background: fade(@brand, 10%); 397 - font-size: 19px; 398 - flex-shrink: 0; 399 399 } 400 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 - .card-link { 427 - margin-top: auto; 428 - padding-top: 4px; 429 - 430 - a { 431 - color: @brand; 432 - font-weight: 700; 433 - text-decoration: underline; 434 - 435 - &:hover, 436 - &:focus { 437 - color: @brand-strong; 438 - } 439 - } 440 - } 441 -} 442 - 443 -.industry-trust-section { 444 - background: 445 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 446 - 447 - .industry-trust-panel { 448 - max-width: 1040px; 449 - margin: 0 auto; 450 - padding: 30px 28px; 451 - border: 1px solid fade(@brand, 16%); 452 - border-radius: @radius; 453 - background: 454 - radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%); 455 - box-shadow: @shadow-sm; 456 - text-align: center; 457 - } 458 - 459 - h2 { 460 - margin-bottom: 12px; 461 - } 462 - 463 - .section-intro { 464 - margin-bottom: 20px; 465 - max-width: 820px; 466 - } 467 - 468 - .industry-tags { 469 - max-width: 880px; 470 - margin: 0 auto; 471 - display: flex; 472 - flex-wrap: wrap; 473 - justify-content: center; 474 - gap: 10px; 475 - } 476 - 477 - .industry-tags span { 478 - display: inline-flex; 479 - align-items: center; 480 - padding: 7px 12px; 481 - border: 1px solid fade(@brand, 20%); 482 - border-radius: 999px; 483 - background: #fff; 484 - color: @text; 485 - font-size: 13px; 486 - font-weight: 600; 487 - line-height: 1.2; 488 - box-shadow: 0 3px 10px rgba(0, 0, 0, .04); 489 - } 490 - 491 - .industry-support { 492 - max-width: 820px; 493 - margin: 22px auto 0; 494 - color: @muted; 495 - font-size: 16px; 496 - line-height: 1.6; 497 - } 498 -} 499 - 500 -@media (max-width: 640px) { 501 - .industry-trust-section { 502 - .industry-trust-panel { 503 - padding: 24px 18px; 504 - } 505 - 506 - .industry-tags { 507 - gap: 8px; 508 - } 509 - 510 - .industry-tags span { 511 - font-size: 12px; 512 - padding: 6px 10px; 513 - } 514 - } 515 -} 516 - 517 -/* ========== Services ========== */ 518 - 519 -.services { 520 - .services-grid { 521 - max-width: 1040px; 522 - } 523 - 524 524 .service { 156 + flex: 0 1 calc(50% - 12px); 525 525 display: flex; 526 526 align-items: flex-start; 527 527 gap: 16px; 528 - padding: 22px; 529 - background: #fff; 530 - border: 1px solid @line; 531 - border-radius: @radius; 532 - box-shadow: @shadow-sm; 160 + margin-bottom: 8px; 533 533 534 534 .service-icon { 535 - width: 4 6px;536 - height: 4 6px;163 + width: 42px; 164 + height: 42px; 537 537 border-radius: 50%; 538 538 display: flex; 539 539 align-items: center; ... ... @@ -542,1112 +542,66 @@ 542 542 color: @brand; 543 543 background: fade(@brand, 10%); 544 544 flex-shrink: 0; 545 - margin-top: 2px;173 + margin-top: 3px; 546 546 } 547 547 548 548 .service-body { 549 549 h4 { 550 - margin: 0 0 6px; 551 - font-size: 18px; 552 - line-height: 1.25; 178 + margin: 0 0 4px; 179 + font-size: 1.125rem; 553 553 font-weight: 800; 554 - color: @text; 555 555 } 556 - 557 557 p { 558 - margin: 0 0 8px;559 - color: @ muted;183 + margin: 0 0 6px; 184 + color: @text; 560 560 line-height: 1.5; 561 561 } 562 - 563 563 ul { 564 - margin: 9px0 0;565 - padding-left: 1 8px;188 + margin: .45rem 0 0; 189 + padding-left: 1.1rem; 566 566 color: @muted; 567 567 font-size: 13px; 568 - line-height: 1.5; 569 569 } 570 - 571 571 li { 572 - margin: 4px 0; 194 + margin: .25rem 0; 195 + line-height: 1.45; 573 573 } 574 574 } 575 575 } 576 -} 577 577 578 -/* ========== Split / Process Section ========== */ 200 + /* ==== Center last item on its own row while keeping 50% width ==== */ 201 + .service-center { 202 + /* same width as siblings */ 203 + flex: 0 1 calc(55% - 12px); 579 579 580 -.split-section { 581 - background: 582 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 583 -} 584 - 585 -.split-grid { 586 - display: grid; 587 - grid-template-columns: 1.1fr .9fr; 588 - grid-gap: 36px; 589 - max-width: 1040px; 590 - margin: 0 auto; 591 - align-items: center; 592 -} 593 - 594 -.split-copy { 595 - h2 { 596 - text-align: left; 597 - margin-top: 0; 205 + /* push to center */ 206 + margin-left: auto; 207 + margin-right: auto; 598 598 } 599 599 600 - p { 601 - color: @muted; 602 - line-height: 1.6; 603 - } 604 -} 605 - 606 -.process-list { 607 - counter-reset: process; 608 - margin: 0; 609 - padding: 0; 610 - list-style: none; 611 - 612 - li { 613 - counter-increment: process; 614 - position: relative; 615 - padding: 16px 16px 16px 58px; 616 - margin-bottom: 12px; 617 - background: #fff; 618 - border: 1px solid @line; 619 - border-radius: @radius; 620 - box-shadow: @shadow-sm; 621 - color: @muted; 622 - line-height: 1.5; 623 - 624 - &:before { 625 - content: counter(process); 626 - position: absolute; 627 - left: 16px; 628 - top: 16px; 629 - width: 28px; 630 - height: 28px; 631 - border-radius: 50%; 632 - background: fade(@brand, 10%); 633 - color: @brand; 634 - display: flex; 635 - align-items: center; 636 - justify-content: center; 637 - font-weight: 800; 210 + /* Mobile: 1 per row */ 211 + @media (max-width: 767px) { 212 + .services-grid { 213 + gap: 16px; 214 + max-width: 100%; 638 638 } 639 639 640 - strong { 641 - display: block; 642 - color: @text; 643 - margin-bottom: 3px; 217 + .service, 218 + .service-center { 219 + flex: 0 1 100%; 220 + margin-left: 0; 221 + margin-right: 0; 644 644 } 645 645 } 646 646 } 647 647 648 -/* ========== Resources ========== */ 649 - 650 -.resource-strip { 651 - background: @brand-bg; 652 -} 653 - 654 -.resource-card { 655 - padding: 20px; 656 - 657 - h4 { 658 - margin: 0 0 8px; 659 - color: @text; 660 - font-size: 18px; 661 - line-height: 1.25; 662 - } 663 - 664 - p { 665 - color: @muted; 666 - margin: 0 0 12px; 667 - line-height: 1.5; 668 - } 669 - 670 - a { 671 - color: @brand; 672 - font-weight: 700; 673 - } 674 -} 675 - 676 -/* ========== Homepage Resource Strip ========== */ 677 - 678 -.homepage-resource-strip { 679 - background: 680 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 681 - 682 - .resource-grid { 683 - max-width: 1040px; 684 - margin: 22px auto 0; 685 - display: grid; 686 - grid-template-columns: repeat(2, minmax(0, 1fr)); 687 - grid-gap: 22px; 688 - align-items: stretch; 689 - } 690 - 691 - .resource-card { 692 - display: flex; 693 - flex-direction: column; 694 - min-width: 0; 695 - min-height: 100%; 696 - padding: 26px; 697 - } 698 - 699 - .resource-card h4 { 700 - margin: 0 0 10px; 701 - color: @text; 702 - font-size: 21px; 703 - line-height: 1.25; 704 - font-weight: 700; 705 - } 706 - 707 - .resource-card p { 708 - margin: 0 0 18px; 709 - color: @muted; 710 - font-size: 15px; 711 - line-height: 1.6; 712 - } 713 - 714 - .resource-card a { 715 - margin-top: auto; 716 - color: @brand; 717 - font-weight: 700; 718 - text-decoration: underline; 719 - 720 - &:hover, 721 - &:focus { 722 - color: @brand-strong; 723 - } 724 - } 725 -} 726 - 727 -@media (max-width: 980px) { 728 - .homepage-resource-strip { 729 - .resource-grid { 730 - grid-template-columns: 1fr; 731 - } 732 - } 733 -} 734 - 735 -@media (max-width: 640px) { 736 - .homepage-resource-strip { 737 - .resource-card { 738 - padding: 22px; 739 - } 740 - 741 - .resource-card h4 { 742 - font-size: 19px; 743 - } 744 - } 745 -} 746 - 747 -/* ========== CTA ========== */ 748 - 226 +/* ===== CTA ===== */ 749 749 .cta-section { 750 - padding: @section-padding;228 + padding: 24px 0 16px; 751 751 752 752 .contact-inline { 753 753 margin: 0; 754 754 color: @muted; 755 - 756 - a { 757 - color: @brand; 758 - } 233 + a { color: @brand; } 759 759 } 760 760 } 761 - 762 -.cta-panel { 763 - max-width: 860px; 764 - margin: 0 auto; 765 - padding: 32px; 766 - border-radius: @radius; 767 - border: 1px solid fade(@brand, 20%); 768 - background: 769 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 770 - box-shadow: @shadow-sm; 771 - text-align: center; 772 - 773 - h2 { 774 - margin-top: 0; 775 - } 776 - 777 - p { 778 - color: @muted; 779 - line-height: 1.55; 780 - } 781 -} 782 - 783 -.resource-inline-cta { 784 - display: flex; 785 - align-items: center; 786 - justify-content: space-between; 787 - gap: 22px; 788 - margin: 30px 0; 789 - padding: 20px 22px; 790 - border: 1px solid fade(@brand, 22%); 791 - border-radius: @radius; 792 - background: @brand-bg; 793 - box-shadow: @shadow-sm; 794 - 795 - p { 796 - margin: 0; 797 - color: @muted; 798 - line-height: 1.55; 799 - } 800 - 801 - strong { 802 - color: @text; 803 - } 804 - 805 - .btn { 806 - flex-shrink: 0; 807 - } 808 -} 809 - 810 -@media (max-width: 767px) { 811 - .resource-inline-cta { 812 - display: block; 813 - text-align: center; 814 - 815 - p { 816 - margin-bottom: 14px; 817 - } 818 - 819 - .btn { 820 - display: inline-block; 821 - margin-left: auto; 822 - margin-right: auto; 823 - } 824 - } 825 -} 826 - 827 -/* ========== Responsive ========== */ 828 - 829 -@media (max-width: 980px) { 830 - .widgets, 831 - .pathways, 832 - .services-grid, 833 - .resource-grid { 834 - grid-template-columns: repeat(2, minmax(0, 1fr)); 835 - } 836 - 837 - .split-grid { 838 - grid-template-columns: 1fr; 839 - } 840 - 841 - .split-copy h2 { 842 - text-align: center; 843 - } 844 -} 845 - 846 -@media (max-width: 760px) { 847 - section[id] { 848 - scroll-margin-top: 132px; 849 - } 850 - 851 - .header-inner { 852 - min-height: auto; 853 - padding-top: 14px; 854 - padding-bottom: 14px; 855 - flex-direction: column; 856 - align-items: center; 857 - gap: 12px; 858 - } 859 - 860 - .site-nav { 861 - width: 100%; 862 - justify-content: center; 863 - flex-wrap: wrap; 864 - gap: 10px 16px; 865 - font-size: 14px; 866 - 867 - .nav-cta { 868 - padding: 7px 12px; 869 - } 870 - } 871 - 872 - .hero.hero-centered { 873 - min-height: 280px; 874 - } 875 - 876 - .hero { 877 - .lead { 878 - font-size: 17px; 879 - } 880 - 881 - .benefits { 882 - gap: 4px 10px; 883 - 884 - li + li::before { 885 - content: none; 886 - } 887 - } 888 - } 889 -} 890 - 891 -@media (max-width: 640px) { 892 - section { 893 - padding: @section-padding-mobile; 894 - } 895 - 896 - .widgets, 897 - .pathways, 898 - .services-grid, 899 - .resource-grid { 900 - grid-template-columns: 1fr; 901 - } 902 - 903 - .pathway-card, 904 - .services .service, 905 - .resource-card, 906 - .widget { 907 - padding: 20px; 908 - } 909 - 910 - .services .service { 911 - gap: 14px; 912 - } 913 - 914 - .cta-panel { 915 - padding: 24px 20px; 916 - } 917 -} 918 - 919 -/* ========== Resource / Article Pages ========== */ 920 - 921 -.resource-page { 922 - padding-top: 0; 923 -} 924 - 925 -.resource-header { 926 - padding: @section-padding; 927 - border-top: none; 928 - background: 929 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 930 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 931 - 932 - h1 { 933 - margin: 0 auto 14px; 934 - text-align: center; 935 - line-height: 1.18; 936 - } 937 - 938 - .resource-summary { 939 - max-width: 780px; 940 - margin: 0 auto; 941 - color: @muted; 942 - text-align: center; 943 - font-size: 18px; 944 - line-height: 1.55; 945 - } 946 -} 947 - 948 -.resource-layout { 949 - display: block; 950 - max-width: 1080px; 951 - margin: 0 auto; 952 - padding-top: 28px; 953 -} 954 - 955 -.resource-layout::after { 956 - content: ""; 957 - display: block; 958 - clear: both; 959 -} 960 - 961 -.resource-content { 962 - color: @text; 963 - font-size: 16px; 964 - line-height: 1.68; 965 - 966 - h2 { 967 - text-align: left; 968 - margin: 34px 0 12px; 969 - line-height: 1.28; 970 - } 971 - 972 - h3 { 973 - margin: 24px 0 8px; 974 - line-height: 1.3; 975 - } 976 - 977 - p { 978 - margin: 0 0 16px; 979 - } 980 - 981 - ul, 982 - ol { 983 - margin: 0 0 18px; 984 - padding-left: 22px; 985 - } 986 - 987 - li { 988 - margin: 6px 0; 989 - } 990 - 991 - strong { 992 - color: @text; 993 - } 994 -} 995 - 996 -.resource-note { 997 - border-left: 4px solid @brand; 998 - background: @brand-bg; 999 - padding: 16px 18px; 1000 - margin: 22px 0; 1001 - border-radius: 0 @radius @radius 0; 1002 - 1003 - p:last-child { 1004 - margin-bottom: 0; 1005 - } 1006 -} 1007 - 1008 -.resource-note.related-resources { 1009 - p { 1010 - margin-bottom: 10px; 1011 - } 1012 - 1013 - ul { 1014 - margin: 0; 1015 - padding-left: 20px; 1016 - } 1017 - 1018 - li { 1019 - margin: 6px 0; 1020 - color: @muted; 1021 - } 1022 -} 1023 - 1024 -.resource-faq-item { 1025 - display: flow-root; 1026 - border-bottom: 1px solid @line; 1027 - padding: 12px 0; 1028 - 1029 - summary { 1030 - cursor: pointer; 1031 - font-weight: 700; 1032 - color: @text; 1033 - line-height: 1.4; 1034 - } 1035 - 1036 - summary:hover, 1037 - summary:focus { 1038 - color: @brand-strong; 1039 - } 1040 - 1041 - p { 1042 - margin: 10px 0 4px; 1043 - color: @muted; 1044 - } 1045 -} 1046 - 1047 -.resource-checklist { 1048 - margin: 18px 0 24px; 1049 - padding: 0; 1050 - list-style: none; 1051 - 1052 - li { 1053 - position: relative; 1054 - padding: 10px 0 10px 34px; 1055 - border-bottom: 1px solid @line; 1056 - 1057 - &:before { 1058 - content: "\f00c"; 1059 - font-family: FontAwesome; 1060 - position: absolute; 1061 - left: 0; 1062 - top: 11px; 1063 - color: @brand; 1064 - } 1065 - } 1066 -} 1067 - 1068 -.resource-sidebar { 1069 - float: right; 1070 - width: 280px; 1071 - margin-left: 42px; 1072 - margin-bottom: 28px; 1073 - position: sticky; 1074 - top: 96px; 1075 - border: 1px solid @line; 1076 - border-radius: @radius; 1077 - padding: 18px; 1078 - background: #fff; 1079 - box-shadow: @shadow-sm; 1080 - 1081 - h4 { 1082 - margin: 0 0 10px; 1083 - } 1084 - 1085 - ul { 1086 - margin: 0; 1087 - padding-left: 18px; 1088 - color: @muted; 1089 - } 1090 - 1091 - li { 1092 - margin: 8px 0; 1093 - } 1094 - 1095 - a { 1096 - color: @brand; 1097 - font-weight: 600; 1098 - } 1099 -} 1100 - 1101 -.resource-cta { 1102 - display: flex; 1103 - flex-direction: column; 1104 - align-items: center; 1105 - text-align: center; 1106 - 1107 - max-width: 820px; 1108 - margin: 42px auto 0; 1109 - padding: 28px 30px; 1110 - border: 1px solid fade(@brand, 20%); 1111 - border-radius: @radius; 1112 - background: @brand-bg; 1113 - 1114 - h3 { 1115 - margin-top: 0; 1116 - margin-bottom: 10px; 1117 - } 1118 - 1119 - p { 1120 - max-width: 680px; 1121 - margin-left: auto; 1122 - margin-right: auto; 1123 - color: @muted; 1124 - } 1125 - 1126 - .btn { 1127 - margin-top: 8px; 1128 - } 1129 -} 1130 - 1131 -.resource-note, 1132 -.resource-checklist, 1133 -.resource-cta { 1134 - display: flow-root; 1135 -} 1136 - 1137 -@media (max-width: 767px) { 1138 - .resource-cta { 1139 - padding: 24px 20px; 1140 - } 1141 -} 1142 - 1143 -@media (max-width: 900px) { 1144 - .resource-layout { 1145 - padding-top: 22px; 1146 - } 1147 - 1148 - .resource-sidebar { 1149 - float: none; 1150 - width: 100%; 1151 - margin-left: 0; 1152 - margin-bottom: 24px; 1153 - position: static; 1154 - } 1155 -} 1156 - 1157 -/* ========== Products / Extensions Pages ========== */ 1158 - 1159 -.product-index-section { 1160 - padding: @section-padding; 1161 - 1162 - h2 { 1163 - margin-bottom: 10px; 1164 - } 1165 -} 1166 - 1167 -.product-card-grid { 1168 - max-width: 980px; 1169 - margin: 26px auto 0; 1170 - display: grid; 1171 - grid-template-columns: 1fr; 1172 - grid-gap: 22px; 1173 -} 1174 - 1175 -.product-card { 1176 - position: relative; 1177 - background: #fff; 1178 - border: 1px solid @line; 1179 - border-radius: @radius; 1180 - box-shadow: @shadow-sm; 1181 - padding: 32px; 1182 - display: grid; 1183 - grid-template-columns: 70px 1fr; 1184 - grid-gap: 24px; 1185 - align-items: start; 1186 - overflow: hidden; 1187 - 1188 - &:before { 1189 - content: ""; 1190 - position: absolute; 1191 - inset: 0 auto 0 0; 1192 - width: 5px; 1193 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1194 - } 1195 - 1196 - .product-card-icon { 1197 - width: 58px; 1198 - height: 58px; 1199 - border-radius: 50%; 1200 - background: fade(@brand, 10%); 1201 - border: 1px solid fade(@brand, 22%); 1202 - color: @brand; 1203 - display: flex; 1204 - align-items: center; 1205 - justify-content: center; 1206 - font-size: 22px; 1207 - flex-shrink: 0; 1208 - } 1209 - 1210 - .product-card-body { 1211 - min-width: 0; 1212 - } 1213 - 1214 - h3 { 1215 - margin: 0 0 10px; 1216 - color: @text; 1217 - font-size: 25px; 1218 - line-height: 1.22; 1219 - font-weight: 800; 1220 - } 1221 - 1222 - p { 1223 - color: @muted; 1224 - line-height: 1.6; 1225 - } 1226 - 1227 - .product-card-description { 1228 - max-width: 760px; 1229 - margin: 0 0 14px; 1230 - font-size: 16px; 1231 - } 1232 -} 1233 - 1234 -.product-card-kicker { 1235 - display: inline-flex; 1236 - align-items: center; 1237 - gap: 7px; 1238 - width: fit-content; 1239 - margin-bottom: 10px; 1240 - padding: 5px 10px; 1241 - border: 1px solid fade(@brand, 24%); 1242 - border-radius: 999px; 1243 - background: fade(@brand, 8%); 1244 - color: @brand-strong; 1245 - font-size: 12px; 1246 - font-weight: 800; 1247 - text-transform: uppercase; 1248 - letter-spacing: .04em; 1249 - 1250 - i { 1251 - color: @brand; 1252 - } 1253 -} 1254 - 1255 -.product-highlights { 1256 - margin: 14px 0 22px; 1257 - padding-left: 18px; 1258 - color: @muted; 1259 - 1260 - li { 1261 - margin: 6px 0; 1262 - line-height: 1.45; 1263 - } 1264 -} 1265 - 1266 -.product-card-actions { 1267 - display: flex; 1268 - align-items: center; 1269 - gap: 16px; 1270 - flex-wrap: wrap; 1271 - 1272 - .btn { 1273 - font-weight: 700; 1274 - } 1275 -} 1276 - 1277 -.product-card-contact { 1278 - color: @brand; 1279 - font-weight: 700; 1280 - text-decoration: underline; 1281 - 1282 - &:hover, 1283 - &:focus { 1284 - color: @brand-strong; 1285 - } 1286 -} 1287 - 1288 -@media (max-width: 640px) { 1289 - .product-card { 1290 - grid-template-columns: 1fr; 1291 - padding: 26px 22px; 1292 - text-align: left; 1293 - 1294 - &:before { 1295 - width: 4px; 1296 - } 1297 - 1298 - .product-card-icon { 1299 - margin-bottom: 2px; 1300 - } 1301 - 1302 - h3 { 1303 - font-size: 22px; 1304 - } 1305 - } 1306 - 1307 - .product-card-actions { 1308 - gap: 12px; 1309 - } 1310 -} 1311 - 1312 -/* ========== Individual Product Pages ========== */ 1313 - 1314 -.product-layout { 1315 - display: grid; 1316 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); 1317 - grid-gap: 32px; 1318 - max-width: 1040px; 1319 - margin: 0 auto; 1320 - align-items: start; 1321 -} 1322 - 1323 -.product-summary-card, 1324 -.product-info-card, 1325 -.product-feature, 1326 -.product-gallery-panel { 1327 - background: #fff; 1328 - border: 1px solid @line; 1329 - border-radius: @radius; 1330 - box-shadow: @shadow-sm; 1331 -} 1332 - 1333 -.product-summary-card { 1334 - padding: 28px; 1335 - 1336 - h2 { 1337 - text-align: left; 1338 - margin-top: 0; 1339 - margin-bottom: 14px; 1340 - line-height: 1.25; 1341 - } 1342 - 1343 - p { 1344 - color: @muted; 1345 - line-height: 1.62; 1346 - } 1347 - 1348 - p:last-child { 1349 - margin-bottom: 0; 1350 - } 1351 -} 1352 - 1353 -.product-info-card { 1354 - padding: 24px; 1355 - 1356 - h3 { 1357 - margin-top: 0; 1358 - margin-bottom: 12px; 1359 - line-height: 1.3; 1360 - } 1361 - 1362 - p { 1363 - color: @muted; 1364 - line-height: 1.55; 1365 - } 1366 - 1367 - ul { 1368 - margin: 0; 1369 - padding-left: 20px; 1370 - color: @muted; 1371 - } 1372 - 1373 - li { 1374 - margin: 8px 0; 1375 - line-height: 1.3; 1376 - } 1377 -} 1378 - 1379 -.product-card-note { 1380 - margin: 0 0 14px; 1381 - color: @muted; 1382 - line-height: 1.55; 1383 -} 1384 - 1385 -.product-feature-grid { 1386 - display: grid; 1387 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1388 - grid-gap: 20px; 1389 - max-width: 1040px; 1390 - margin: 24px auto 0; 1391 -} 1392 - 1393 -.product-feature { 1394 - padding: 24px; 1395 - min-width: 0; 1396 - min-height: 100%; 1397 - 1398 - .card-heading, 1399 - .feature-heading { 1400 - display: flex; 1401 - align-items: center; 1402 - gap: 14px; 1403 - margin-bottom: 14px; 1404 - } 1405 - 1406 - .feature-icon { 1407 - width: 46px; 1408 - height: 46px; 1409 - border-radius: 50%; 1410 - background: fade(@brand, 10%); 1411 - color: @brand; 1412 - display: flex; 1413 - align-items: center; 1414 - justify-content: center; 1415 - font-size: 18px; 1416 - flex-shrink: 0; 1417 - } 1418 - 1419 - h3 { 1420 - margin: 0; 1421 - color: @text; 1422 - font-size: 18px; 1423 - line-height: 1.25; 1424 - } 1425 - 1426 - p { 1427 - margin: 0; 1428 - color: @muted; 1429 - line-height: 1.52; 1430 - } 1431 -} 1432 - 1433 -.product-gallery-caption { 1434 - max-width: 820px; 1435 - margin: 12px auto 0; 1436 - color: @muted; 1437 - font-size: 14px; 1438 - line-height: 1.5; 1439 - text-align: center; 1440 -} 1441 - 1442 -/* Keep the default XWiki gallery style. 1443 - Only add spacing before it and center it. */ 1444 -.gallery.xGallery { 1445 - margin: 25px auto; 1446 - width: 920px; 1447 - height: 518px; 1448 -} 1449 - 1450 -.product-section-muted { 1451 - background: 1452 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1453 -} 1454 - 1455 -/* Compact process list when used inside a product card. */ 1456 -.product-summary-card .process-list { 1457 - margin-top: 16px; 1458 - 1459 - li { 1460 - padding: 13px 14px 13px 50px; 1461 - margin-bottom: 10px; 1462 - box-shadow: none; 1463 - } 1464 - 1465 - li:before { 1466 - left: 14px; 1467 - top: 14px; 1468 - width: 24px; 1469 - height: 24px; 1470 - font-size: 12px; 1471 - } 1472 - 1473 - strong { 1474 - margin-bottom: 2px; 1475 - } 1476 -} 1477 - 1478 -/* Kept for older product pages that still use a screenshot placeholder/panel. */ 1479 -.product-gallery-panel { 1480 - max-width: 1040px; 1481 - margin: 20px auto 0; 1482 - padding: 26px; 1483 - 1484 - h2 { 1485 - margin-top: 0; 1486 - text-align: center; 1487 - } 1488 - 1489 - .gallery-note { 1490 - max-width: 700px; 1491 - margin: 0 auto 18px; 1492 - color: @muted; 1493 - text-align: center; 1494 - line-height: 1.55; 1495 - } 1496 -} 1497 - 1498 -.product-gallery-placeholder { 1499 - min-height: 260px; 1500 - padding: 28px; 1501 - border: 1px dashed fade(@brand, 40%); 1502 - border-radius: @radius; 1503 - background: fade(@brand, 5%); 1504 - color: @muted; 1505 - text-align: center; 1506 - display: flex; 1507 - align-items: center; 1508 - justify-content: center; 1509 -} 1510 - 1511 -@media (max-width: 980px) { 1512 - .product-layout, 1513 - .product-feature-grid { 1514 - grid-template-columns: 1fr; 1515 - } 1516 - 1517 - .product-summary-card h2 { 1518 - text-align: center; 1519 - } 1520 -} 1521 - 1522 -@media (max-width: 640px) { 1523 - .product-card { 1524 - grid-template-columns: 1fr; 1525 - padding: 22px; 1526 - text-align: left; 1527 - 1528 - .product-card-icon { 1529 - margin-bottom: 2px; 1530 - } 1531 - } 1532 - 1533 - .product-summary-card, 1534 - .product-info-card, 1535 - .product-feature, 1536 - .product-gallery-panel { 1537 - padding: 20px; 1538 - } 1539 - 1540 - .product-feature { 1541 - .card-heading, 1542 - .feature-heading { 1543 - gap: 12px; 1544 - } 1545 - 1546 - .feature-icon { 1547 - width: 42px; 1548 - height: 42px; 1549 - font-size: 16px; 1550 - } 1551 - } 1552 - 1553 - .gallery.xGallery { 1554 - margin-top: 22px !important; 1555 - } 1556 - 1557 - .product-gallery-caption { 1558 - margin-top: 10px; 1559 - padding: 0 14px; 1560 - } 1561 - 1562 - .product-summary-card .process-list li { 1563 - padding-left: 46px; 1564 - } 1565 -} 1566 - 1567 -/* ========== Resources Index ========== */ 1568 - 1569 -.resources-index-page { 1570 - 1571 - .services-grid { 1572 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1573 - } 1574 -} 1575 - 1576 -@media (max-width: 980px) { 1577 - .resources-index-page { 1578 - .services-grid { 1579 - grid-template-columns: 1fr; 1580 - } 1581 - } 1582 -} 1583 - 1584 -@media (max-width: 767px) { 1585 - .resources-index-page { 1586 - padding: @section-padding-mobile; 1587 - } 1588 -} 1589 - 1590 -.resource-faq-item { 1591 - border-bottom: 1px solid @line; 1592 - padding: 12px 0; 1593 - 1594 - summary { 1595 - cursor: pointer; 1596 - font-weight: 700; 1597 - color: @text; 1598 - } 1599 - 1600 - p { 1601 - margin: 10px 0 4px; 1602 - color: @muted; 1603 - } 1604 -} 1605 - 1606 -/* ========== Global Theme Background ========== */ 1607 - 1608 -html, 1609 -body { 1610 - min-height: 100%; 1611 -} 1612 - 1613 -body { 1614 - color: @text; 1615 - background: 1616 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%), 1617 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%), 1618 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important; 1619 - background-attachment: fixed; 1620 -} 1621 - 1622 -/* Let the body background show through the XWiki wrappers. 1623 -#mainContentArea, 1624 -.resource-page, 1625 -.resources-index-page { 1626 - background: transparent !important; 1627 - background-image: none !important; 1628 -} 1629 -*/ 1630 -/* Remove local decorative backgrounds that compete with the global gradient. 1631 -.hero, 1632 -.hero.hero-centered, 1633 -.trust-strip, 1634 -.industry-trust-section, 1635 -.split-section, 1636 -.resource-strip, 1637 -.homepage-resource-strip, 1638 -.resource-header, 1639 -.product-section-muted, 1640 -.resources-index-page { 1641 - background: transparent !important; 1642 - background-image: none !important; 1643 -} 1644 - */ 1645 -/* Keep large panels readable, but remove their inner gradients. 1646 -.industry-trust-section .industry-trust-panel, 1647 -.cta-panel, 1648 -.resource-inline-cta, 1649 -.resource-note, 1650 -.resource-cta { 1651 - background: #fff !important; 1652 - background-image: none !important; 1653 -} */
- 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