Changes for page Public Web Site
Last modified by Alex Cotiuga on 2026/07/29 05:00
From version 31.13
edited by Alex Cotiuga
on 2026/07/29 05:00
on 2026/07/29 05:00
Change comment:
There is no comment for this version
To version 4.9
edited by Alex Cotiuga
on 2026/05/01 13:05
on 2026/05/01 13:05
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 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,259 +2,194 @@ 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 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 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="$xwiki.getDocument('PublicWebSite.WebHome').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 -#* 44 - <section class="hero hero-centered" aria-labelledby="hero-title"> 45 - <div class="container hero-inner"> 46 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 47 - 6 + ## LANDING HERO 7 + <section class="landing-hero" aria-labelledby="hero-title"> 8 + <div class="container landing-hero-inner"> 9 + <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1> 48 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. 11 + Helping organizations safely upgrade, maintain, customize, and integrate their XWiki environments. 51 51 </p> 52 52 53 53 <ul class="benefits"> 54 - <li> XWikiLTS upgrades</li>55 - <li> Maintenanceandsupport</li>56 - <li>Custom XWiki development</li>57 - <li> Migrations andintegrations</li>15 + <li><a href="/services/xwiki-upgrades">Smooth upgrades</a></li> 16 + <li>Reliable support plans</li> 17 + <li>Custom integrations</li> 18 + <li>Secure, optimized platforms</li> 58 58 </ul> 59 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> 21 + <div class="cta-row"> 22 + <a class="btn-main" href="mailto:alex@agnease.com">Contact Agnease</a> 23 + <a class="btn-secondary" href="/services">View services</a> 64 64 </div> 65 65 </div> 66 66 </section> 67 -*# 68 - <section class="trust-strip" aria-label="Agnease experience"> 69 - <div class="container"> 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> 76 - </div> 77 - </section> 78 78 79 - <section aria-labelledby="platform-title"> 28 + ## WHY CHOOSE 29 + #set ($whySectionData = [{ 30 + 'title': 'Stability & security', 31 + 'icon': 'shield', 32 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.', 33 + 'url': '/services/xwiki-upgrades' 34 + },{ 35 + 'title': 'Predictable delivery', 36 + 'icon': 'check-square-o', 37 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.', 38 + 'url': '' 39 + },{ 40 + 'title': 'Clean integrations', 41 + 'icon': 'link', 42 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.', 43 + 'url': '/services/xwiki-integrations' 44 + },{ 45 + 'title': 'Long-term support', 46 + 'icon': 'life-ring', 47 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.', 48 + 'url': '/services/xwiki-maintenance-support' 49 + }]) 50 + 51 + <section aria-labelledby="why-title"> 80 80 <div class="container"> 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. 86 - </p> 53 + <h2 id="why-title">Why choose Agnease</h2> 54 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 87 87 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> 56 + <div class="widgets"> 57 + #foreach ($entry in $whySectionData) 58 + <article class="widget"> 59 + <div class="icon" aria-hidden="true"> 60 + <i class="fa fa-$entry.icon"></i> 61 + <h4>$entry.title</h4> 93 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> 108 - 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> 113 - </div> 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> 133 - </div> 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> 63 + <p>$entry.content</p> 64 + #if ($entry.url && $entry.url != '') 65 + <p class="card-link"><a href="$entry.url">Learn more</a></p> 66 + #end 67 + </article> 68 + #end 148 148 </div> 149 149 </div> 150 150 </section> 151 151 152 - <section class="industry-trust-section" aria-labelledby="industry-trust-title"> 153 - <div class="container"> 154 - <div class="industry-trust-panel"> 155 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2> 73 + ## SERVICES 74 + #set ($servicesSectionData = [{ 75 + 'title': 'XWiki Upgrades', 76 + 'icon': 'refresh', 77 + 'url': '/services/xwiki-upgrades', 78 + 'content': 'Stay current with the latest XWiki LTS and reduce security, stability, and compatibility risks.', 79 + 'items': [ 80 + 'Audit setup, extensions, and configurations', 81 + 'Test upgrades with backups and validation', 82 + 'Safe production rollout with minimal downtime' 83 + ] 84 + },{ 85 + 'title': 'Maintenance, Support & Recovery', 86 + 'icon': 'stethoscope', 87 + 'url': '/services/xwiki-maintenance-support', 88 + 'content': 'Ensure long-term stability and quick response when issues appear.', 89 + 'items': [ 90 + 'Monitoring and performance checks', 91 + 'Security patching, log analysis, triage', 92 + 'Issue recovery, data repair, hardening' 93 + ] 94 + },{ 95 + 'title': 'Development & Integrations', 96 + 'icon': 'cogs', 97 + 'url': '/services/xwiki-development-integrations', 98 + 'content': 'Extend and connect XWiki to fit your workflow and systems.', 99 + 'items': [ 100 + 'Custom apps, macros, automation', 101 + 'SSO, REST APIs, LDAP, CRM links', 102 + 'Maintainable extensions for long-term use' 103 + ] 104 + },{ 105 + 'title': 'Hosting & Deployment', 106 + 'icon': 'cloud', 107 + 'url': '/services/xwiki-hosting-deployment', 108 + 'content': 'Cloud-ready environments designed for reliability and performance.', 109 + 'items': [ 110 + 'Containerized deployment and TLS', 111 + 'Backups, restore strategy, observability', 112 + 'Optimization and load tuning' 113 + ] 114 + },{ 115 + 'title': 'Migrations to XWiki', 116 + 'icon': 'exchange', 117 + 'url': '/services/xwiki-migrations', 118 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 119 + 'items': [ 120 + 'Preserve hierarchy, attachments, and permissions', 121 + 'Convert macros, categories, and metadata for XWiki', 122 + 'Redirect old URLs and maintain SEO consistency' 123 + ] 124 + }]) 156 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> 179 - </div> 180 - </section> 181 - 182 - <section class="split-section" aria-labelledby="why-title"> 126 + <section class="services" aria-labelledby="services-title"> 183 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> 196 - </div> 128 + <h2 id="services-title">Services</h2> 129 + <p class="lead">All the XWiki services you need, delivered with precision and care</p> 197 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> 131 + <div class="services-grid"> 132 + #foreach ($entry in $servicesSectionData) 133 + <article class="service"> 134 + <div class="service-icon"> 135 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 136 + </div> 137 + <div class="service-body"> 138 + <h4> 139 + #if ($entry.url && $entry.url != '') 140 + <a href="$entry.url">$entry.title</a> 141 + #else 142 + $entry.title 143 + #end 144 + </h4> 145 + <p>$entry.content</p> 146 + <ul> 147 + #foreach ($item in $entry.items) 148 + <li>$item</li> 149 + #end 150 + </ul> 151 + #if ($entry.url && $entry.url != '') 152 + <p class="service-link"><a href="$entry.url">Learn more</a></p> 153 + #end 154 + </div> 155 + </article> 156 + #end 212 212 </div> 213 213 </div> 214 214 </section> 215 215 216 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 161 + ## CTA 162 + <section id="contact" class="cta-section"> 217 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. 164 + <p class="text-center contact-inline"> 165 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 221 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> 239 - </div> 240 240 </div> 241 241 </section> 169 + {{/html}} 170 +#end 242 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 - <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')">View service packages</a> 172 +#macro(requestConsultationModal) 173 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 174 + <div class="modal-dialog"> 175 + <div class="modal-content"> 176 + <div class="modal-header"> 177 + <button type="button" class="close" data-dismiss="modal">×</button> 178 + <h4 class="modal-title">Request a consultation</h4> 253 253 </div> 180 + <div class="modal-body"> 181 + <div> 182 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 183 + #displayFormFromSheetCode() 184 + </div> 185 + </div> 186 + <div class="modal-footer"> 187 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 188 + ## value="$escapetool.xml($services.localization.render('yesno_1'))"> 189 + </div> 254 254 </div> 255 - </section> 256 - 257 - {{/html}} 191 + </div> 192 + </div> 258 258 #end 259 259 260 260 #macro (stripHTMLMacro $displayOutput)
- agnease-xwiki-hero.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Admin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -981.8 KB - Content
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,1 +1,0 @@ 1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms. - metaTitle
-
... ... @@ -1,1 +1,0 @@ 1 -Professional XWiki Consulting, Upgrades and Development | Agnease
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,35 +1,16 @@ 1 -/* ========== Agnease Public Website ========== */ 2 - /*1 +/* ========== Agnease Public Website Theme ========== */ 2 + 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 -@brand-soft: #E7FFF8; 6 -@brand-bg: #F4FCFA; 7 7 @text: #2D3A34; 8 8 @muted: #5B6B64; 9 9 @line: #E4ECE9; 8 +@soft: #F6FBF9; 10 10 @radius: 16px; 11 -@shadow-sm: 0 6px 20px rgba(0, 0,0,.06);12 -@shadow: 0 12px 36px rgba(0, 0,0,.08);10 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 11 +@shadow: 0 12px 36px rgba(0,0,0,.08); 13 13 @maxw: 1140px; 14 -*/ 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 } ... ... @@ -38,16 +38,29 @@ 38 38 max-width: @maxw; 39 39 margin-left: auto; 40 40 margin-right: auto; 41 - padding-left: 18px; 42 - padding-right: 18px; 43 43 } 44 44 45 - html{46 - scroll-behavior:smooth;24 +.text-center { 25 + text-align: center; 47 47 } 48 48 28 +.lead { 29 + color: @muted; 30 + text-align: center; 31 + line-height: 1.5; 32 +} 33 + 34 +.page-lead { 35 + max-width: 760px; 36 + margin: 0 auto; 37 + color: @muted; 38 + font-size: 18px; 39 + line-height: 1.5; 40 + text-align: center; 41 +} 42 + 49 49 section { 50 - padding: @section-padding;44 + padding: 32px 0; 51 51 border-top: 1px solid @line; 52 52 53 53 &:first-of-type { ... ... @@ -55,333 +55,173 @@ 55 55 } 56 56 } 57 57 58 -section[id] { 59 - scroll-margin-top: 92px; 60 -} 61 - 62 -h1, 63 -h2, 64 -h3, 65 -h4 { 52 +h1, h2, h3, h4 { 66 66 color: @text; 67 67 } 68 68 69 69 h2 { 70 70 text-align: center; 71 - margin-top: 0; 72 72 } 73 73 74 -.lead { 75 - color: @muted; 76 - text-align: center; 77 - margin-bottom: 0; 60 +/* ===== Buttons / links ===== */ 61 + 62 +.btn-main, 63 +.btn-secondary { 64 + display: inline-block; 65 + border-radius: 8px; 66 + padding: 9px 14px; 67 + font-weight: 700; 68 + text-decoration: none; 69 + line-height: 1.2; 78 78 } 79 79 80 -.section-intro { 81 - max-width: 760px; 82 - margin: 10px auto 22px; 83 - text-align: center; 84 - color: @muted; 85 - font-size: 16px; 86 - line-height: 1.55; 72 +.btn-main { 73 + color: #fff; 74 + background: @brand; 75 + 76 + &:hover, 77 + &:focus { 78 + color: #fff; 79 + background: @brand-strong; 80 + text-decoration: none; 81 + } 87 87 } 88 88 89 -a { 84 +.btn-secondary { 90 90 color: @brand; 86 + background: fade(@brand, 8%); 87 + border: 1px solid fade(@brand, 20%); 91 91 92 92 &:hover, 93 93 &:focus { 94 94 color: @brand-strong; 92 + background: fade(@brand, 12%); 93 + text-decoration: 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); 97 +.cta-row { 98 + display: flex; 99 + gap: 10px; 100 + flex-wrap: wrap; 101 + justify-content: center; 102 + margin-top: 16px; 107 107 } 108 108 109 -.header-inner { 110 - min-height: 72px; 105 +/* ===== Landing page hero ===== */ 106 + 107 +.landing-hero { 108 + text-align: center; 109 + min-height: 340px; 111 111 display: flex; 112 112 align-items: center; 113 - justify-content: space-between; 114 - gap: 24px; 112 + justify-content: center; 113 + background: 114 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 115 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 115 115 } 116 116 117 -.site-nav { 118 - display: flex; 119 - align-items: center; 120 - gap: 8px; 121 - font-size: 15px; 122 - 123 - a { 124 - display: inline-flex; 125 - align-items: center; 126 - gap: 5px; 127 - padding: 8px 11px; 128 - border-radius: 9px; 129 - color: @text; 130 - background: transparent; 131 - text-decoration: none; 132 - font-weight: 600; 133 - line-height: 1.2; 134 - transition: 135 - color .18s ease, 136 - background .18s ease, 137 - box-shadow .18s ease, 138 - transform .18s ease; 139 - 140 - &:hover, 141 - &:focus { 142 - color: #fff; 143 - background: 144 - linear-gradient( 145 - 110deg, 146 - @text 0%, 147 - @text-soft 55%, 148 - @brand-strong 100% 149 - ); 150 - box-shadow: 0 8px 18px rgba(7, 24, 45, .14); 151 - text-decoration: none; 152 - transform: translateY(-1px); 153 - } 154 - 155 - &:focus-visible { 156 - outline: 2px solid fade(@brand, 45%); 157 - outline-offset: 2px; 158 - } 159 - 160 - i, 161 - .fa, 162 - .caret { 163 - color: inherit; 164 - } 165 - } 166 - 167 - .nav-cta { 168 - color: #fff; 169 - background: @brand; 170 - border: 1px solid @brand; 171 - border-radius: 9px; 172 - padding: 8px 14px; 173 - 174 - &:hover, 175 - &:focus { 176 - color: #fff; 177 - border-color: transparent; 178 - background: 179 - linear-gradient( 180 - 110deg, 181 - @text 0%, 182 - @text-soft 55%, 183 - @brand-strong 100% 184 - ); 185 - } 186 - } 118 +.landing-hero-inner { 119 + max-width: 860px; 120 + margin: 0 auto; 187 187 } 188 188 189 -/* ========== Buttons ========== */ 190 - 191 -/*.btn-primary { 192 - background: @brand; 193 - border-color: @brand; 194 - color: #fff; 195 - 196 - &:hover, 197 - &:focus { 198 - background: @brand-strong; 199 - border-color: @brand-strong; 200 - color: #fff; 201 - } 123 +.landing-hero h1 { 124 + margin: 0 0 10px; 125 + font-size: 36px; 126 + line-height: 1.18; 202 202 } 203 -*/ 204 -.btn-secondary { 205 - color: @text; 206 - background: #fff; 207 - border: 1px solid fade(@text, 35%); 208 208 129 +.landing-hero .lead { 130 + margin: 0 auto 12px; 131 + max-width: 760px; 132 + font-size: 18px; 209 209 } 210 210 211 -/* ===== =====Hero ==========*/135 +/* ===== Compact page header for section pages ===== */ 212 212 213 -.hero { 214 - overflow: hidden; 215 - background-repeat: no-repeat; 216 - background-attachment: scroll; 137 +.page-header-compact { 138 + padding: 34px 0 28px; 139 + text-align: center; 140 + border-top: none; 141 + background: 142 + radial-gradient(42rem 12rem at 50% -20%, #E7FFF8 0%, transparent 65%); 143 +} 217 217 218 - &.hero-centered { 219 - text-align: center; 220 - display: flex; 221 - align-items: center; 222 - justify-content: center; 223 - min-height: 330px; 224 - } 225 - 226 - .hero-inner { 227 - max-width: 860px; 228 - margin: 0 auto; 229 - display: flex; 230 - flex-direction: column; 231 - align-items: center; 232 - } 233 - 234 - h1 { 235 - max-width: 790px; 236 - margin-left: auto; 237 - margin-right: auto; 238 - line-height: 1.18; 239 - } 240 - 241 - .lead { 242 - max-width: 820px; 243 - font-size: 19px; 244 - line-height: 1.55; 245 - margin-top: 12px; 246 - } 247 - 248 - .benefits { 249 - display: flex; 250 - flex-wrap: wrap; 251 - justify-content: center; 252 - list-style: none; 253 - padding: 0; 254 - margin: 14px 0 0; 255 - color: @muted; 256 - font-size: 14px; 257 - 258 - li + li::before { 259 - content: "•"; 260 - margin: 0 6px; 261 - } 262 - } 145 +.page-header-compact .container { 146 + max-width: 850px; 263 263 } 264 264 265 -.hero-kicker { 266 - display: inline-flex; 267 - align-items: center; 268 - gap: 8px; 149 +.page-eyebrow { 150 + margin: 0 0 8px; 269 269 color: @brand; 270 - background: fade(@brand, 8%); 271 - border: 1px solid fade(@brand, 18%); 272 - border-radius: 999px; 273 - padding: 6px 12px; 274 - margin-bottom: 14px; 275 - font-size: 13px; 276 - font-weight: 700; 152 + font-size: 12px; 153 + font-weight: 800; 154 + text-transform: uppercase; 155 + letter-spacing: .08em; 277 277 } 278 278 279 -.hero-actions, 280 -#hero-cta { 158 +.page-header-compact h1 { 159 + margin: 0 0 10px; 160 + font-size: 34px; 161 + line-height: 1.15; 162 +} 163 + 164 +/* ===== Benefits / chips ===== */ 165 + 166 +.benefits, 167 +.inline-benefits { 281 281 display: flex; 282 - gap: 12px; 283 283 flex-wrap: wrap; 284 284 justify-content: center; 285 - margin-top: 22px; 171 + gap: 8px; 172 + list-style: none; 173 + padding: 0; 174 + margin: 12px 0 0; 286 286 } 287 287 288 -/* ========== Trust Strip ========== */ 289 - 290 -.trust-strip { 291 - padding: 18px 0; 292 - border-top: 1px solid @line; 293 - 294 - ul { 295 - max-width: 960px; 296 - margin: 0 auto; 297 - padding: 0; 298 - list-style: none; 299 - display: flex; 300 - justify-content: center; 301 - gap: 22px; 302 - flex-wrap: wrap; 303 - color: @muted; 304 - font-size: 13px; 305 - } 306 - 307 - li { 308 - display: flex; 309 - align-items: center; 310 - gap: 7px; 311 - } 312 - 313 - i { 314 - color: @brand; 315 - } 177 +.benefits li, 178 +.inline-benefits li { 179 + color: @muted; 180 + font-size: 13px; 181 + background: fade(@brand, 8%); 182 + border: 1px solid fade(@brand, 18%); 183 + border-radius: 999px; 184 + padding: 4px 10px; 316 316 } 317 317 318 -/* ===== =====Reusable Grids ==========*/187 +/* ===== Cards ===== */ 319 319 320 -.card-grid, 321 -.pathways, 322 -.services-grid, 323 -.resource-grid, 324 324 .widgets { 190 + margin-top: 16px; 325 325 display: grid; 326 - grid-gap: 18px; 327 - margin-left: auto; 328 - margin-right: auto; 192 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 193 + grid-gap: 16px; 329 329 } 330 330 331 -.card-grid, 332 -.pathways, 333 -.services-grid { 334 - grid-template-columns: repeat(3, minmax(0, 1fr)); 335 - max-width: 1040px; 336 - margin-top: 22px; 337 -} 338 - 339 -.resource-grid { 340 - grid-template-columns: repeat(2, minmax(0, 1fr)); 341 - max-width: 1040px; 342 - margin-top: 22px; 343 -} 344 - 345 -.widgets { 346 - grid-template-columns: repeat(4, minmax(0, 1fr)); 347 - max-width: 1040px; 348 - margin-top: 20px; 349 -} 350 - 351 -.card-grid > *, 352 -.pathways > *, 353 -.services-grid > *, 354 -.resource-grid > *, 355 -.widgets > * { 356 - min-width: 0; 357 -} 358 - 359 -/* ========== Shared Card Style ========== */ 360 - 361 -.widget, 362 -.pathway-card, 363 -.service-card, 364 -.resource-card { 196 +.widget { 197 + padding: 18px; 198 + background: #fff; 365 365 border: 1px solid @line; 366 366 border-radius: @radius; 367 367 box-shadow: @shadow-sm; 368 -} 369 - 370 -/* ========== Small Widgets ========== */ 371 - 372 -.widget { 373 - padding: 18px; 202 + transition: transform .18s ease, box-shadow .18s ease; 374 374 display: flex; 375 375 flex-direction: column; 376 376 height: 100%; 377 377 207 + &:hover { 208 + transform: translateY(-2px); 209 + box-shadow: @shadow; 210 + } 211 + 378 378 .icon { 379 379 display: flex; 380 380 align-items: center; 381 381 gap: 10px; 382 - padding-bottom: 8px;383 - margin-bottom: 10px;384 - border-bottom: 1px solid fade(@line, 70%);216 + padding-bottom: 6px; 217 + margin-bottom: 8px; 218 + border-bottom: 1px solid fade(@line, 60%); 385 385 386 386 i { 387 387 color: @brand; ... ... @@ -389,7 +389,7 @@ 389 389 390 390 h4 { 391 391 margin: 0; 392 - line-height: 1.2 5;226 + line-height: 1.2; 393 393 color: @text; 394 394 } 395 395 } ... ... @@ -399,1830 +399,278 @@ 399 399 color: @muted; 400 400 line-height: 1.45; 401 401 } 402 -} 403 403 404 -/* ========== Homepage Pathway Cards ========== */ 405 - 406 -.pathway-card { 407 - padding: 24px; 408 - display: flex; 409 - flex-direction: column; 410 - min-height: 100%; 411 - 412 - .card-heading { 413 - display: flex; 414 - align-items: center; 415 - gap: 14px; 416 - margin-bottom: 14px; 417 - } 418 - 419 - .pathway-icon { 420 - width: 52px; 421 - height: 52px; 422 - border-radius: 50%; 423 - display: flex; 424 - align-items: center; 425 - justify-content: center; 426 - color: @brand; 427 - background: fade(@brand, 10%); 428 - font-size: 19px; 429 - flex-shrink: 0; 430 - } 431 - 432 - h3 { 433 - margin: 0; 434 - color: @text; 435 - font-size: 22px; 436 - line-height: 1.25; 437 - } 438 - 439 - p { 440 - color: @muted; 441 - line-height: 1.55; 442 - margin: 0 0 16px; 443 - } 444 - 445 - ul { 446 - margin: 0 0 22px; 447 - padding-left: 18px; 448 - color: @muted; 449 - font-size: 14px; 450 - line-height: 1.55; 451 - } 452 - 453 - li { 454 - margin: 6px 0; 455 - } 456 - 457 457 .card-link { 458 - margin-top: auto; 459 - padding-top: 4px; 238 + margin-top: 12px; 460 460 461 461 a { 462 462 color: @brand; 463 463 font-weight: 700; 464 - text-decoration: underline;243 + text-decoration: none; 465 465 466 - &:hover, 467 - &:focus { 245 + &:hover { 468 468 color: @brand-strong; 247 + text-decoration: underline; 469 469 } 470 470 } 471 471 } 472 472 } 473 473 474 -.industry-trust-section { 475 - background: 476 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 253 +/* ===== Service / listing rows ===== */ 477 477 478 - .industry-trust-panel { 479 - max-width: 1040px; 480 - margin: 0 auto; 481 - padding: 30px 28px; 482 - border: 1px solid fade(@brand, 16%); 483 - border-radius: @radius; 484 - background: 485 - radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%); 486 - box-shadow: @shadow-sm; 487 - text-align: center; 488 - } 489 - 490 - h2 { 491 - margin-bottom: 12px; 492 - } 493 - 494 - .section-intro { 495 - margin-bottom: 20px; 496 - max-width: 820px; 497 - } 498 - 499 - .industry-tags { 500 - max-width: 880px; 501 - margin: 0 auto; 502 - display: flex; 503 - flex-wrap: wrap; 504 - justify-content: center; 505 - gap: 10px; 506 - } 507 - 508 - .industry-tags span { 509 - display: inline-flex; 510 - align-items: center; 511 - padding: 7px 12px; 512 - border: 1px solid fade(@brand, 20%); 513 - border-radius: 999px; 514 - background: #fff; 515 - color: @text; 516 - font-size: 13px; 517 - font-weight: 600; 518 - line-height: 1.2; 519 - box-shadow: 0 3px 10px rgba(0, 0, 0, .04); 520 - } 521 - 522 - .industry-support { 523 - max-width: 820px; 524 - margin: 22px auto 0; 525 - color: @muted; 526 - font-size: 16px; 527 - line-height: 1.6; 528 - } 255 +.services-grid { 256 + margin-top: 20px; 257 + display: flex; 258 + flex-wrap: wrap; 259 + gap: 24px; 260 + max-width: 960px; 261 + margin-left: auto; 262 + margin-right: auto; 263 + justify-content: center; 529 529 } 530 530 531 -@media (max-width: 640px) { 532 - .industry-trust-section { 533 - .industry-trust-panel { 534 - padding: 24px 18px; 535 - } 536 - 537 - .industry-tags { 538 - gap: 8px; 539 - } 540 - 541 - .industry-tags span { 542 - font-size: 12px; 543 - padding: 6px 10px; 544 - } 545 - } 266 +.service { 267 + flex: 0 1 calc(50% - 12px); 268 + display: flex; 269 + align-items: flex-start; 270 + gap: 16px; 271 + margin-bottom: 8px; 546 546 } 547 547 548 -/* ========== Services ========== */ 549 - 550 -.services { 551 - .services-grid { 552 - max-width: 1040px; 553 - } 554 - 555 - .service { 556 - display: flex; 557 - align-items: flex-start; 558 - gap: 16px; 559 - padding: 22px; 560 - border: 1px solid @line; 561 - border-radius: @radius; 562 - box-shadow: @shadow-sm; 563 - 564 - .service-icon { 565 - width: 46px; 566 - height: 46px; 567 - border-radius: 50%; 568 - display: flex; 569 - align-items: center; 570 - justify-content: center; 571 - font-size: 18px; 572 - color: @brand; 573 - background: fade(@brand, 10%); 574 - flex-shrink: 0; 575 - margin-top: 2px; 576 - } 577 - 578 - .service-body { 579 - h4 { 580 - margin: 0 0 6px; 581 - font-size: 18px; 582 - line-height: 1.25; 583 - font-weight: 800; 584 - color: @text; 585 - } 586 - 587 - p { 588 - margin: 0 0 8px; 589 - color: @muted; 590 - line-height: 1.5; 591 - } 592 - 593 - ul { 594 - margin: 9px 0 0; 595 - padding-left: 18px; 596 - color: @muted; 597 - font-size: 13px; 598 - line-height: 1.5; 599 - } 600 - 601 - li { 602 - margin: 4px 0; 603 - } 604 - } 605 - } 274 +.service-icon { 275 + width: 42px; 276 + height: 42px; 277 + border-radius: 50%; 278 + display: flex; 279 + align-items: center; 280 + justify-content: center; 281 + color: @brand; 282 + background: fade(@brand, 10%); 283 + flex-shrink: 0; 284 + margin-top: 3px; 606 606 } 607 607 608 -/* ========== Split / Process Section ========== */ 609 - 610 -.split-section { 611 - background: 612 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 613 -} 614 - 615 -.split-grid { 616 - display: grid; 617 - grid-template-columns: .95fr 1.05fr; 618 - grid-gap: 36px; 619 - max-width: 1040px; 620 - margin: 0 auto; 621 - align-items: stretch; 622 -} 623 - 624 -.split-copy { 625 - position: relative; 626 - overflow: hidden; 627 - min-height: 100%; 628 - padding: 42px 38px; 629 - border-radius: 26px; 630 - background: 631 - radial-gradient(circle at 86% 12%, fade(@brand, 22%) 0%, transparent 32%), 632 - linear-gradient(135deg, @text 0%, @text-soft 100%); 633 - color: #fff; 634 - box-shadow: @shadow; 635 - 636 - &::before { 637 - content: ""; 638 - position: absolute; 639 - inset: 0; 640 - background: 641 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px), 642 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px); 643 - background-size: 48px 48px; 644 - opacity: .36; 645 - pointer-events: none; 646 - } 647 - 648 - h2, 649 - p { 650 - position: relative; 651 - z-index: 1; 652 - } 653 - 654 - h2 { 655 - text-align: left; 656 - margin: 0 0 18px; 657 - color: #fff; 658 - font-size: 30px; 659 - line-height: 1.18; 660 - letter-spacing: -.02em; 661 - } 662 - 663 - p { 664 - margin: 0 0 18px; 665 - color: #DBE4EF; 666 - line-height: 1.65; 667 - 668 - &:last-child { 669 - margin-bottom: 0; 670 - } 671 - } 672 - 673 - h3, 287 +.service-body { 674 674 h4 { 675 - position: relative; 676 - z-index: 1; 677 - margin: 0 0 16px; 678 - color: #fff; 679 - font-size: 24px; 680 - line-height: 1.2; 289 + margin: 0 0 4px; 290 + font-size: 1.125rem; 681 681 font-weight: 800; 682 - } 683 683 684 - h2 i, 685 - h3 i, 686 - h4 i { 687 - margin-right: 8px; 688 - color: @brand; 689 - } 293 + a { 294 + color: @text; 295 + text-decoration: none; 690 690 691 - ul { 692 - position: relative; 693 - z-index: 1; 694 - margin: 18px 0 0; 695 - padding: 0; 696 - list-style: none; 697 - } 698 - 699 - li { 700 - position: relative; 701 - margin: 10px 0; 702 - padding-left: 28px; 703 - color: #DBE4EF; 704 - line-height: 1.5; 705 - 706 - &::before { 707 - content: "\f00c"; 708 - font-family: FontAwesome; 709 - position: absolute; 710 - left: 0; 711 - top: 1px; 712 - color: @brand; 297 + &:hover { 298 + color: @brand; 299 + text-decoration: underline; 300 + } 713 713 } 714 714 } 715 -} 716 716 717 -.process-list { 718 - counter-reset: process; 719 - margin: 0; 720 - padding: 0; 721 - list-style: none; 722 - 723 - li { 724 - counter-increment: process; 725 - position: relative; 726 - min-height: 104px; 727 - padding: 24px 26px 24px 82px; 728 - margin-bottom: 18px; 729 - border: 1px solid @line; 730 - border-radius: @radius; 731 - background: #fff; 732 - box-shadow: @shadow-sm; 733 - color: @muted; 734 - line-height: 1.5; 735 - 736 - &:last-child { 737 - margin-bottom: 0; 738 - } 739 - 740 - &:before { 741 - content: counter(process); 742 - position: absolute; 743 - left: 26px; 744 - top: 26px; 745 - width: 38px; 746 - height: 38px; 747 - border-radius: 50%; 748 - background: @brand; 749 - color: #fff; 750 - display: flex; 751 - align-items: center; 752 - justify-content: center; 753 - font-weight: 800; 754 - box-shadow: 0 0 0 8px fade(@brand, 10%); 755 - } 756 - 757 - strong { 758 - display: block; 759 - color: @text; 760 - margin-bottom: 5px; 761 - font-size: 16px; 762 - line-height: 1.3; 763 - } 764 - } 765 -} 766 - 767 -/* ===== Contact page side panel ===== */ 768 - 769 -.contact-side-panel { 770 - padding-top: 10px; 771 -} 772 - 773 -.contact-help-panel { 774 - margin-bottom: 18px; 775 - padding: 30px 28px; 776 -} 777 - 778 -.contact-help-panel h2 { 779 - font-size: 24px; 780 -} 781 - 782 -.contact-process-list li { 783 - min-height: auto; 784 -} 785 - 786 -/* CSS for hidden field to identify requests filled by bots. */ 787 -.contact-hp-wrapper { 788 - position: absolute; 789 - left: -9999px; 790 - width: 1px; 791 - height: 1px; 792 - overflow: hidden; 793 -} 794 - 795 -/* ========== Resources ========== */ 796 - 797 -.resource-strip { 798 - background: @brand-bg; 799 -} 800 - 801 -.resource-card { 802 - background-color: #fff; 803 - padding: 20px; 804 - 805 - h4 { 806 - margin: 0 0 8px; 807 - color: @text; 808 - font-size: 18px; 809 - line-height: 1.25; 810 - } 811 - 812 812 p { 813 - color:@muted;814 - margin:0 0 12px;305 + margin: 0 0 6px; 306 + color: @text; 815 815 line-height: 1.5; 816 816 } 817 817 818 - a { 819 - color: @brand; 820 - font-weight: 700; 821 - } 822 -} 823 - 824 -/* ========== Homepage Resource Strip ========== */ 825 - 826 -.homepage-resource-strip { 827 - background: 828 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 829 - 830 - .resource-grid { 831 - max-width: 1040px; 832 - margin: 22px auto 0; 833 - display: grid; 834 - grid-template-columns: repeat(2, minmax(0, 1fr)); 835 - grid-gap: 22px; 836 - align-items: stretch; 837 - } 838 - 839 - .resource-card { 840 - display: flex; 841 - flex-direction: column; 842 - min-width: 0; 843 - min-height: 100%; 844 - padding: 26px; 845 - } 846 - 847 - .resource-card h4 { 848 - margin: 0 0 10px; 849 - color: @text; 850 - font-size: 21px; 851 - line-height: 1.25; 852 - font-weight: 700; 853 - } 854 - 855 - .resource-card p { 856 - margin: 0 0 18px; 310 + ul { 311 + margin: .45rem 0 0; 312 + padding-left: 1.1rem; 857 857 color: @muted; 858 - font-size: 15px; 859 - line-height: 1.6; 314 + font-size: 13px; 860 860 } 861 861 862 - .resource-card a { 863 - margin-top: auto; 864 - color: @brand; 865 - font-weight: 700; 866 - text-decoration: underline; 867 - 868 - &:hover, 869 - &:focus { 870 - color: @brand-strong; 871 - } 317 + li { 318 + margin: .25rem 0; 319 + line-height: 1.45; 872 872 } 873 -} 874 874 875 -@media (max-width: 980px) { 876 - .homepage-resource-strip { 877 - .resource-grid { 878 - grid-template-columns: 1fr; 879 - } 880 - } 881 -} 322 + .service-link { 323 + margin-top: .45rem; 324 + font-size: 13px; 882 882 883 -@media (max-width: 640px) { 884 - .homepage-resource-strip { 885 - .resource-card { 886 - padding: 22px; 887 - } 888 - 889 - .resource-card h4 { 890 - font-size: 19px; 891 - } 892 - } 893 -} 894 - 895 -/* ========== CTA ========== */ 896 - 897 -.cta-section { 898 - border: none; 899 - 900 - .contact-inline { 901 - margin: 0; 902 - color: @muted; 903 - 904 904 a { 905 905 color: @brand; 906 - }907 - }328 + font-weight: 700; 329 + text-decoration: none; 908 908 909 - .cta-panel { 910 - position: relative; 911 - overflow: hidden; 912 - max-width: 1040px; 913 - margin: 0 auto; 914 - padding: 48px 40px; 915 - border: 0; 916 - border-radius: 26px; 917 - background: 918 - radial-gradient(circle at 88% 10%, fade(@brand, 24%) 0%, transparent 30%), 919 - linear-gradient(135deg, @text 0%, @text-soft 100%); 920 - color: #fff; 921 - box-shadow: @shadow; 922 - text-align: center; 923 - 924 - &::before { 925 - content: ""; 926 - position: absolute; 927 - inset: 0; 928 - background: 929 - linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px), 930 - linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px); 931 - background-size: 48px 48px; 932 - opacity: .4; 933 - pointer-events: none; 934 - } 935 - 936 - > h2, 937 - > p, 938 - > form, 939 - > .hero-actions, 940 - > .cta-actions, 941 - > .reviewNotifications { 942 - position: relative; 943 - z-index: 1; 944 - } 945 - 946 - > h2 { 947 - max-width: 760px; 948 - margin: 0 auto 16px; 949 - color: #fff; 950 - } 951 - 952 - > p { 953 - max-width: 760px; 954 - margin: 0 auto 28px; 955 - color: #DBE4EF; 956 - font-size: 16px; 957 - line-height: 1.6; 958 - } 959 - 960 - .btn-primary { 961 - border-color: #fff; 962 - background: #fff; 963 - color: @text; 964 - box-shadow: 0 18px 42px rgba(0, 0, 0, .18); 965 - 966 - &:hover, 967 - &:focus { 968 - border-color: #fff; 969 - background: #fff; 331 + &:hover { 970 970 color: @brand-strong; 971 - text-decoration: n one;333 + text-decoration: underline; 972 972 } 973 973 } 974 974 } 975 975 } 976 976 977 -/* ===== =====Responsive ==========*/339 +/* ===== Split section ===== */ 978 978 979 -@media (max-width: 980px) { 980 - .widgets, 981 - .pathways, 982 - .services-grid, 983 - .resource-grid { 984 - grid-template-columns: repeat(2, minmax(0, 1fr)); 985 - } 986 - 987 - .split-grid { 988 - grid-template-columns: 1fr; 989 - } 990 - 991 - .split-copy { 992 - padding: 34px 28px; 993 - 994 - h2 { 995 - text-align: center; 996 - } 997 - } 998 -} 999 - 1000 -/* ========== XWiki notifications inside public CTA panels ========== */ 1001 - 1002 -#mainContentArea { 1003 - .cta-panel { 1004 - .reviewNotifications { 1005 - position: relative; 1006 - z-index: 1; 1007 - max-width: 920px; 1008 - margin: 22px auto 0; 1009 - text-align: left; 1010 - } 1011 - } 1012 -} 1013 - 1014 -@media (max-width: 760px) { 1015 - section[id] { 1016 - scroll-margin-top: 132px; 1017 - } 1018 - 1019 - .header-inner { 1020 - min-height: auto; 1021 - padding-top: 14px; 1022 - padding-bottom: 14px; 1023 - flex-direction: column; 1024 - align-items: center; 1025 - gap: 12px; 1026 - } 1027 - 1028 - .site-nav { 1029 - width: 100%; 1030 - justify-content: center; 1031 - flex-wrap: wrap; 1032 - gap: 10px 16px; 1033 - font-size: 14px; 1034 - 1035 - .nav-cta { 1036 - padding: 7px 12px; 1037 - } 1038 - } 1039 - 1040 - .hero.hero-centered { 1041 - min-height: 280px; 1042 - } 1043 - 1044 - .hero { 1045 - .lead { 1046 - font-size: 17px; 1047 - } 1048 - 1049 - .benefits { 1050 - gap: 4px 10px; 1051 - 1052 - li + li::before { 1053 - content: none; 1054 - } 1055 - } 1056 - } 1057 -} 1058 - 1059 -@media (max-width: 640px) { 1060 - section { 1061 - padding: @section-padding-mobile; 1062 - } 1063 - 1064 - .widgets, 1065 - .pathways, 1066 - .services-grid, 1067 - .resource-grid { 1068 - grid-template-columns: 1fr; 1069 - } 1070 - 1071 - .pathway-card, 1072 - .services .service, 1073 - .resource-card, 1074 - .widget { 1075 - padding: 20px; 1076 - } 1077 - 1078 - .split-copy { 1079 - padding: 30px 22px; 1080 - border-radius: 20px; 1081 - } 1082 - 1083 - .process-list li { 1084 - padding: 22px 20px 22px 68px; 1085 - 1086 - &:before { 1087 - left: 20px; 1088 - top: 22px; 1089 - width: 32px; 1090 - height: 32px; 1091 - } 1092 - } 1093 - 1094 - .services .service { 1095 - gap: 14px; 1096 - } 1097 - 1098 - .cta-section { 1099 - .cta-panel { 1100 - padding: 30px 22px; 1101 - border-radius: 20px; 1102 - 1103 - .btn-primary { 1104 - width: 100%; 1105 - } 1106 - } 1107 - } 1108 -} 1109 - 1110 -/* ========== Resource / Article Pages ========== */ 1111 - 1112 -.resource-page { 1113 - padding-top: 0; 1114 -} 1115 - 1116 -.resource-header { 1117 - padding: @section-padding; 1118 - border-top: none; 1119 - 1120 - h1 { 1121 - margin: 0 auto 14px; 1122 - text-align: center; 1123 - line-height: 1.18; 1124 - } 1125 - 1126 - .resource-summary { 1127 - max-width: 780px; 1128 - margin: 0 auto; 1129 - color: @muted; 1130 - text-align: center; 1131 - font-size: 18px; 1132 - line-height: 1.55; 1133 - } 1134 -} 1135 - 1136 -.resource-layout { 1137 - display: block; 1138 - max-width: 1080px; 341 +.split-section { 342 + display: grid; 343 + grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); 344 + gap: 32px; 345 + align-items: start; 346 + max-width: 960px; 1139 1139 margin: 0 auto; 1140 - padding-top: 28px; 1141 1141 } 1142 1142 1143 -.resource-layout::after { 1144 - content: ""; 1145 - display: block; 1146 - clear: both; 1147 -} 1148 - 1149 -.resource-content { 1150 - color: @text; 1151 - font-size: 16px; 1152 - line-height: 1.68; 1153 - 1154 - h2 { 1155 - text-align: left; 1156 - margin: 34px 0 12px; 1157 - line-height: 1.28; 1158 - } 1159 - 1160 - h3 { 1161 - margin: 24px 0 8px; 1162 - line-height: 1.3; 1163 - } 1164 - 1165 - p { 1166 - margin: 0 0 16px; 1167 - } 1168 - 1169 - ul, 1170 - ol { 1171 - margin: 0 0 18px; 1172 - padding-left: 22px; 1173 - } 1174 - 1175 - li { 1176 - margin: 6px 0; 1177 - } 1178 - 1179 - strong { 1180 - color: @text; 1181 - } 1182 -} 1183 - 1184 -.resource-note { 1185 - border-left: 4px solid @brand; 350 +.panel { 1186 1186 background: #fff; 1187 - padding: 16px 18px; 1188 - margin: 22px 0; 1189 - border-radius: 0 @radius @radius 0; 1190 - 1191 - p:last-child { 1192 - margin-bottom: 0; 1193 - } 1194 -} 1195 - 1196 -.resource-note.related-resources { 1197 - p { 1198 - margin-bottom: 10px; 1199 - } 1200 - 1201 - ul { 1202 - margin: 0; 1203 - padding-left: 20px; 1204 - } 1205 - 1206 - li { 1207 - margin: 6px 0; 1208 - color: @muted; 1209 - } 1210 -} 1211 - 1212 -.resource-faq-item { 1213 - display: flow-root; 1214 - border-bottom: 1px solid @line; 1215 - padding: 12px 0; 1216 - 1217 - summary { 1218 - cursor: pointer; 1219 - font-weight: 700; 1220 - color: @text; 1221 - line-height: 1.4; 1222 - } 1223 - 1224 - summary:hover, 1225 - summary:focus { 1226 - color: @brand-strong; 1227 - } 1228 - 1229 - p { 1230 - margin: 10px 0 4px; 1231 - color: @muted; 1232 - } 1233 -} 1234 - 1235 -.resource-checklist { 1236 - margin: 18px 0 24px; 1237 - padding: 0; 1238 - list-style: none; 1239 - 1240 - li { 1241 - position: relative; 1242 - padding: 10px 0 10px 34px; 1243 - border-bottom: 1px solid @line; 1244 - 1245 - &:before { 1246 - content: "\f00c"; 1247 - font-family: FontAwesome; 1248 - position: absolute; 1249 - left: 0; 1250 - top: 11px; 1251 - color: @brand; 1252 - } 1253 - } 1254 -} 1255 - 1256 -.resource-sidebar { 1257 - float: right; 1258 - width: 280px; 1259 - margin-left: 42px; 1260 - margin-bottom: 28px; 1261 - position: sticky; 1262 - top: 96px; 1263 1263 border: 1px solid @line; 1264 1264 border-radius: @radius; 1265 - padding: 18px; 1266 1266 box-shadow: @shadow-sm; 355 + padding: 20px; 356 +} 1267 1267 1268 - h4 { 1269 - margin: 0 0 10px; 1270 - } 1271 - 1272 - ul { 1273 - margin: 0; 1274 - padding-left: 18px; 1275 - color: @muted; 1276 - } 1277 - 1278 - li { 1279 - margin: 8px 0; 1280 - } 1281 - 1282 - a { 1283 - color: @brand; 1284 - font-weight: 600; 1285 - } 358 +.panel h3 { 359 + margin-top: 0; 1286 1286 } 1287 1287 1288 -.resource-cta { 1289 - display: flex; 1290 - flex-direction: column; 1291 - align-items: center; 1292 - text-align: center; 362 +/* ===== Contact / form page ===== */ 1293 1293 1294 - max-width: 820px; 1295 - margin: 42px auto 0; 1296 - padding: 28px 30px; 1297 - border: 1px solid fade(@brand, 20%); 1298 - border-radius: @radius; 1299 - background: @brand-bg; 1300 - 1301 - h3 { 1302 - margin-top: 0; 1303 - margin-bottom: 10px; 1304 - } 1305 - 1306 - p { 1307 - max-width: 680px; 1308 - margin-left: auto; 1309 - margin-right: auto; 1310 - color: @muted; 1311 - } 1312 - 1313 - .btn { 1314 - margin-top: 8px; 1315 - } 364 +.contact-layout { 365 + display: grid; 366 + grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); 367 + gap: 32px; 368 + max-width: 1000px; 369 + margin: 0 auto; 370 + align-items: start; 1316 1316 } 1317 1317 1318 -.resource-inline-cta { 1319 - display: flex; 1320 - align-items: center; 1321 - justify-content: space-between; 1322 - gap: 22px; 1323 - margin: 30px 0; 1324 - padding: 20px 22px; 373 +.contact-card { 374 + background: #fff; 1325 1325 border: 1px solid @line; 1326 - border-left: 4px solid @brand; 1327 1327 border-radius: @radius; 1328 - background: #fff; 1329 1329 box-shadow: @shadow-sm; 1330 - 1331 - p { 1332 - margin: 0; 1333 - color: @muted; 1334 - line-height: 1.55; 1335 - } 1336 - 1337 - strong { 1338 - display: block; 1339 - margin-bottom: 4px; 1340 - color: @text; 1341 - font-size: 17px; 1342 - line-height: 1.3; 1343 - } 1344 - 1345 - .btn { 1346 - flex-shrink: 0; 1347 - white-space: nowrap; 1348 - } 378 + padding: 20px; 1349 1349 } 1350 1350 1351 -.resource-note, 1352 -.resource-checklist, 1353 -.resource-cta, 1354 -.resource-inline-cta { 1355 - display: flow-root; 381 +.contact-card h3 { 382 + margin-top: 0; 1356 1356 } 1357 1357 1358 -@media (max-width: 767px) { 1359 - .resource-cta { 1360 - padding: 24px 20px; 1361 - } 1362 -} 385 +.contact-list { 386 + list-style: none; 387 + padding: 0; 388 + margin: 12px 0 0; 1363 1363 1364 -@media (max-width: 767px) { 1365 - .resource-inline-cta { 1366 - display: block; 1367 - 1368 - p { 1369 - margin-bottom: 14px; 1370 - } 1371 - 1372 - .btn { 1373 - display: block; 1374 - width: 100%; 1375 - white-space: normal; 1376 - } 1377 - } 1378 -} 1379 - 1380 -@media (max-width: 900px) { 1381 - .resource-layout { 1382 - padding-top: 22px; 1383 - } 1384 - 1385 - .resource-sidebar { 1386 - float: none; 1387 - width: 100%; 1388 - margin-left: 0; 1389 - margin-bottom: 24px; 1390 - position: static; 1391 - } 1392 -} 1393 - 1394 -/* ========== Products / Extensions Pages ========== */ 1395 - 1396 -.product-index-section { 1397 - padding: @section-padding; 1398 - 1399 - h2 { 1400 - margin-bottom: 10px; 1401 - } 1402 -} 1403 - 1404 -.product-card-grid { 1405 - max-width: 980px; 1406 - margin: 26px auto 0; 1407 - display: grid; 1408 - grid-template-columns: 1fr; 1409 - grid-gap: 22px; 1410 -} 1411 - 1412 -.product-card { 1413 - position: relative; 1414 - border: 1px solid @line; 1415 - border-radius: @radius; 1416 - box-shadow: @shadow-sm; 1417 - padding: 32px; 1418 - display: grid; 1419 - grid-template-columns: 70px 1fr; 1420 - grid-gap: 24px; 1421 - align-items: start; 1422 - overflow: hidden; 1423 - 1424 - &:before { 1425 - content: ""; 1426 - position: absolute; 1427 - inset: 0 auto 0 0; 1428 - width: 5px; 1429 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1430 - } 1431 - 1432 - .product-card-icon { 1433 - width: 58px; 1434 - height: 58px; 1435 - border-radius: 50%; 1436 - background: fade(@brand, 10%); 1437 - border: 1px solid fade(@brand, 22%); 1438 - color: @brand; 1439 - display: flex; 1440 - align-items: center; 1441 - justify-content: center; 1442 - font-size: 22px; 1443 - flex-shrink: 0; 1444 - } 1445 - 1446 - .product-card-body { 1447 - min-width: 0; 1448 - } 1449 - 1450 - h3 { 1451 - margin: 0 0 10px; 1452 - color: @text; 1453 - font-size: 25px; 1454 - line-height: 1.22; 1455 - font-weight: 800; 1456 - } 1457 - 1458 - p { 390 + li { 391 + margin: 8px 0; 1459 1459 color: @muted; 1460 - line-height: 1.6; 1461 1461 } 1462 1462 1463 - .product-card-description { 1464 - max-width: 760px; 1465 - margin: 0 0 14px; 1466 - font-size: 16px; 1467 - } 1468 -} 1469 - 1470 -.product-card-kicker { 1471 - display: inline-flex; 1472 - align-items: center; 1473 - gap: 7px; 1474 - width: fit-content; 1475 - margin-bottom: 10px; 1476 - padding: 5px 10px; 1477 - border: 1px solid fade(@brand, 24%); 1478 - border-radius: 999px; 1479 - background: fade(@brand, 8%); 1480 - color: @brand-strong; 1481 - font-size: 12px; 1482 - font-weight: 800; 1483 - text-transform: uppercase; 1484 - letter-spacing: .04em; 1485 - 1486 1486 i { 1487 1487 color: @brand; 397 + margin-right: 8px; 1488 1488 } 1489 -} 1490 1490 1491 -.product-highlights { 1492 - margin: 14px 0 22px; 1493 - padding-left: 18px; 1494 - color: @muted; 1495 - 1496 - li { 1497 - margin: 6px 0; 1498 - line-height: 1.45; 400 + a { 401 + color: @brand; 1499 1499 } 1500 1500 } 1501 1501 1502 -.product-card-actions { 1503 - display: flex; 1504 - align-items: center; 1505 - gap: 16px; 1506 - flex-wrap: wrap; 1507 - 1508 - .btn { 1509 - font-weight: 700; 1510 - } 1511 -} 1512 - 1513 -@media (max-width: 640px) { 1514 - .product-card { 1515 - grid-template-columns: 1fr; 1516 - padding: 26px 22px; 1517 - text-align: left; 1518 - 1519 - &:before { 1520 - width: 4px; 1521 - } 1522 - 1523 - .product-card-icon { 1524 - margin-bottom: 2px; 1525 - } 1526 - 1527 - h3 { 1528 - font-size: 22px; 1529 - } 1530 - } 1531 - 1532 - .product-card-actions { 1533 - gap: 12px; 1534 - } 1535 -} 1536 - 1537 -/* ========== Individual Product Pages ========== */ 1538 - 1539 -.product-layout { 1540 - display: grid; 1541 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); 1542 - grid-gap: 32px; 1543 - max-width: 1040px; 1544 - margin: 0 auto; 1545 - align-items: start; 1546 -} 1547 - 1548 -.product-summary-card, 1549 -.product-info-card, 1550 -.product-feature, 1551 -.product-gallery-panel { 405 +.form-panel { 406 + background: #fff; 1552 1552 border: 1px solid @line; 1553 1553 border-radius: @radius; 1554 1554 box-shadow: @shadow-sm; 410 + padding: 22px; 1555 1555 } 1556 1556 1557 -.product-summary-card { 1558 - padding: 28px; 1559 - 1560 - h2 { 1561 - text-align: left; 1562 - margin-top: 0; 1563 - margin-bottom: 14px; 1564 - line-height: 1.25; 1565 - } 1566 - 1567 - p { 1568 - color: @muted; 1569 - line-height: 1.62; 1570 - } 1571 - 1572 - p:last-child { 1573 - margin-bottom: 0; 1574 - } 413 +.form-panel .xform dl { 414 + margin: 0; 1575 1575 } 1576 1576 1577 -.product-info-card { 1578 - padding: 24px; 1579 - 1580 - h3 { 1581 - margin-top: 0; 1582 - margin-bottom: 12px; 1583 - line-height: 1.3; 1584 - } 1585 - 1586 - p { 1587 - color: @muted; 1588 - line-height: 1.55; 1589 - } 1590 - 1591 - ul { 1592 - margin: 0; 1593 - padding-left: 20px; 1594 - color: @muted; 1595 - } 1596 - 1597 - li { 1598 - margin: 8px 0; 1599 - line-height: 1.3; 1600 - } 417 +.form-panel .xform dt { 418 + margin-top: 12px; 1601 1601 } 1602 1602 1603 -.product-card-note { 1604 - margin: 0 0 14px; 1605 - color: @muted; 1606 - line-height: 1.55; 421 +.form-panel .xform dt:first-child { 422 + margin-top: 0; 1607 1607 } 1608 1608 1609 -.product-feature-grid { 1610 - display: grid; 1611 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1612 - grid-gap: 20px; 1613 - max-width: 1040px; 1614 - margin: 24px auto 0; 425 +.form-panel .xform label { 426 + color: @text; 427 + font-weight: 700; 1615 1615 } 1616 1616 1617 -.product-feature { 1618 - padding: 24px; 1619 - min-width: 0; 1620 - min-height: 100%; 1621 - 1622 - .card-heading, 1623 - .feature-heading { 1624 - display: flex; 1625 - align-items: center; 1626 - gap: 14px; 1627 - margin-bottom: 14px; 1628 - } 1629 - 1630 - .feature-icon { 1631 - width: 46px; 1632 - height: 46px; 1633 - border-radius: 50%; 1634 - background: fade(@brand, 10%); 1635 - color: @brand; 1636 - display: flex; 1637 - align-items: center; 1638 - justify-content: center; 1639 - font-size: 18px; 1640 - flex-shrink: 0; 1641 - } 1642 - 1643 - h3 { 1644 - margin: 0; 1645 - color: @text; 1646 - font-size: 18px; 1647 - line-height: 1.25; 1648 - } 1649 - 1650 - p { 1651 - margin: 0; 1652 - color: @muted; 1653 - line-height: 1.52; 1654 - } 1655 -} 1656 - 1657 -.product-gallery-caption { 1658 - max-width: 820px; 1659 - margin: 12px auto 0; 430 +.form-panel .xform .xHint { 431 + display: block; 1660 1660 color: @muted; 1661 - font-size: 14px; 1662 - line-height: 1.5; 1663 - text-align: center; 433 + font-size: 12px; 434 + margin-top: 2px; 1664 1664 } 1665 1665 1666 -/* Keep the default XWiki gallery style. 1667 - Only add spacing before it and center it. */ 1668 -.gallery.xGallery { 1669 - margin: 25px auto; 1670 - width: 920px; 1671 - height: 518px; 437 +.form-panel .xform dd { 438 + margin-left: 0; 439 + margin-bottom: 10px; 1672 1672 } 1673 1673 1674 -.product-section-muted { 1675 - background: 1676 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 442 +.form-panel input[type="text"], 443 +.form-panel input[type="email"], 444 +.form-panel textarea, 445 +.form-panel select { 446 + width: 100%; 447 + max-width: 100%; 448 + border: 1px solid @line; 449 + border-radius: 8px; 450 + padding: 8px 10px; 1677 1677 } 1678 1678 1679 -/* Compact process list when used inside a product card. */ 1680 -.product-summary-card .process-list { 1681 - margin-top: 16px; 453 +/* ===== CTA ===== */ 1682 1682 1683 - li { 1684 - padding: 13px 14px 13px 50px; 1685 - margin-bottom: 10px; 1686 - box-shadow: none; 1687 - } 1688 - 1689 - li:before { 1690 - left: 14px; 1691 - top: 14px; 1692 - width: 24px; 1693 - height: 24px; 1694 - font-size: 12px; 1695 - } 1696 - 1697 - strong { 1698 - margin-bottom: 2px; 1699 - } 455 +.cta-section { 456 + padding: 24px 0 16px; 1700 1700 } 1701 1701 1702 -/* Kept for older product pages that still use a screenshot placeholder/panel. */ 1703 -.product-gallery-panel { 1704 - max-width: 1040px; 1705 - margin: 20px auto 0; 1706 - padding: 26px; 1707 - 1708 - h2 { 1709 - margin-top: 0; 1710 - text-align: center; 1711 - } 1712 - 1713 - .gallery-note { 1714 - max-width: 700px; 1715 - margin: 0 auto 18px; 1716 - color: @muted; 1717 - text-align: center; 1718 - line-height: 1.55; 1719 - } 1720 -} 1721 - 1722 -.product-gallery-placeholder { 1723 - min-height: 260px; 1724 - padding: 28px; 1725 - border: 1px dashed fade(@brand, 40%); 1726 - border-radius: @radius; 1727 - background: fade(@brand, 5%); 459 +.contact-inline { 460 + margin: 0; 1728 1728 color: @muted; 1729 - text-align: center; 1730 - display: flex; 1731 - align-items: center; 1732 - justify-content: center; 1733 -} 1734 1734 1735 -@media (max-width: 980px) { 1736 - .product-layout, 1737 - .product-feature-grid { 1738 - grid-template-columns: 1fr; 1739 - } 1740 - 1741 - .product-summary-card h2 { 1742 - text-align: center; 1743 - } 1744 -} 1745 - 1746 -@media (max-width: 640px) { 1747 - .product-card { 1748 - grid-template-columns: 1fr; 1749 - padding: 22px; 1750 - text-align: left; 1751 - 1752 - .product-card-icon { 1753 - margin-bottom: 2px; 1754 - } 1755 - } 1756 - 1757 - .product-summary-card, 1758 - .product-info-card, 1759 - .product-feature, 1760 - .product-gallery-panel { 1761 - padding: 20px; 1762 - } 1763 - 1764 - .product-feature { 1765 - .card-heading, 1766 - .feature-heading { 1767 - gap: 12px; 1768 - } 1769 - 1770 - .feature-icon { 1771 - width: 42px; 1772 - height: 42px; 1773 - font-size: 16px; 1774 - } 1775 - } 1776 - 1777 - .gallery.xGallery { 1778 - margin-top: 22px !important; 1779 - } 1780 - 1781 - .product-gallery-caption { 1782 - margin-top: 10px; 1783 - padding: 0 14px; 1784 - } 1785 - 1786 - .product-summary-card .process-list li { 1787 - padding-left: 46px; 1788 - } 1789 -} 1790 - 1791 -/* ========== Resources Index ========== */ 1792 - 1793 -.resources-index-page { 1794 - 1795 - .services-grid { 1796 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1797 - } 1798 -} 1799 - 1800 -@media (max-width: 980px) { 1801 - .resources-index-page { 1802 - .services-grid { 1803 - grid-template-columns: 1fr; 1804 - } 1805 - } 1806 -} 1807 - 1808 -@media (max-width: 767px) { 1809 - .resources-index-page { 1810 - padding: @section-padding-mobile; 1811 - } 1812 -} 1813 - 1814 -.resource-faq-item { 1815 - border-bottom: 1px solid @line; 1816 - padding: 12px 0; 1817 - 1818 - summary { 1819 - cursor: pointer; 463 + a { 464 + color: @brand; 1820 1820 font-weight: 700; 1821 - color: @text; 1822 1822 } 1823 - 1824 - p { 1825 - margin: 10px 0 4px; 1826 - color: @muted; 1827 - } 1828 1828 } 1829 1829 1830 -/* ===== =====GlobalTheme Background==========*/469 +/* ===== Compact sections ===== */ 1831 1831 1832 -html, 1833 -body { 1834 - min-height: 100%; 471 +.compact-section { 472 + padding: 28px 0; 1835 1835 } 1836 1836 1837 -body { 1838 - color: @text; 1839 - background: 1840 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%), 1841 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%), 1842 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important; 1843 - background-attachment: fixed; 1844 -} 1845 - 1846 -/* Let the body background show through the XWiki wrappers. 1847 -#mainContentArea, 1848 -.resource-page, 1849 -.resources-index-page { 1850 - background: transparent !important; 1851 - background-image: none !important; 1852 -} 1853 -*/ 1854 -/* Remove local decorative backgrounds that compete with the global gradient. 1855 -.hero, 1856 -.hero.hero-centered, 1857 -.trust-strip, 1858 -.industry-trust-section, 1859 -.split-section, 1860 -.resource-strip, 1861 -.homepage-resource-strip, 1862 -.resource-header, 1863 -.product-section-muted, 1864 -.resources-index-page { 1865 - background: transparent !important; 1866 - background-image: none !important; 1867 -} 1868 - */ 1869 -/* Keep large panels readable, but remove their inner gradients. 1870 -.industry-trust-section .industry-trust-panel, 1871 -.cta-panel, 1872 -.resource-inline-cta, 1873 -.resource-note, 1874 -.resource-cta { 1875 - background: #fff !important; 1876 - background-image: none !important; 1877 -} */ 1878 - 1879 -/* ========== Main Page Hero / SaaS Layout ========== */ 1880 - 1881 -#mainContentArea .hero.hero-saas { 1882 - min-height: auto; 1883 - padding: 60px 0 34px; 1884 - display: flex; 1885 - align-items: center; 1886 - overflow: hidden; 1887 - background: transparent; 1888 -} 1889 - 1890 -#mainContentArea .hero-layout { 1891 - max-width: 1120px; 1892 - margin: 0 auto; 1893 - display: grid; 1894 - grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); 1895 - gap: 56px; 1896 - align-items: center; 1897 -} 1898 - 1899 -#mainContentArea .hero-copy { 1900 - min-width: 0; 1901 - text-align: left; 1902 -} 1903 - 1904 -#mainContentArea .hero.hero-saas h1 { 1905 - max-width: 640px; 1906 - margin: 0 0 26px; 1907 - font-size: 60px; 1908 - font-weight: 800; 1909 - line-height: 1; 1910 - letter-spacing: -3px; 1911 -} 1912 - 1913 -#mainContentArea .hero.hero-saas h1 span { 1914 - color: @brand; 1915 -} 1916 - 1917 -#mainContentArea .hero.hero-saas .lead { 1918 - max-width: 590px; 1919 - margin: 0 0 28px; 1920 - color: #334155; 1921 - text-align: left; 1922 - font-size: 18px; 1923 - line-height: 1.6; 1924 -} 1925 - 1926 -#mainContentArea .hero.hero-saas .benefits { 1927 - max-width: 620px; 1928 - margin: 0 0 30px; 1929 - padding: 0; 1930 - display: grid; 1931 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1932 - gap: 10px 24px; 1933 - list-style: none; 1934 - color: #475569; 1935 - font-size: 15px; 1936 - text-align: left; 1937 -} 1938 - 1939 -#mainContentArea .hero.hero-saas .benefits li { 1940 - display: grid; 1941 - grid-template-columns: 18px minmax(0, 1fr); 1942 - column-gap: 8px; 1943 - align-items: start; 1944 - margin: 0; 1945 - line-height: 1.45; 1946 -} 1947 - 1948 -#mainContentArea .hero.hero-saas .benefits li::before { 1949 - content: "✓"; 1950 - display: block; 1951 - width: 18px; 1952 - color: @brand; 1953 - font-weight: 900; 1954 - line-height: 1.45; 1955 - text-align: left; 1956 - margin: 0; 1957 -} 1958 - 1959 -#mainContentArea .hero.hero-saas .hero-actions, 1960 -#mainContentArea .hero.hero-saas #hero-cta { 1961 - display: flex; 1962 - flex-wrap: wrap; 1963 - justify-content: flex-start; 1964 - gap: 12px; 475 +.compact-section h2 { 1965 1965 margin-top: 0; 477 + margin-bottom: 14px; 1966 1966 } 1967 1967 1968 -#mainContentArea .hero-image-wrapper { 1969 - min-width: 0; 1970 - display: flex; 1971 - justify-content: center; 1972 - align-items: center; 1973 -} 480 +/* ===== Responsive ===== */ 1974 1974 1975 -#mainContentArea .hero-image { 1976 - display: block; 1977 - width: 100%; 1978 - max-width: 620px; 1979 - height: auto; 1980 - border: 0; 1981 -} 1982 - 1983 -/* ========== Main Page Hero Responsive ========== */ 1984 - 1985 -@media (max-width: 1100px) { 1986 - #mainContentArea .hero-layout { 1987 - max-width: 760px; 1988 - grid-template-columns: 1fr; 1989 - gap: 34px; 482 +@media (max-width: 767px) { 483 + section { 484 + padding: 26px 0; 1990 1990 } 1991 1991 1992 - #mainContentArea .hero-copy { 1993 - order: 1; 1994 - text-align: center; 487 + .landing-hero { 488 + min-height: 280px; 1995 1995 } 1996 1996 1997 - #mainContentArea .hero-image-wrapper { 1998 - order: 2; 491 + .landing-hero h1, 492 + .page-header-compact h1 { 493 + font-size: 28px; 1999 1999 } 2000 2000 2001 - #mainContentArea .hero.hero-saas h1 { 2002 - margin-left: auto; 2003 - margin-right: auto; 2004 - text-align: center; 496 + .page-lead, 497 + .landing-hero .lead { 498 + font-size: 16px; 2005 2005 } 2006 2006 2007 - #mainContentArea .hero.hero-saas .lead { 2008 - margin-left: auto; 2009 - margin-right: auto; 2010 - text-align: center; 501 + .service { 502 + flex: 0 1 100%; 2011 2011 } 2012 2012 2013 - #mainContentArea .hero.hero-saas .benefits { 2014 - margin-left: auto; 2015 - margin-right: auto; 2016 - } 2017 - 2018 - #mainContentArea .hero.hero-saas .hero-actions, 2019 - #mainContentArea .hero.hero-saas #hero-cta { 2020 - justify-content: center; 2021 - } 2022 - 2023 - #mainContentArea .hero-image { 2024 - max-width: 620px; 2025 - } 2026 -} 2027 - 2028 -@media (max-width: 640px) { 2029 - #mainContentArea .hero.hero-saas { 2030 - padding: 42px 0 28px; 2031 - } 2032 - 2033 - #mainContentArea .hero-layout { 2034 - gap: 28px; 2035 - } 2036 - 2037 - #mainContentArea .hero.hero-saas h1 { 2038 - font-size: 42px; 2039 - letter-spacing: -1.5px; 2040 - } 2041 - 2042 - #mainContentArea .hero.hero-saas .lead { 2043 - font-size: 17px; 2044 - } 2045 - 2046 - #mainContentArea .hero.hero-saas .benefits { 505 + .split-section, 506 + .contact-layout { 2047 2047 grid-template-columns: 1fr; 508 + gap: 20px; 2048 2048 } 2049 - 2050 - #mainContentArea .hero-image { 2051 - max-width: 100%; 2052 - } 2053 2053 } 2054 - 2055 -/* ========== Temporary marketing campaign banner ========== */ 2056 - 2057 -.public-campaign-banner { 2058 - position: relative; 2059 - margin-top: 30px; 2060 - z-index: 20; 2061 - border: 0; 2062 - background: 2063 - radial-gradient(circle at 88% 0%, fade(@brand, 30%) 0%, transparent 32%), 2064 - linear-gradient(110deg, @text 0%, @text-soft 55%, @brand-strong 100%); 2065 - color: #fff; 2066 - border-radius: 14px; 2067 - box-shadow: 0 10px 26px rgba(7, 24, 45, .10); 2068 -} 2069 - 2070 -.public-campaign-inner { 2071 - min-height: 88px; 2072 - padding-top: 14px; 2073 - padding-bottom: 14px; 2074 - display: flex; 2075 - align-items: center; 2076 - justify-content: space-between; 2077 - gap: 30px; 2078 -} 2079 - 2080 -.public-campaign-copy { 2081 - min-width: 0; 2082 - display: flex; 2083 - align-items: center; 2084 - gap: 18px; 2085 -} 2086 - 2087 -.public-campaign-label { 2088 - flex-shrink: 0; 2089 - display: inline-flex; 2090 - align-items: center; 2091 - gap: 7px; 2092 - padding: 7px 11px; 2093 - border: 1px solid fade(#fff, 32%); 2094 - border-radius: 999px; 2095 - background: fade(#fff, 12%); 2096 - color: #fff; 2097 - font-size: 12px; 2098 - line-height: 1.2; 2099 - font-weight: 800; 2100 - text-transform: uppercase; 2101 - letter-spacing: .05em; 2102 -} 2103 - 2104 -.public-campaign-message { 2105 - min-width: 0; 2106 - flex: 1; 2107 - 2108 - strong { 2109 - display: block; 2110 - margin-bottom: 5px; 2111 - color: #fff; 2112 - font-size: 18px; 2113 - line-height: 1.25; 2114 - font-weight: 800; 2115 - letter-spacing: -.01em; 2116 - } 2117 - 2118 - span { 2119 - display: block; 2120 - max-width: 660px; 2121 - color: #DBE4EF; 2122 - font-size: 14px; 2123 - line-height: 1.45; 2124 - } 2125 -} 2126 - 2127 -.public-campaign-actions { 2128 - flex-shrink: 0; 2129 - display: flex; 2130 - align-items: center; 2131 - gap: 18px; 2132 -} 2133 - 2134 -.public-campaign-primary { 2135 - white-space: nowrap; 2136 - padding: 9px 16px; 2137 - border-color: #fff; 2138 - border-radius: 7px; 2139 - background: #fff; 2140 - color: @text; 2141 - font-weight: 800; 2142 - box-shadow: 0 8px 20px rgba(0, 0, 0, .16); 2143 -} 2144 - 2145 -.public-campaign-link { 2146 - white-space: nowrap; 2147 - color: #fff; 2148 - font-size: 14px; 2149 - font-weight: 700; 2150 - text-decoration: none; 2151 - 2152 - i { 2153 - margin-left: 6px; 2154 - transition: transform .18s ease; 2155 - } 2156 - 2157 - &:hover, 2158 - &:focus { 2159 - color: #fff; 2160 - text-decoration: underline; 2161 - text-underline-offset: 3px; 2162 - 2163 - i { 2164 - transform: translateX(3px); 2165 - } 2166 - } 2167 -} 2168 - 2169 -@media (max-width: 980px) { 2170 - .public-campaign-inner { 2171 - align-items: flex-start; 2172 - gap: 18px; 2173 - } 2174 - 2175 - .public-campaign-copy { 2176 - align-items: flex-start; 2177 - } 2178 - 2179 - .public-campaign-actions { 2180 - flex-direction: column; 2181 - align-items: flex-end; 2182 - gap: 10px; 2183 - } 2184 -} 2185 - 2186 -@media (max-width: 760px) { 2187 - .public-campaign-inner { 2188 - display: block; 2189 - padding-top: 18px; 2190 - padding-bottom: 18px; 2191 - text-align: center; 2192 - } 2193 - 2194 - .public-campaign-copy { 2195 - display: block; 2196 - } 2197 - 2198 - .public-campaign-label { 2199 - margin-bottom: 12px; 2200 - } 2201 - 2202 - .public-campaign-message { 2203 - strong { 2204 - font-size: 16px; 2205 - } 2206 - 2207 - span { 2208 - margin: 0 auto; 2209 - } 2210 - } 2211 - 2212 - .public-campaign-actions { 2213 - margin-top: 16px; 2214 - display: flex; 2215 - flex-direction: column; 2216 - align-items: stretch; 2217 - gap: 11px; 2218 - } 2219 - 2220 - .public-campaign-primary { 2221 - width: 100%; 2222 - white-space: normal; 2223 - } 2224 - 2225 - .public-campaign-link { 2226 - white-space: normal; 2227 - } 2228 -}
- 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