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