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