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