@import"https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";.software-dropdown{position:relative;display:inline-block}.software-dropdown-trigger{background:none;border:none;color:#000;font-size:1rem;font-family:Titillium Web,sans-serif;font-weight:600;cursor:pointer;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;border-radius:8px;line-height:1}.software-dropdown-trigger:hover{background-color:#0000000d}.dropdown-arrow{font-size:.75rem;transition:transform .3s ease;display:inline-block}.dropdown-arrow.open{transform:rotate(180deg)}.software-dropdown-panel{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1001;animation:fadeIn .3s ease;display:flex;align-items:center;justify-content:center}.software-dropdown-close{position:fixed;top:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--secondary-color, #1a1c20);border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:1003}.software-dropdown-close:hover{background:var(--secondary-color, #1a1c20);transform:rotate(90deg)}.software-dropdown-close svg{width:24px;height:24px;color:var(--secondary-color, #1a1c20);transition:color .3s ease}.software-dropdown-close:hover svg{color:#fff}.software-dropdown-content{width:100%;max-width:1280px;padding:0 3rem}.software-overview-link{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-color, #8fb339);color:#fff;border-radius:9999px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;margin-bottom:3rem}.software-overview-link:hover{background:var(--secondary-color, #1a1c20);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.software-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.software-item{padding:.75rem 1rem;color:var(--secondary-color, #1a1c20);text-decoration:none;border-radius:4px;transition:background-color .2s ease,color .2s ease;font-weight:500}.software-item:hover{background-color:var(--primary-color, #8fb339);color:#fff}.software-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.software-category{display:flex;flex-direction:column;gap:1rem}.category-title{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color, #8fb339);font-family:Titillium Web,sans-serif}.category-items{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 768px){.software-dropdown-close{top:1.5rem;right:1.5rem;width:40px;height:40px}.software-dropdown-close svg{width:20px;height:20px}.software-dropdown-content{padding:6rem 2rem 3rem}.software-grid{grid-template-columns:repeat(2,1fr)}.software-categories{grid-template-columns:1fr;gap:2rem}}@media (max-width: 640px){.software-dropdown-trigger{font-size:.9rem;padding:.5rem .75rem}.software-dropdown-panel{min-width:250px}}.header{position:fixed;top:0;left:0;right:0;background-color:transparent;padding:1.5rem 2rem;z-index:1001}.header-wrapper{display:flex;justify-content:space-between;align-items:center;margin:0 auto;max-width:1280px;gap:1rem}.nav-box{display:inline-flex;flex-wrap:wrap;align-items:center;background-color:#fff;color:#000;padding:21px 2.5rem;gap:1.75rem;border-radius:9999px;box-shadow:0 0 3px #1a2d391a;position:relative;z-index:1002}.actions-box{display:none;align-items:center;background-color:#fff;color:#000;padding:11px 1.25rem;gap:.5rem;border-radius:9999px;box-shadow:0 0 3px #1a2d391a}.logo{display:flex;align-items:center;line-height:1}.logo img{height:1.7rem;display:block}.hamburger-btn{display:inline-flex;align-items:center;padding:.5rem;margin-left:.25rem;font-size:.875rem;color:#000;border-radius:.5rem;background-color:transparent;border:none;cursor:pointer;transition:background-color .2s}.hamburger-btn:hover{background-color:#0000000d}.hamburger-btn:focus{outline:2px solid rgba(0,0,0,.1);outline-offset:2px}.hamburger-icon{width:1.5rem;height:1.5rem}.nav-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:999;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}.nav-menu.hidden{opacity:0;transform:translateY(-20px);pointer-events:none}.mobile-menu-close{position:fixed;top:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--secondary-color, #1a1c20);border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:1000}.mobile-menu-close:hover{background:var(--secondary-color, #1a1c20);transform:rotate(90deg)}.mobile-menu-close .close-icon{width:24px;height:24px;color:var(--secondary-color, #1a1c20);transition:color .3s ease}.mobile-menu-close:hover .close-icon{color:#fff}.nav-list{display:flex;flex-direction:column;align-items:center;gap:2rem;font-weight:500;list-style:none;padding:0;margin:0}.nav-link{display:flex;align-items:center;padding:.75rem 1.5rem;color:var(--secondary-color, #1a1c20);text-decoration:none;transition:all .3s ease;font-weight:600;font-size:1.5rem;border-radius:12px}.nav-link:hover{background-color:#8fb3391a;color:var(--primary-color, #8fb339);transform:translate(10px)}.nav-link.active{color:var(--primary-color, #8fb339)}.cta-btn{padding:.875rem 1.25rem;background-color:var(--primary-color);border-radius:9999px;transition:opacity .2s,transform .2s;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;font-size:1rem;line-height:1.25rem;display:inline-flex;align-items:center;justify-content:center}.cta-btn:hover{opacity:.9;transform:translateY(-1px)}.mobile-cta{margin-top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (min-width: 768px){.nav-box{flex-wrap:nowrap}.hamburger-btn,.mobile-menu-close{display:none}.nav-menu{position:static;background:transparent;display:flex!important;width:auto;opacity:1!important;transform:none!important;pointer-events:auto!important}.nav-menu.hidden{opacity:1!important;transform:none!important;pointer-events:auto!important}.nav-list{flex-direction:row;gap:2rem}.nav-link{padding:0;font-size:1rem}.nav-link:hover{background-color:transparent;color:var(--primary-color);transform:none}.mobile-cta{display:none}.actions-box{display:flex}}.footer{background-color:#111827;color:#9ca3af}.footer-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.footer-content{display:flex;flex-direction:column;gap:2rem}.footer-logo-section{flex:1}.footer-logo{height:3rem}.footer-links-grid{flex:2;display:grid;grid-template-columns:1fr;gap:2rem}.footer-column h3{color:#fff;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link:hover{color:#d1d5db}.social-link{display:inline-flex;align-items:center;gap:.5rem;color:#9ca3af;text-decoration:none;transition:color .2s}.social-link:hover{color:#d1d5db}.footer-divider{border:0;border-top:1px solid #374151;margin:2rem 0}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-copyright{font-size:.875rem}.footer-bottom-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.footer-content{flex-direction:row}.footer-logo-section{max-width:33.333333%}.footer-links-grid{grid-template-columns:repeat(3,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}.footer-bottom-links{justify-content:flex-end}}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-bottom:.5rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;animation:slideIn .3s ease-out;position:relative;max-width:24rem;overflow:hidden}.toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.toast-success:before{background-color:#10b981}.toast-error:before{background-color:#ef4444}.toast-warning:before{background-color:#f59e0b}.toast-info:before{background-color:#3b82f6}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{flex:1;font-size:.875rem;line-height:1.25rem;color:#1f2937}.toast-close{flex-shrink:0;background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;margin:-.25rem;border-radius:.25rem;transition:all .2s}.toast-close:hover{background-color:#f3f4f6;color:#374151}.toast-close:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px #3b82f6}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;pointer-events:none}.toast-container>*{pointer-events:auto}@media (max-width: 640px){.toast-container{left:1rem;right:1rem}.toast{max-width:100%}}.sss-banner{position:fixed;top:0;left:0;right:0;z-index:1100;background:linear-gradient(135deg,#28a4f9,#1a8de8);color:#fff;padding:12px 20px;font-size:14px;line-height:1.5;box-shadow:0 2px 8px #00000026}.sss-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.sss-banner-logo{display:flex;align-items:center;gap:8px;font-weight:600;white-space:nowrap}.sss-banner-logo-img{width:28px;height:28px;border-radius:4px}.sss-banner-arrow{font-size:18px;opacity:.8}.sss-banner-new-brand{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#8fb339e6;border-radius:4px;font-weight:600}.sss-banner-message{text-align:center;opacity:.95}.sss-banner-dismiss{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px 8px;font-size:18px;opacity:.7;transition:opacity .2s;margin-left:8px}.sss-banner-dismiss:hover{opacity:1}body.sss-banner-visible .header{top:48px}body.sss-banner-visible main{padding-top:48px}@media (max-width: 768px){.sss-banner{padding:10px 16px;font-size:13px}.sss-banner-content{flex-direction:column;gap:8px}.sss-banner-logo,.sss-banner-new-brand{font-size:12px}body.sss-banner-visible .header{top:72px}body.sss-banner-visible main{padding-top:72px}}:root{--primary-color: #8fb339;--secondary-color: #1a1c20}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Titillium Web,sans-serif;line-height:1.5;color:#111827}html,body,#app{height:100%}#app{display:flex;flex-direction:column}main.flex-1{flex:1}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.page-container{max-width:1280px;margin:0 auto;padding:4rem 1rem;min-height:60vh}@media (max-width: 768px){.md\:hidden{display:none!important}}@media (min-width: 768px){.md\:flex{display:flex!important}.md\:w-auto{width:auto!important}}.journey-intro,.journey-values,.journey-approach{margin:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#f9fafb;padding:2rem;border-radius:.5rem;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.value-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.value-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:2rem}.contact-form{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #8fb3391a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background-color:var(--primary-color);color:#fff;padding:.75rem 2rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;align-self:flex-start}.submit-button:hover{background-color:#7da02e}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.contact-info{background:#f9fafb;padding:2rem;border-radius:.5rem;height:fit-content}.contact-info h3{font-size:1.25rem;margin-bottom:1.5rem;color:var(--secondary-color)}.info-item{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.info-item strong{color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.info-item a{color:var(--primary-color);text-decoration:none;font-weight:500}.info-item a:hover{text-decoration:underline}.legal-page{max-width:800px}.legal-page h1{font-size:2.5rem;margin-bottom:1rem;color:var(--secondary-color)}.last-updated{color:#6b7280;font-size:.875rem;margin-bottom:2rem}.table-of-contents{background:#f9fafb;padding:2rem;border-radius:.5rem;margin:2rem 0 3rem}.table-of-contents h2{font-size:1.25rem;margin-bottom:1rem;color:var(--secondary-color)}.table-of-contents ul{list-style:none;padding:0}.table-of-contents li{margin:.5rem 0}.table-of-contents a{color:var(--primary-color);text-decoration:none;display:flex;align-items:center;gap:.5rem}.table-of-contents a:before{content:"→";opacity:.5}.table-of-contents a:hover{text-decoration:underline}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.values-grid{grid-template-columns:1fr}}.wcu-page{width:100%;background:#fff}.wcu-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.wcu-header-content{max-width:900px;margin:0 auto}.wcu-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.wcu-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6}.wcu-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.wcu-intro,.wcu-approach,.wcu-differentiators,.wcu-flexibility,.wcu-results{margin-bottom:5rem}.wcu-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.wcu-intro-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0 auto 3rem;max-width:800px;text-align:center}.wcu-approach-container{background:#f5f9f5;padding:3rem 2rem;border-radius:20px;margin-bottom:4rem}.wcu-steps{max-width:900px;margin:0 auto 3rem;display:flex;flex-direction:column;gap:2rem}.wcu-steps-split{max-width:900px;margin:0 auto 3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.wcu-step{display:flex;align-items:flex-start;gap:2rem}.wcu-step-icon{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a}.wcu-step-icon svg{width:48px;height:48px}.wcu-step-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.wcu-step-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.wcu-step-content{flex:1}.wcu-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.wcu-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.wcu-why-box{background:#fff;padding:2rem;border-radius:12px;max-width:900px;margin:0 auto;border-left:4px solid var(--primary-color, #8fb339)}.wcu-why-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.wcu-why-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.wcu-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.wcu-diff-card{background:#f9fafb;border-radius:12px;padding:2rem;transition:all .3s ease}.wcu-diff-card:hover{background:#f3f4f6;transform:translateY(-4px)}.wcu-diff-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.wcu-diff-icon svg{width:64px;height:64px}.wcu-diff-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.wcu-diff-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.wcu-diff-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.wcu-diff-description{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.wcu-flex-intro{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.wcu-stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.wcu-stage-card{background:#fff;border:2px solid var(--secondary-color, #1a1c20);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.wcu-stage-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.wcu-stage-icon{color:var(--primary-color, #8fb339);margin-bottom:1rem}.wcu-stage-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:1rem;font-family:Titillium Web,sans-serif}.wcu-stage-text{font-size:1rem;line-height:1.6;color:#4b5563}.wcu-results-intro{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.wcu-results-highlight{display:flex;justify-content:center;gap:4rem;margin:3rem 0;padding:3rem 2rem;background:#f9fafb;border-radius:20px}.wcu-result-item{text-align:center}.wcu-result-number{font-size:3rem;font-weight:700;color:var(--primary-color, #8fb339);font-family:Titillium Web,sans-serif;line-height:1;margin-bottom:.5rem}.wcu-result-label{font-size:1rem;color:#6b7280;font-weight:600}.wcu-case-studies-cta{text-align:center;margin-top:3rem}.wcu-case-studies-cta p{font-size:1.125rem;color:#4b5563;margin-bottom:1rem}.wcu-case-studies-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease}.wcu-case-studies-link:hover{gap:.75rem;text-decoration:underline}@media (max-width: 900px){.wcu-diff-grid{grid-template-columns:repeat(2,1fr)}.wcu-stages-grid{grid-template-columns:1fr}.wcu-results-highlight{flex-direction:column;gap:2rem}}@media (max-width: 768px){.wcu-header{padding:7rem 1.5rem 3rem}.wcu-header-title{font-size:2rem}.wcu-header-subtitle{font-size:1rem}.wcu-section-title{font-size:2rem}.wcu-intro-text,.wcu-flex-intro,.wcu-results-intro{font-size:1rem}.wcu-approach-container{padding:2rem 1.5rem}.wcu-step{flex-direction:column;align-items:center;text-align:center}.wcu-step-icon{width:64px;height:64px}.wcu-step-icon svg{width:40px;height:40px}.wcu-step-content h3{font-size:1.25rem}.wcu-step-content p{font-size:1rem}.wcu-steps-split,.wcu-diff-grid{grid-template-columns:1fr}.wcu-stage-card,.wcu-diff-card{padding:1.5rem}.wcu-results-highlight{padding:2rem 1rem;gap:1.5rem}.wcu-result-number{font-size:2.5rem}.wcu-result-label{font-size:.875rem}}@media (max-width: 640px){.wcu-header{padding:7rem 1rem 3rem}.wcu-container{padding:3rem 1rem}.wcu-intro,.wcu-approach,.wcu-differentiators,.wcu-flexibility,.wcu-results{margin-bottom:3rem}.wcu-approach-container{padding:1.5rem 1rem}.wcu-why-box{padding:1.5rem}.wcu-diff-grid,.wcu-stages-grid{gap:1.5rem}}.wwd-page{width:100%;min-height:100vh;background:#fff}.wwd-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.wwd-header-content{max-width:900px;margin:0 auto}.wwd-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.wwd-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.wwd-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.wwd-approach{margin-bottom:5rem}.wwd-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.wwd-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.wwd-approach-container{background:#f5f9f5;padding:3rem 2rem;border-radius:20px;margin-bottom:4rem}.wwd-steps{max-width:900px;margin:0 auto 3rem;display:flex;flex-direction:column;gap:2rem}.wwd-steps-split{max-width:900px;margin:0 auto 3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.wwd-step{display:flex;align-items:flex-start;gap:2rem}.wwd-step-icon{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a}.wwd-step-icon svg{width:48px;height:48px}.wwd-step-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.wwd-step-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.wwd-step-content{flex:1}.wwd-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.wwd-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.wwd-why-box{background:#fff;padding:2rem;border-radius:12px;max-width:900px;margin:0 auto;border-left:4px solid var(--primary-color, #8fb339)}.wwd-why-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.wwd-why-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.wwd-what-we-build{margin-top:5rem}.wwd-build-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.wwd-build-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.wwd-build-card:hover{background:#f3f4f6;transform:translateY(-4px);cursor:pointer}.wwd-build-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.wwd-build-icon svg{width:64px;height:64px}.wwd-build-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.wwd-build-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.wwd-build-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.wwd-build-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.wwd-examples{margin:5rem 0}.wwd-examples-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.wwd-examples-left{display:flex;justify-content:center}.wwd-examples-right{display:flex;flex-direction:column;gap:1.5rem}.wwd-examples-headline{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0;font-family:Titillium Web,sans-serif;line-height:1.2}.wwd-examples-description{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.wwd-examples-link{display:inline-flex;align-items:center;color:var(--secondary-color, #1a1c20);text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease}.wwd-examples-link:hover{color:var(--primary-color, #8fb339)}.wwd-carousel{position:relative;max-width:500px;width:100%;padding:2rem 0 4rem}.wwd-card-stack{position:relative;height:650px;display:flex;align-items:center;justify-content:center}.wwd-carousel-card{position:absolute;width:100%;background:#fff;border:2px solid var(--secondary-color, #1a1c20);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000001a}.wwd-carousel-card.active{cursor:pointer}.wwd-carousel-card.active:hover{box-shadow:0 12px 24px #00000026}.wwd-carousel-image{position:relative;width:100%;height:300px;overflow:hidden}.wwd-carousel-image img{width:100%;height:100%;object-fit:cover}.wwd-carousel-badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background:var(--primary-color, #8fb339);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.wwd-carousel-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.wwd-carousel-client{font-size:.875rem;color:var(--primary-color, #8fb339);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.wwd-carousel-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0;font-family:Titillium Web,sans-serif;line-height:1.3}.wwd-carousel-excerpt{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.wwd-carousel-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.wwd-carousel-tag{padding:.375rem .75rem;background:#f3f4f6;color:#4b5563;border-radius:9999px;font-size:.75rem;font-weight:500}.wwd-carousel-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.wwd-carousel-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--secondary-color, #1a1c20);font-weight:600;font-size:1rem;transition:all .3s ease}.wwd-carousel-link svg{width:20px;height:20px;transition:transform .3s ease}.wwd-carousel-card.active:hover .wwd-carousel-link{color:var(--primary-color, #8fb339);gap:.75rem}.wwd-carousel-card.active:hover .wwd-carousel-link svg{transform:translate(4px)}.wwd-carousel-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.wwd-carousel-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--secondary-color, #1a1c20);border-radius:50%;cursor:pointer;transition:all .3s ease;pointer-events:auto}.wwd-carousel-btn svg{width:24px;height:24px;color:var(--secondary-color, #1a1c20)}.wwd-carousel-btn:hover{background:var(--secondary-color, #1a1c20)}.wwd-carousel-btn:hover svg{color:#fff}.wwd-carousel-btn-prev{margin-left:-4rem}.wwd-carousel-btn-next{margin-right:-4rem}.wwd-carousel-dots{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.wwd-carousel-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:all .3s ease;padding:0}.wwd-carousel-dot.active{background:var(--primary-color, #8fb339);width:32px;border-radius:6px}.wwd-carousel-dot:hover{background:var(--primary-color, #8fb339)}@media (max-width: 1024px){.wwd-build-grid{grid-template-columns:1fr}.wwd-examples-showcase{grid-template-columns:1fr;gap:3rem}.wwd-examples-right{order:-1}.wwd-carousel-btn-prev{margin-left:-2rem}.wwd-carousel-btn-next{margin-right:-2rem}}@media (max-width: 768px){.wwd-header{padding:7rem 1.5rem 3rem}.wwd-header-title{font-size:2rem}.wwd-header-subtitle{font-size:1rem}.wwd-container{padding:3rem 1.5rem}.wwd-section-title{font-size:2rem}.wwd-intro-text{font-size:1rem}.wwd-approach-container{padding:2rem 1.5rem}.wwd-step{flex-direction:column;align-items:center;text-align:center}.wwd-step-icon{width:64px;height:64px}.wwd-step-icon svg{width:40px;height:40px}.wwd-step-content h3{font-size:1.25rem}.wwd-step-content p{font-size:1rem}.wwd-steps-split,.wwd-build-grid{grid-template-columns:1fr}.wwd-carousel-btn-prev{margin-left:0;left:1rem}.wwd-carousel-btn-next{margin-right:0;right:1rem}.wwd-carousel-image{height:250px}.wwd-card-stack{height:600px}.wwd-examples-headline{font-size:2rem}.wwd-examples-description{font-size:1rem}}@media (max-width: 640px){.wwd-header{padding:7rem 1rem 2.5rem}.wwd-header-title{font-size:1.75rem}.wwd-container{padding:2rem 1rem}.wwd-approach-container{padding:1.5rem 1rem}.wwd-why-box,.wwd-build-card{padding:1.5rem}.wwd-examples-button{width:100%}.wwd-carousel-image{height:200px}.wwd-card-stack{height:550px}.wwd-carousel-btn{width:40px;height:40px}.wwd-carousel-btn svg{width:20px;height:20px}.wwd-examples-headline{font-size:1.75rem}}.auth-form-container{max-width:450px;margin:0 auto;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.auth-form-container h1{font-size:2rem;font-weight:700;text-align:center;color:var(--secondary-color);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #8fb3391a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-checkbox{display:flex;align-items:center;margin-bottom:1.5rem}.form-checkbox input[type=checkbox]{width:1rem;height:1rem;margin-right:.5rem;cursor:pointer}.form-checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none}.btn-primary{width:100%;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .15s ease-in-out}.btn-primary:hover:not(:disabled){background-color:#7fa030}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{width:100%;padding:.75rem 1.5rem;background-color:#fff;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.btn-secondary:hover:not(:disabled){background-color:var(--primary-color);color:#fff}.auth-links{margin-top:1.5rem;text-align:center}.auth-links a{color:var(--primary-color);text-decoration:none;font-weight:600}.auth-links a:hover{text-decoration:underline}.auth-links .separator{margin:0 .5rem;color:#9ca3af}.error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}.password-requirements{background-color:#f3f4f6;border:1px solid #e5e7eb;padding:1rem;border-radius:.375rem;margin-top:.5rem;font-size:.875rem}.password-requirements h4{font-weight:600;margin-bottom:.5rem;color:#374151}.password-requirements ul{list-style:none;padding:0}.password-requirements li{padding-left:1.25rem;position:relative;margin-bottom:.25rem;color:#6b7280}.password-requirements li:before{content:"•";position:absolute;left:0;color:#9ca3af}.password-requirements li.valid{color:#059669}.password-requirements li.valid:before{content:"✓";color:#059669}.verification-input{font-size:1.5rem;text-align:center;letter-spacing:.5rem;font-family:monospace}.resend-button{background:none;border:none;color:var(--primary-color);cursor:pointer;font-weight:600;text-decoration:underline;padding:0;margin-top:1rem}.resend-button:hover{text-decoration:none}.resend-button:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #f3f4f6;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.form-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner-container{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.spinner-text{color:#6b7280}@media (max-width: 640px){.auth-form-container{padding:1.5rem;box-shadow:none;border:1px solid #e5e7eb}.auth-form-container h1{font-size:1.5rem}}.terms-container{max-width:896px;margin:0 auto;padding:3rem 1rem}.terms-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.terms-subtitle{font-size:1.5rem;margin-bottom:2rem}.terms-updated{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.terms-content{line-height:1.75;color:#1f2937}.terms-content p{margin-bottom:1.5rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.terms-list{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.terms-list li{margin-bottom:.5rem}.terms-nested-list{list-style:disc;padding-left:1.5rem;margin-top:.5rem}.terms-contact-list{list-style:none;padding-left:1.5rem;margin-bottom:1rem}.terms-contact-list li{margin-bottom:.5rem}.resources-page{width:100%;min-height:100vh}.resources-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.resources-header-content{max-width:1280px;margin:0 auto}.resources-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.resources-header-subtitle{font-size:1.25rem;color:#fff;opacity:.9}.resources-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.resources-intro{text-align:center;max-width:900px;margin:0 auto 6rem}.resources-section-title{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin-bottom:1.5rem;line-height:1.2}.resources-intro-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.resources-intro-text:last-child{margin-bottom:0}.featured-resources{margin-bottom:6rem}.featured-resources .resources-section-title{text-align:center;margin-bottom:3rem}.resource-tools-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}.resource-tool-card{background:#fff;border:2px solid var(--secondary-color, #1a1c20);border-radius:20px;padding:2.5rem;display:flex;gap:2rem;align-items:flex-start;transition:all .3s ease;text-decoration:none;color:inherit}.resource-tool-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.resource-tool-card.downloadable{opacity:.7;cursor:default}.resource-tool-card.downloadable:hover{transform:none;box-shadow:none}.resource-tool-icon{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:16px}.resource-tool-icon svg{width:48px;height:48px}.resource-tool-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.resource-tool-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.resource-tool-content{flex:1}.resource-tool-title{font-size:1.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;line-height:1.3}.external-icon,.download-icon{width:20px;height:20px;color:var(--primary-color, #8fb339);flex-shrink:0}.resource-tool-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem}.resource-tool-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);font-weight:600;font-size:1rem;transition:all .3s ease}.resource-tool-link.coming-soon{color:#9ca3af;font-style:italic}.resource-tool-card:not(.downloadable):hover .resource-tool-link svg{transform:translate(4px)}.resource-tool-link svg{width:18px;height:18px;transition:transform .3s ease}.quick-links-section{margin-bottom:4rem}.quick-links-section .resources-section-title{text-align:center;margin-bottom:3rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.quick-link-card{background:#f9fafb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;text-decoration:none;color:inherit;position:relative}.quick-link-card:hover{background:#f3f4f6;transform:translateY(-4px)}.quick-link-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;flex-shrink:0}.quick-link-icon svg{width:40px;height:40px}.quick-link-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.quick-link-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.quick-link-content{flex:1}.quick-link-title{font-size:1.25rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;line-height:1.3}.quick-link-description{font-size:.938rem;color:#4b5563;line-height:1.6;margin:0}.quick-link-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--primary-color, #8fb339);color:#fff;border-radius:50%;transition:all .3s ease;margin-top:auto}.quick-link-arrow svg{width:20px;height:20px}.quick-link-card:hover .quick-link-arrow{transform:translate(4px)}.quick-link-card.coming-soon-link{opacity:.6;cursor:default}.quick-link-card.coming-soon-link:hover{transform:none;background:#f9fafb}.quick-link-coming-soon{color:#9ca3af;font-style:italic;font-weight:600;font-size:.938rem;margin-top:auto}@media (max-width: 768px){.resources-header{padding:7rem 1.5rem 3rem}.resources-header-title{font-size:2rem}.resources-header-subtitle{font-size:1rem}.resources-container{padding:3rem 1rem}.resources-intro{margin-bottom:4rem}.resources-section-title{font-size:2rem}.featured-resources{margin-bottom:4rem}.resource-tools-grid{gap:1.5rem}.resource-tool-card{flex-direction:column;padding:2rem;gap:1.5rem}.resource-tool-icon{width:64px;height:64px}.resource-tool-icon svg{width:40px;height:40px}.resource-tool-title{font-size:1.25rem}.quick-links-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 640px){.resources-header{padding:7rem 1rem 3rem}.resources-intro-text{font-size:1rem}.resource-tool-card{padding:1.5rem}.resource-tool-title{font-size:1.125rem;flex-wrap:wrap}.resource-tool-description{font-size:.938rem}.quick-link-card{padding:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.quick-links-grid{grid-template-columns:repeat(2,1fr)}.quick-link-card:nth-child(3){grid-column:1 / -1}}.privacy-container{max-width:896px;margin:0 auto;padding:3rem 1rem}.privacy-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.privacy-subtitle{font-size:1.5rem;margin-bottom:2rem}.privacy-updated{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.privacy-content{line-height:1.75;color:#1f2937}.privacy-content p{margin-bottom:1.5rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.privacy-list{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-list li{margin-bottom:.5rem}.privacy-contact-list{list-style:none;padding-left:1.5rem;margin-bottom:1rem}.privacy-contact-list li{margin-bottom:.5rem}.privacy-link{color:#2563eb;text-decoration:none}.privacy-link:hover{text-decoration:underline}.story-page{width:100%;background:#fff}.story-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.story-header-content{max-width:1280px;margin:0 auto}.story-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.story-header-subtitle{font-size:1.25rem;color:#fff;opacity:.9}.story-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.story-section-title{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;text-align:center;line-height:1.2}.story-intro{margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.story-intro-text{font-size:1.125rem;line-height:1.6;color:#111827;margin-bottom:1.5rem}.story-mission{margin-bottom:4rem;max-width:1000px;margin-left:auto;margin-right:auto}.story-mission-content{background:#f9fafb;padding:3rem;border-radius:12px}.story-mission-text p{font-size:1.125rem;line-height:1.6;color:#111827;margin-bottom:1.5rem}.story-mission-text p:last-child{margin-bottom:0}.story-values{margin-bottom:4rem}.story-values-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;text-align:center;max-width:800px;margin:0 auto 3rem}.story-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.story-value-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.story-value-card:hover{background:#f3f4f6;transform:translateY(-4px)}.story-value-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.story-value-icon svg{width:64px;height:64px}.story-value-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.story-value-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.story-value-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.story-value-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.story-expertise{margin-bottom:4rem}.story-expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.story-expertise-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.story-expertise-card:hover{background:#f3f4f6;transform:translateY(-4px)}.story-expertise-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.story-expertise-icon svg{width:64px;height:64px}.story-expertise-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.story-expertise-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.story-expertise-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.story-expertise-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.story-different{margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.story-different-content{background:#f9fafb;padding:3rem;border-radius:12px}.story-different-text{font-size:1.125rem;line-height:1.6;color:#111827;margin-bottom:1.5rem}.story-different-text:last-child{margin-bottom:0}.story-working{margin-bottom:4rem}.story-working-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;text-align:center;max-width:800px;margin:0 auto 3rem}.story-working-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.story-working-box{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.story-working-box:hover{background:#f3f4f6;transform:translateY(-4px)}.story-working-box h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.story-working-box p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 900px){.story-values-grid,.story-expertise-grid,.story-working-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.story-header{padding:7rem 1.5rem 3rem}.story-header-title{font-size:2rem}.story-header-subtitle{font-size:1rem}.story-section-title{font-size:2rem}.story-mission-content,.story-different-content{padding:2rem}}@media (max-width: 640px){.story-values-grid,.story-expertise-grid,.story-working-content{grid-template-columns:1fr}.story-mission-content,.story-different-content{padding:1.5rem}.story-intro-text,.story-mission-text p,.story-different-text,.story-values-intro,.story-working-intro{font-size:1rem}}.journey-hero{position:relative;height:400px;margin-bottom:4rem}.journey-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.journey-hero-bg img{width:100%;height:100%;object-fit:cover}.journey-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.journey-hero-content{position:relative;max-width:1280px;margin:0 auto;padding:4rem 1rem;color:#fff}.journey-hero-title{font-size:3rem;font-weight:700;margin-bottom:2rem}.journey-hero-subtitle-container{max-width:42rem}.journey-hero-subtitle{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.journey-hero-description{font-size:1.25rem}.journey-container{max-width:1280px;margin:0 auto;padding:0 1rem}.journey-approach{margin-bottom:2.5rem}.journey-section-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;display:flex;align-items:center;color:var(--secondary-color)}.journey-section-icon{display:inline-block;margin-right:1rem;color:var(--secondary-color)}.journey-intro-text{font-size:1.125rem;margin-bottom:3rem}.journey-approach-container{background:#f5f9f5;padding:2rem;border-radius:.5rem;margin-bottom:4rem}.journey-steps{max-width:42rem;margin:0 auto 4rem}.journey-step{display:flex;align-items:flex-start;margin-bottom:1rem}.journey-step-icon{flex-shrink:0;width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;color:var(--secondary-color)}.journey-step-text{font-size:1.25rem;margin-left:1.5rem;padding-top:2rem}.journey-arrow{display:flex;justify-content:center;height:4rem;color:var(--secondary-color)}.journey-why-box{background:#fff;padding:2rem;border-radius:.5rem}.journey-why-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center}.journey-why-text{font-size:1.125rem}.journey-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.journey-grid{grid-template-columns:1fr 1fr}}.journey-card{background:#f9fafb;padding:2rem;border-radius:.5rem}.journey-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.journey-card-text{font-size:1.125rem;margin-bottom:1rem}.journey-list{list-style:disc;list-style-position:inside;font-size:1.125rem;margin-bottom:1rem}.journey-list li{margin-bottom:.5rem}.journey-different{margin-top:5rem}.journey-different-title{font-size:1.875rem;font-weight:700;margin-bottom:5rem;text-align:center}.journey-types-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.journey-types-grid{grid-template-columns:repeat(3,1fr)}}.journey-type{text-align:center}.journey-type-icon{width:4rem;height:4rem;margin:0 auto 1rem;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.journey-type-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.journey-type-text{font-size:1.125rem}.journey-closing{font-size:1.125rem;margin:6rem 0;text-align:center}.journey-closing strong{font-weight:700}.contact-page{width:100%;min-height:100vh;background:#fff}.contact-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.contact-header-content{max-width:900px;margin:0 auto}.contact-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.contact-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.contact-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.contact-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.contact-form-group label{font-weight:600;color:#374151;font-size:.875rem;display:block}.contact-form-group input,.contact-form-group textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fff;color:#111827;width:100%;transition:all .3s ease}.contact-form-group input:focus,.contact-form-group textarea:focus{outline:none;border-color:var(--primary-color, #8fb339);box-shadow:0 0 0 3px #8fb3391a}.contact-form-group textarea{min-height:120px;resize:vertical}.contact-submit-button{background-color:var(--primary-color, #8fb339);color:#fff;padding:1rem 2.5rem;border:none;border-radius:9999px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;align-self:flex-start}.contact-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.contact-submit-button:disabled{cursor:not-allowed;opacity:.6}.contact-info-sidebar{background:#f9fafb;padding:2rem;border-radius:8px;height:fit-content}.contact-info-sidebar h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif}.contact-info-item{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.contact-info-item strong{color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.contact-info-item a{color:var(--primary-color, #8fb339);text-decoration:none;font-weight:500;transition:all .3s ease}.contact-info-item a:hover{text-decoration:underline}.contact-info-item span{color:#111827}@media (max-width: 768px){.contact-header{padding:7rem 1.5rem 3rem}.contact-header-title{font-size:2rem}.contact-header-subtitle{font-size:1rem}.contact-container{padding:3rem 1.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.contact-submit-button{width:100%;justify-content:center}}@media (max-width: 640px){.contact-header{padding:7rem 1rem 2.5rem}.contact-header-title{font-size:1.75rem}.contact-header-subtitle{font-size:1rem}.contact-container{padding:2rem 1rem}.contact-form,.contact-info-sidebar{padding:1.5rem}}.business-health-page{width:100%;min-height:100vh;background:#fff}.business-health-hero{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.business-health-hero-content{max-width:900px;margin:0 auto}.business-health-hero h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.business-health-hero p{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.business-health-hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.business-health-hero-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffffe6}.business-health-hero-feature svg{width:20px;height:20px;color:var(--primary-color, #8fb339)}.business-health-survey{padding:0 1rem 2rem}.business-health-survey-wrapper{max-width:800px;margin:0 auto;padding-top:100px}.business-health-start{padding:20px 2rem 3rem;max-width:600px;margin:0 auto;text-align:center}.business-health-start h2{font-size:1.75rem;font-weight:700;color:#374151;margin-bottom:1rem}.business-health-start p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.business-health-start-btn{background:linear-gradient(135deg,#6b8a2b,#8fb339);color:#fff;border:none;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.business-health-start-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6b8a2b66}.business-health-benefits{text-align:left;margin:2rem 0;padding:0;list-style:none}.business-health-benefits li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#374151}.business-health-benefits li svg{width:24px;height:24px;color:#6b8a2b;flex-shrink:0;margin-top:2px}.business-health-reset{text-align:center;margin-top:2rem}.business-health-reset-btn{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;text-decoration:underline}.business-health-reset-btn:hover{color:#374151}@media (max-width: 768px){.business-health-hero{padding:7rem 1.5rem 3rem}.business-health-hero h1{font-size:2rem}.business-health-hero p{font-size:1rem}.business-health-hero-features{flex-direction:column;gap:1rem}.business-health-start{padding:2rem 1.5rem;margin:1rem}}@media (max-width: 640px){.business-health-hero{padding:7rem 1rem 2.5rem}.business-health-hero h1{font-size:1.75rem}}html,body,#app{height:auto!important;overflow:visible!important}.admin-layout{display:flex;flex-direction:column;height:auto!important;background-color:#f9fafb;overflow:visible!important}.admin-header{background-color:var(--secondary-color);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.admin-header h1{font-size:1.5rem;margin:0}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}.admin-user-info{display:flex;align-items:center;gap:1rem}.user-email{font-size:.875rem;opacity:.9}.logout-button{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .2s}.logout-button:hover{background-color:#fff3}.admin-container{display:flex;position:relative;min-height:calc(100vh - 57px)}.admin-sidebar{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;transition:width .3s ease;flex-shrink:0}.admin-sidebar.collapsed{width:60px;overflow-x:hidden}.admin-nav{padding:1.5rem 0}.sidebar-collapse-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;margin-bottom:1rem;background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s}.sidebar-collapse-button:hover{color:var(--primary-color)}.admin-sidebar.collapsed .sidebar-collapse-button{padding:.75rem .5rem}.nav-section{margin-top:2rem}.nav-section-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:0 1.5rem;margin-bottom:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#374151;text-decoration:none;transition:all .2s;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.admin-sidebar.collapsed .nav-item{padding:.75rem;justify-content:center;position:relative}.admin-sidebar.collapsed .nav-item:after{content:attr(title);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:.5rem;padding:.25rem .75rem;background-color:#1f2937;color:#fff;font-size:.875rem;border-radius:.25rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.admin-sidebar.collapsed .nav-item:hover:after{opacity:1}.nav-item:hover{background-color:#f3f4f6;color:var(--primary-color)}.nav-item.active{background-color:#f0fdf4;color:var(--primary-color);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary-color)}.nav-icon{flex-shrink:0;opacity:.7}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.admin-main{flex:1;padding:1rem}.mobile-menu-overlay,.mobile-menu-header{display:none}@media (max-width: 768px){.mobile-menu-toggle{display:block}.admin-header h1{font-size:1.25rem}.user-email,.sidebar-collapse-button{display:none}.admin-sidebar{position:fixed;top:0;left:0;right:0;width:100%;height:100vh;background-color:#fff;z-index:200;transform:translateY(-100%);transition:transform .3s ease;overflow:hidden;display:flex;flex-direction:column}.admin-sidebar.mobile-open{transform:translateY(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--secondary-color);color:#fff;flex-shrink:0}.mobile-menu-header h2{margin:0;font-size:1.25rem}.mobile-menu-close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background-color .2s}.mobile-menu-close:hover{background-color:#ffffff1a}.admin-nav.mobile-scrollable{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 0}.nav-section{margin-top:1.5rem}.nav-section-title{font-size:.875rem;padding:0 1rem;margin-bottom:.5rem}.nav-item{padding:.875rem 1rem;font-size:.9375rem}.nav-item.active{background-color:#f4f8eb}.nav-icon{font-size:1.25rem!important}.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:190;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-main{padding:1rem}body:has(.admin-sidebar.mobile-open){overflow:hidden}}@media (max-width: 768px){.admin-sidebar.slide-right{transform:translate(100%);right:0;left:auto;width:85%;max-width:320px}.admin-sidebar.slide-right.mobile-open{transform:translate(0)}}@media (max-width: 768px){.nav-item{min-height:48px;border-bottom:1px solid #f3f4f6}.nav-section:last-child .nav-item:last-child{border-bottom:none}.nav-item:active{background-color:#e5e7eb}}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:.125rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:all .15s ease}.stat-card:hover{box-shadow:0 4px 6px #0000001a;border-color:var(--primary-color)}.stat-card h3{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem}.stat-link{font-size:.875rem;color:var(--primary-color);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.stat-link:hover{text-decoration:underline}.dashboard-section{background:#fff;padding:1.5rem;border-radius:.125rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem}.dashboard-section h2{font-size:1.25rem;margin-bottom:1rem;color:var(--secondary-color)}.recent-items{display:flex;flex-direction:column;gap:1rem}.recent-item{padding:1rem;border:1px solid #e5e7eb;border-radius:.125rem;display:flex;justify-content:space-between;align-items:center;transition:border-color .15s ease}.recent-item:hover{border-color:var(--primary-color)}.recent-item-info h4{font-size:1rem;margin-bottom:.25rem}.recent-item-meta{font-size:.875rem;color:#6b7280}.recent-item-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-draft{background-color:#fef3c7;color:#92400e}.status-published{background-color:#d1fae5;color:#065f46}.status-sent{background-color:#dbeafe;color:#1e40af}.status-accepted{background-color:#d1fae5;color:#065f46}.quick-actions{display:flex;gap:1rem;flex-wrap:wrap}.quick-action-button{background-color:var(--primary-color);color:#fff;border:none;padding:0 1rem;height:36px;border-radius:.125rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.quick-action-button:hover{background-color:var(--primary-hover)}.empty-state,.loading-state{text-align:center;padding:2rem;color:#6b7280}.error-state{text-align:center;padding:2rem;color:#ef4444}.admin-page{padding:1.5rem;max-width:1200px;margin:0 auto;min-height:100%}.admin-page-header{align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.125rem;margin-bottom:1.5rem}.breadcrumb{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280;text-decoration:none;margin-bottom:.5rem;transition:color .15s ease}.admin-page-actions,.header-actions{display:flex;gap:.75rem;align-items:center}@media (max-width: 768px){.admin-page{padding:1rem}.admin-page-header{flex-direction:column;align-items:stretch;gap:1rem}.admin-page-actions,.header-actions{justify-content:flex-start}}.form-section{margin-bottom:1.5rem}.form-section h2{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1c20;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.form-row.single{grid-template-columns:1fr;margin-top:.5rem}.form-actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;align-items:start;position:relative;min-height:150vh}.detail-main{background:#fff;padding:1.25rem;border-radius:.125rem;border:1px solid #e5e7eb}.detail-sidebar{position:relative}.sidebar-section{background:#fff;padding:1.25rem;border-radius:.125rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.sidebar-section h3{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;color:#1a1c20;opacity:.9}.record-info-content{color:#374151}.record-name{font-size:1.125rem;font-weight:600;color:#1a1c20;margin-bottom:.5rem}.record-meta{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.priority-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.priority-badge.low{background:#f3f4f6;color:#6b7280}.priority-badge.medium{background:#fef3c7;color:#92400e}.priority-badge.high{background:#fee2e2;color:#dc2626}.status-info{padding:.75rem;background:#f9fafb;border-radius:.25rem}.status-info .status-badge{margin-bottom:.5rem}.value-info{font-size:.875rem;color:#374151;font-weight:500}.tips-content{font-size:.875rem;color:#6b7280}.tips-content ul{margin:0;padding-left:1.25rem}.tips-content li{margin-bottom:.5rem}.quick-actions{display:flex;flex-direction:column;gap:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;height:36px;padding:0 1rem;border-radius:.125rem;text-align:center;font-size:.875rem;font-weight:500;transition:all .15s ease;text-decoration:none;border:none;cursor:pointer}.action-btn.primary{background:#8fb339;color:#fff}.action-btn.primary:hover:not(:disabled){background:#7a9b2f}.action-btn.secondary{background:#fff;color:#1a1c20;border:1px solid #1a1c20;opacity:.8}.action-btn.secondary:hover{background:#1a1c20;color:#fff;opacity:1}.action-btn.danger:hover:not(:disabled){background:#dc2626;color:#fff}.action-btn.view{background:#fff;color:#3b82f6;border:1px solid #3b82f6}.action-btn.view:hover{background:#3b82f6;color:#fff}.action-btn.success{background:#10b981;color:#fff}.action-btn.success:hover:not(:disabled){background:#059669}.action-btn:disabled{opacity:.5;cursor:not-allowed}.MuiTextField-root{margin-bottom:1rem}.MuiInput-underline:before{border-bottom-color:#d1d5db}.MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom-color:#8fb339}.MuiInput-underline:after{border-bottom-color:#8fb339}.MuiInputLabel-root{color:#6b7280;font-size:.875rem;font-weight:500}.MuiInputLabel-root.Mui-focused{color:#8fb339}.MuiInputLabel-root.Mui-error{color:#dc2626}.MuiInput-input{font-size:.875rem;color:#1a1c20;padding:.5rem 0}.MuiInput-input::placeholder{color:#9ca3af;opacity:1}.MuiSelect-select{font-size:.875rem;color:#1a1c20}.MuiMenuItem-root{font-size:.875rem}.MuiMenuItem-root:hover,.MuiMenuItem-root.Mui-selected{background-color:#f4f8eb}.MuiMenuItem-root.Mui-selected:hover{background-color:#e8f0d3}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-badge.active,.status-badge.published{background:#10b981;color:#fff}.status-badge.inactive{background:#6b7280;color:#fff}.status-badge.draft{background:#fef3c7;color:#92400e}.status-badge.scheduled{background:#dbeafe;color:#1e40af}.status-badge.private{background:#e0e7ff;color:#3730a3}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr}.sidebar-sticky-container{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.quick-actions{flex-direction:row;flex-wrap:wrap}.action-btn{flex:1;min-width:120px}}.who-we-help-page{min-height:100vh;background:#fff}.who-we-help-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.who-we-help-header-content{max-width:1280px;margin:0 auto}.who-we-help-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.who-we-help-subtitle{font-size:1.25rem;color:#fff;max-width:800px;margin:0 auto;line-height:1.6}.who-we-help-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.intro-section{max-width:900px;margin:0 auto 6rem;text-align:center}.intro-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:left}.specialist-section{margin-bottom:5rem}.specialist-intro{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.sectors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.sector-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:2rem;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.sector-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.sector-icon{margin-bottom:1.5rem}.sector-icon svg{width:64px;height:64px}.sector-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.sector-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.sector-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:1rem;font-family:Titillium Web,sans-serif}.sector-description{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem;flex:1}.sector-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);font-weight:600;font-size:.875rem;transition:gap .3s ease}.sector-card:hover .sector-link{gap:.75rem}.sector-link svg{width:18px;height:18px;transition:transform .3s ease}.sector-card:hover .sector-link svg{transform:translate(4px)}.beyond-sectors-section{max-width:900px;margin:0 auto 5rem;text-align:center}.beyond-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:left}@media (max-width: 768px){.who-we-help-header{padding:7rem 1.5rem 3rem}.who-we-help-title{font-size:2rem}.who-we-help-subtitle{font-size:1rem}.section-heading{font-size:2rem}.intro-text,.specialist-intro,.beyond-text{font-size:1rem}.sectors-grid{grid-template-columns:1fr;gap:1.5rem}.sector-icon svg{width:56px;height:56px}.sector-title{font-size:1.25rem}.intro-section,.specialist-section,.beyond-sectors-section{margin-bottom:3rem}}@media (max-width: 640px){.who-we-help-header{padding:6rem 1rem 2rem}.sector-icon svg{width:48px;height:48px}}.software-page{width:100%;min-height:100vh;background:#fff}.software-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.software-header-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.software-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif;text-align:center}.software-subtitle{font-size:1.25rem;color:#fff;line-height:1.6;text-align:center}.software-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.software-section-title{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin-bottom:3rem;line-height:1.2;text-align:center}.software-intro{max-width:900px;margin:0 auto 6rem;text-align:center}.software-intro-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:left}.software-platforms-section{margin-bottom:5rem}.software-platforms-section .software-intro-text{max-width:900px;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.category-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.category-icon{margin-bottom:1.5rem}.category-icon svg{width:64px;height:64px}.category-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.category-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.category-card-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.category-card-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem;flex:1}.category-software-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.software-link{display:inline-block;padding:.375rem .875rem;background:#f3f4f6;color:var(--secondary-color, #1a1c20);border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s ease}.software-link:hover{background:var(--primary-color, #8fb339);color:#fff;transform:translateY(-2px)}.software-approach{margin-bottom:5rem}.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.approach-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s ease}.approach-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.approach-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.approach-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.software-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:3rem}.software-card-link{text-decoration:none;display:block;height:100%}.software-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;align-items:center}.software-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f;border-color:var(--primary-color, #8fb339)}.software-logo{width:80px;height:80px;margin-bottom:1rem;position:relative}.software-logo img{width:100%;height:100%;object-fit:contain}.software-logo-placeholder{width:100%;height:100%;background:#f3f4f6;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif}.software-card-title{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .5rem;font-family:Titillium Web,sans-serif}.software-card-category{font-size:.875rem;color:#6b7280;margin:0}.software-loading,.software-error{text-align:center;padding:3rem;color:#6b7280}.software-unlisted{max-width:900px;margin:0 auto 5rem;text-align:center}.unlisted-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:left}@media (max-width: 900px){.categories-grid,.approach-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.software-header{padding:7rem 1.5rem 3rem}.software-title{font-size:2rem}.software-subtitle{text-align:center;font-size:1rem}.software-container{padding:3rem 1rem}.software-section-title{font-size:2rem}.software-intro,.software-platforms-section,.software-approach,.software-unlisted{margin-bottom:3rem}.software-intro-text,.unlisted-text{font-size:1rem}.category-card{padding:1.5rem}.category-icon svg{width:56px;height:56px}.category-card-title{font-size:1.25rem}.approach-card{padding:1.5rem}}@media (max-width: 640px){.software-header{padding:6rem 1rem 2rem}.category-icon svg{width:48px;height:48px}}.software-metadata{margin-bottom:3rem;padding:2rem;background:#f9fafb;border-radius:12px}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.metadata-item{display:flex;flex-direction:column;gap:.5rem}.metadata-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.metadata-value{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20)}.software-markdown-content{line-height:1.8;color:#1f2937}.software-markdown-content h1{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:3rem 0 1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.software-markdown-content h2{font-size:2rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:2.5rem 0 1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.software-markdown-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:2rem 0 1rem;font-family:Titillium Web,sans-serif}.software-markdown-content h4{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:1.5rem 0 .75rem;font-family:Titillium Web,sans-serif}.software-markdown-content p{margin:0 0 1.5rem;color:#4b5563;line-height:1.8}.software-markdown-content ul,.software-markdown-content ol{margin:0 0 1.5rem 1.5rem;color:#4b5563}.software-markdown-content li{margin-bottom:.5rem;line-height:1.6}.software-markdown-content code{background:#f3f4f6;padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e83e8c}.software-markdown-content pre{background:#1f2937;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:0 0 1.5rem}.software-markdown-content pre code{background:none;padding:0;color:#f3f4f6}.software-markdown-content blockquote{border-left:4px solid var(--primary-color, #8fb339);padding-left:1.5rem;margin:0 0 1.5rem;font-style:italic;color:#6b7280}.software-markdown-content table{width:100%;border-collapse:collapse;margin:0 0 1.5rem}.software-markdown-content table th{background:#f3f4f6;padding:.75rem;text-align:left;font-weight:600;border:1px solid #e5e7eb}.software-markdown-content table td{padding:.75rem;border:1px solid #e5e7eb}.software-markdown-content table tr:nth-child(2n){background:#f9fafb}.software-markdown-content a{color:var(--primary-color, #8fb339);text-decoration:none;font-weight:600}.software-markdown-content a:hover{text-decoration:underline}.software-markdown-content hr{border:none;border-top:2px solid #e5e7eb;margin:3rem 0}.software-markdown-content strong{font-weight:700;color:#1f2937}.software-markdown-content em{font-style:italic}@media (max-width: 768px){.software-metadata{padding:1.5rem}.metadata-grid{grid-template-columns:1fr;gap:1.5rem}.software-markdown-content h1{font-size:2rem}.software-markdown-content h2{font-size:1.75rem}.software-markdown-content h3{font-size:1.25rem}}@media (max-width: 640px){.software-metadata{padding:1rem}}.tab-navigation{display:flex;justify-content:center;gap:0;background:#fff;border-bottom:2px solid #e5e7eb;margin-bottom:3rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.tab-btn{flex:1;max-width:300px;padding:1rem 2rem;border:none;background:transparent;color:#6b7280;font-size:1rem;font-weight:600;font-family:Titillium Web,sans-serif;cursor:pointer;transition:all .15s ease;position:relative;border-bottom:3px solid transparent}.tab-btn:hover{color:var(--primary-color, #8fb339);background:#f9fafb}.tab-btn.active{color:var(--primary-color, #8fb339);border-bottom-color:var(--primary-color, #8fb339)}.score-display{position:relative;width:160px;height:160px;display:inline-block}.score-circle{transform:rotate(0)}.score-circle-progress{transition:stroke-dashoffset 1s ease}.score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-family:Titillium Web,sans-serif}.score-number{font-size:3rem;font-weight:700;display:block;line-height:1}.score-max{font-size:1.5rem;font-weight:600;opacity:.7}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;margin-bottom:1rem;overflow:hidden;transition:all .15s ease}.info-card-success{border-left:4px solid #8fb339;background:#f4f8eb}.info-card-warning{border-left:4px solid #f59e0b;background:#fffbeb}.info-card-danger{border-left:4px solid #dc2626;background:#fef2f2}.info-card-info{border-left:4px solid #0891b2;background:#f0f9ff}.info-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-bottom:1px solid #e5e7eb}.info-card-header-expandable{cursor:pointer;-webkit-user-select:none;user-select:none}.info-card-header-expandable:hover{background:#f9fafb}.info-card-icon{display:flex;align-items:center;color:var(--primary-color, #8fb339)}.info-card-title{flex:1;margin:0;font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif}.info-card-expand-icon{transition:transform .15s ease;color:#6b7280}.info-card-expand-icon.expanded{transform:rotate(180deg)}.info-card-content{padding:1.25rem}.metrics-card{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:all .15s ease}.metrics-card:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.metrics-card-icon{color:var(--primary-color, #8fb339);display:flex;align-items:center}.metrics-card-content{flex:1}.metrics-card-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.metrics-card-value{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif;display:flex;align-items:center;gap:.5rem}.metrics-card-badge{font-size:.875rem;font-weight:500}.flag-card{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;padding:1.5rem;transition:all .15s ease}.flag-card:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.flag-card-green{border-left:4px solid #8fb339;background:#f4f8eb}.flag-card-red{border-left:4px solid #dc2626;background:#fef2f2}.flag-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.flag-card-icon{font-size:1.5rem}.flag-card-green .flag-card-icon{color:#8fb339}.flag-card-red .flag-card-icon{color:#dc2626}.flag-card-title{flex:1;margin:0;font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif}.flag-card-severity{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.severity-high{background:#dc2626;color:#fff}.severity-medium{background:#f59e0b;color:#fff}.severity-low{background:#6b7280;color:#fff}.flag-card-details{margin:0;padding-left:1.5rem;color:#4b5563;line-height:1.6}.flag-card-details li{margin-bottom:.5rem}.badge-group{display:flex;flex-wrap:wrap;gap:.5rem}.badge{display:inline-block;padding:.375rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .15s ease}.badge-primary{background:var(--primary-color, #8fb339);color:#fff}.badge-secondary{background:var(--secondary-color, #1a1c20);color:#fff}.badge-success{background:#8fb339;color:#fff}.badge-warning{background:#f59e0b;color:#fff}.badge-info{background:#0891b2;color:#fff}.badge-default{background:#f3f4f6;color:var(--secondary-color, #1a1c20)}.difficulty-breakdown{display:flex;flex-direction:column;gap:1rem}.difficulty-item{display:flex;flex-direction:column;gap:.5rem}.difficulty-label{display:flex;justify-content:space-between;align-items:center}.difficulty-category{font-size:.875rem;font-weight:600;color:var(--secondary-color, #1a1c20);text-transform:capitalize}.difficulty-value{font-size:.875rem;font-weight:600}.difficulty-bar-container{height:8px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.difficulty-bar{height:100%;transition:width .5s ease;border-radius:9999px}.overview-tab{max-width:1200px;margin:0 auto}.overview-hero{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:.125rem;padding:3rem;margin-bottom:3rem;text-align:center}.overview-hero-score{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.overview-hero-text h2{font-size:2rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:1rem;font-family:Titillium Web,sans-serif}.integration-verdict-badge{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-light, #f4f8eb);border:1px solid var(--primary-color, #8fb339);border-radius:.125rem;font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20)}.overview-hero-meta{display:flex;justify-content:center;gap:2rem;color:#6b7280;font-size:.875rem;flex-wrap:wrap}.hero-meta-item{display:flex;align-items:center;gap:.5rem}.overview-section{margin-bottom:4rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;display:flex;align-items:center;gap:.75rem}.section-title-icon{font-size:1.75rem}.section-title-icon.success{color:#8fb339}.section-title-icon.warning{color:#f59e0b}.executive-summary-content{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;padding:2rem}.summary-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:2rem}.key-takeaways h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:1rem;font-family:Titillium Web,sans-serif}.key-takeaways ul{margin:0;padding-left:1.5rem;color:#4b5563;line-height:1.8}.key-takeaways li{margin-bottom:.75rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.flags-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.bottom-line-content{display:flex;flex-direction:column;gap:1.5rem}.checklist{margin:0;padding:0;list-style:none}.checklist li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;line-height:1.6;color:#4b5563}.checklist-success li svg{color:#8fb339;margin-top:.25rem;flex-shrink:0}.checklist-warning li svg{color:#f59e0b;margin-top:.25rem;flex-shrink:0}.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.company-info-item{display:flex;flex-direction:column;gap:.5rem}.company-info-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.company-info-value{font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20)}.recent-developments{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.recent-developments h4{font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin-bottom:.75rem;font-family:Titillium Web,sans-serif}.recent-developments ul{margin:0;padding-left:1.5rem;color:#4b5563;line-height:1.6}.recent-developments li{margin-bottom:.5rem}.technical-tab{max-width:1200px;margin:0 auto}.technical-section{margin-bottom:3rem}.technical-detail{color:#4b5563;line-height:1.6}.technical-detail h4{font-size:.875rem;font-weight:600;color:var(--secondary-color, #1a1c20);text-transform:uppercase;letter-spacing:.05em;margin:1.5rem 0 .75rem;font-family:Titillium Web,sans-serif}.technical-detail p{margin:0 0 1rem}.technical-detail ul{margin:0 0 1rem;padding-left:1.5rem}.technical-detail li{margin-bottom:.5rem}.technical-detail .warning-list{color:#92400e}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.875rem;font-weight:500;color:var(--secondary-color, #1a1c20)}.rate-limits-table{overflow-x:auto;margin-bottom:1.5rem}.rate-limits-table table{width:100%;border-collapse:collapse;font-size:.875rem}.rate-limits-table th{background:#f9fafb;padding:.75rem;text-align:left;font-weight:600;border:1px solid #e5e7eb;color:var(--secondary-color, #1a1c20)}.rate-limits-table td{padding:.75rem;border:1px solid #e5e7eb}.rate-limits-table tr:nth-child(2n){background:#f9fafb}.documentation-rating{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:.125rem;margin-bottom:1.5rem}.rating-display{font-size:1.25rem;font-weight:700;color:var(--primary-color, #8fb339)}.doc-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);text-decoration:none;font-weight:600;transition:all .15s ease}.doc-link:hover{text-decoration:underline}.sdk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.sdk-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.125rem;padding:1rem}.sdk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sdk-language{font-weight:600;color:var(--secondary-color, #1a1c20)}.sdk-status{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.sdk-status.maintained{background:#8fb339;color:#fff}.sdk-status.unmaintained{background:#9ca3af;color:#fff}.sdk-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary-color, #8fb339);text-decoration:none;font-size:.875rem;transition:all .15s ease}.sdk-link:hover{text-decoration:underline}.sandbox-status{margin-bottom:1.5rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:.125rem;font-weight:600;font-size:.875rem}.status-badge.success{background:var(--primary-light, #f4f8eb);border:1px solid var(--primary-color, #8fb339);color:var(--secondary-color, #1a1c20)}.status-badge.warning{background:#fffbeb;border:1px solid #f59e0b;color:#92400e}.sandbox-type{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.sandbox-type:last-child{border-bottom:none}.sandbox-type strong{display:block;margin-bottom:.5rem;color:var(--secondary-color, #1a1c20)}.pain-point{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.pain-point:last-child{border-bottom:none;padding-bottom:0}.pain-point h4{font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin-bottom:.75rem;font-family:Titillium Web,sans-serif}.pain-point .percentage{color:#6b7280;font-weight:500}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.certification-card{padding:1rem;border:1px solid #e5e7eb;border-radius:.125rem;transition:all .15s ease}.certification-card.available{background:var(--primary-light, #f4f8eb);border-color:var(--primary-color, #8fb339)}.certification-card.unavailable{background:#f9fafb;opacity:.7}.certification-name{font-weight:600;color:var(--secondary-color, #1a1c20);margin-bottom:.5rem}.certification-status{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.certification-details{font-size:.875rem;color:#6b7280;line-height:1.4}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.resource-list{margin:0;padding:0;list-style:none}.resource-list li{margin-bottom:.75rem}.resource-list a{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);text-decoration:none;transition:all .15s ease}.resource-list a:hover{text-decoration:underline}@media (max-width: 1024px){.overview-hero-score{flex-direction:column;gap:2rem}.flags-grid,.metrics-grid,.resources-grid{grid-template-columns:1fr}}@media (max-width: 768px){.tab-btn{font-size:.875rem;padding:.875rem 1rem}.overview-hero{padding:2rem}.score-display{width:140px;height:140px}.score-number{font-size:2.5rem}.score-max{font-size:1.25rem}.overview-hero-text h2,.section-title{font-size:1.5rem}.overview-section,.technical-section{margin-bottom:2rem}.company-info-grid,.detail-grid,.sdk-grid,.certifications-grid{grid-template-columns:1fr}}@media (max-width: 640px){.tab-navigation{margin-bottom:2rem}.overview-hero{padding:1.5rem}.overview-hero-meta{flex-direction:column;gap:.75rem}.score-display{width:120px;height:120px}.score-number{font-size:2rem}.score-max{font-size:1rem}.executive-summary-content,.info-card-content,.flag-card,.metrics-card{padding:1rem}.rate-limits-table{font-size:.75rem}}.overview-hero-split{display:flex;gap:2rem;margin-bottom:3rem;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:.125rem;padding:2rem}.overview-hero-left{flex:0 0 20%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;border-right:1px solid #e5e7eb}.overview-hero-left .score-display{margin-bottom:1rem}.integration-title{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.hero-meta-compact{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;color:#6b7280;font-size:.75rem}.hero-meta-compact .hero-meta-item{justify-content:center}.overview-hero-right{flex:1;padding:1rem}.overview-hero-right .section-title{margin-top:0;text-align:left}.overview-hero-right .summary-text{text-align:left;margin-bottom:1.5rem}.key-takeaways-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.key-takeaways h3{font-size:1rem;margin-bottom:.75rem;font-weight:600;color:var(--secondary-color, #1a1c20)}.key-takeaways-column{margin:0;padding-left:1.25rem;color:#4b5563;line-height:1.6;font-size:.875rem}.key-takeaways-column li{margin-bottom:.375rem}@media (max-width: 1024px){.overview-hero-split{flex-direction:column}.overview-hero-left{flex:none;border-right:none;border-bottom:1px solid #e5e7eb;padding-bottom:2rem}.key-takeaways-columns{grid-template-columns:1fr;gap:0}}@media (max-width: 768px){.overview-hero-split{padding:1.5rem}.overview-hero-left,.overview-hero-right{padding:1rem 0}}.executive-summary-section{display:flex;gap:1.5rem;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:.125rem;padding:1.5rem;margin-bottom:1.5rem}.executive-summary-left{flex:0 0 30%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;border-right:1px solid #e5e7eb}.software-logo-placeholder{width:120px;height:120px;margin-bottom:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.software-logo-placeholder img{width:100%;height:100%;object-fit:contain}.logo-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f9fafb}.logo-fallback.hidden{display:none}.executive-summary-left .score-display{margin-bottom:1rem}.executive-summary-right{flex:1;padding:1rem}.executive-summary-right .section-title{margin-top:0;margin-bottom:1rem;text-align:left;font-size:1.5rem}.executive-summary-right .summary-text{text-align:left;margin-bottom:1rem;font-size:.9375rem;line-height:1.6;color:#4b5563}.company-details-compact{width:100%;margin-top:1.5rem;text-align:left}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-size:.8125rem}.detail-item:last-child{border-bottom:none}.detail-item.meta{justify-content:center;gap:.5rem;margin-top:.75rem;color:#6b7280;font-size:.75rem;border:none}.detail-label{font-weight:600;color:#6b7280}.detail-value{font-weight:500;color:var(--secondary-color, #1a1c20)}.separator{color:#d1d5db}.integration-difficulty-section{margin-top:1.5rem}.integration-difficulty-grid{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.integration-difficulty-left{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fafbfc;border-radius:.75rem}.integration-difficulty-left .score-display{margin-bottom:1.5rem}.integration-verdict-badge{margin-top:.5rem}.integration-difficulty-right{padding:.5rem 0}.integration-summary{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:2rem}.difficulty-breakdown-cards h3{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;color:var(--secondary-color, #1a1c20)}.difficulty-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.difficulty-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;transition:all .2s ease}.difficulty-card:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.difficulty-card-label{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.025em}.difficulty-card-value{font-size:.9375rem;color:var(--secondary-color, #1a1c20);line-height:1.5;margin:0}@media (max-width: 768px){.integration-difficulty-grid{grid-template-columns:1fr;gap:2rem}.integration-difficulty-left{margin:0 auto}}.at-a-glance-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.info-list{display:flex;flex-direction:column;gap:.75rem}.info-list-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.info-list-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#6b7280;font-size:.875rem}.info-value{font-weight:500;color:var(--secondary-color, #1a1c20);font-size:.875rem}.technical-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.technical-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;height:100%;display:flex;flex-direction:column;transition:all .2s ease}.technical-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.technical-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.technical-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-light, #f4f8eb);border-radius:.5rem;color:var(--primary-color, #8fb339)}.technical-card-title{font-size:1rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin:0;flex:1}.technical-card-summary{font-size:.9375rem;color:#4b5563;margin-bottom:1rem}.technical-card-summary p{margin:0}.technical-card-content{flex:1;font-size:.875rem;color:#6b7280}.technical-card-content h4{font-size:.875rem;font-weight:600;color:#4b5563;margin:0 0 .5rem}.technical-card-expand{margin-top:1rem;padding:.5rem 1rem;background:var(--primary-light, #f4f8eb);border:1px solid var(--primary-color, #8fb339);border-radius:.375rem;color:var(--secondary-color, #1a1c20);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.technical-card-expand:hover{background:var(--primary-color, #8fb339);color:#fff}.compact-list{margin:0;padding-left:1.25rem;list-style:disc}.compact-list li{margin-bottom:.25rem;color:#4b5563}.more-indicator{font-style:italic;color:#9ca3af}.card-note{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.limit-summary{display:flex;flex-direction:column;gap:.5rem}.limit-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.limit-item span{color:#6b7280}.limit-item strong{color:var(--secondary-color, #1a1c20);font-weight:600}.doc-links{display:flex;flex-direction:column;gap:.5rem}.doc-links a{display:inline-flex;align-items:center;gap:.375rem;color:var(--primary-color, #8fb339);text-decoration:none;font-size:.875rem;transition:color .15s ease}.doc-links a:hover{color:var(--primary-dark, #7a9b2f);text-decoration:underline}.modal-header{margin-bottom:2rem;position:relative}.modal-content{max-height:70vh;overflow-y:auto}.modal-content h3{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem;color:var(--secondary-color, #1a1c20)}.modal-content h3:first-child{margin-top:0}.modal-content h4{font-size:1rem;font-weight:600;margin:1.5rem 0 .75rem;color:#4b5563}.modal-content h5{font-size:.9375rem;font-weight:600;margin:1rem 0 .5rem;color:#6b7280}.strictness-badge{display:inline-block;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.strictness-badge.strict{background:#fee2e2;color:#dc2626}.strictness-badge.moderate{background:#fef3c7;color:#d97706}.strictness-badge.lenient{background:#d1fae5;color:#059669}.status-available{color:#059669;font-weight:600}.status-unavailable{color:#dc2626;font-weight:600}.code-block{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;overflow-x:auto;font-family:monospace;font-size:.875rem;line-height:1.5}.error-example{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.user-action{font-size:.875rem;color:#7c3aed;margin-top:.5rem}.resource-links{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.resource-links a{color:var(--primary-color, #8fb339);text-decoration:none;font-weight:500}.resource-links a:hover{text-decoration:underline}.forum-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.forum-item h5{margin:0 0 .5rem}.forum-item a{color:var(--primary-color, #8fb339);text-decoration:none;font-weight:500;font-size:.875rem}@media (max-width: 1200px){.technical-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.technical-cards-grid{grid-template-columns:1fr}}@media (max-width: 768px){.at-a-glance-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.executive-summary-section{flex-direction:column}.executive-summary-left{flex:none;border-right:none;border-bottom:1px solid #e5e7eb;padding-bottom:2rem}}@media (max-width: 768px){.executive-summary-section{padding:1.5rem}.executive-summary-left,.executive-summary-right{padding:1rem 0}}.software-content-wrapper{position:relative}.side-tab-navigation{position:fixed;left:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:0;z-index:100;background:#fff;border:1px solid #e5e7eb;border-left:none;border-radius:0 .5rem .5rem 0;box-shadow:2px 0 8px #0000001a;overflow:hidden}.side-tab-btn{padding:1rem .75rem;border:none;background:#fff;color:#6b7280;font-size:.75rem;font-weight:600;font-family:Titillium Web,sans-serif;cursor:pointer;transition:all .15s ease;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);border-bottom:1px solid #e5e7eb}.side-tab-btn:last-child{border-bottom:none}.side-tab-btn:hover{color:var(--primary-color, #8fb339);background:#f9fafb}.side-tab-btn.active{color:#fff;background:var(--primary-color, #8fb339)}.side-tab-text{display:block}@media (max-width: 1400px){.side-tab-navigation{position:sticky;top:0;left:0;transform:none;flex-direction:row;writing-mode:horizontal-tb;border-radius:0;border:none;border-bottom:2px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;width:100%;justify-content:center;margin-bottom:2rem}.side-tab-btn{writing-mode:horizontal-tb;transform:none;padding:1rem 2rem;border-bottom:3px solid transparent;flex:1;max-width:200px;text-align:center}.side-tab-btn:last-child{border-bottom:3px solid transparent}.side-tab-btn.active{background:#fff;color:var(--primary-color, #8fb339);border-bottom-color:var(--primary-color, #8fb339)}}.sectors-page{width:100%;min-height:100vh;background:#fff}.sectors-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.sectors-header-content{max-width:1280px;margin:0 auto}.sectors-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.sectors-subtitle{font-size:1.25rem;color:#fff;opacity:.9;max-width:800px;margin:0 auto}.sectors-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.sectors-intro-section{margin-bottom:6rem}.sectors-section-heading{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin:0 0 1.5rem;text-align:center;line-height:1.2}.sectors-intro-text{font-size:1.125rem;line-height:1.6;color:#111827;max-width:900px;margin:0 auto 1.5rem}.sectors-specialist-section{margin-bottom:6rem}.sectors-specialist-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;max-width:900px;margin:0 auto 3rem;text-align:center}.sectors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.sectors-sector-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column}.sectors-sector-card:hover{background:#f3f4f6;transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.sectors-sector-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.sectors-sector-icon svg{width:64px;height:64px}.sectors-sector-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.sectors-sector-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.sectors-sector-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.sectors-sector-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem;flex:1}.sectors-sector-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color, #8fb339);font-weight:600;font-size:1rem;transition:all .3s ease}.sectors-sector-card:hover .sectors-sector-link{gap:.75rem}.sectors-sector-link svg{width:18px;height:18px;transition:transform .3s ease}.sectors-sector-card:hover .sectors-sector-link svg{transform:translate(4px)}.sectors-challenges-section{margin-bottom:6rem;background:#f9fafb;padding:4rem 2rem;border-radius:12px}.sectors-challenges-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;max-width:900px;margin:0 auto 3rem;text-align:center}.sectors-challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.sectors-challenge-card{background:#fff;padding:2rem;border-radius:12px;transition:all .3s ease}.sectors-challenge-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.sectors-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.sectors-challenge-icon svg{width:64px;height:64px}.sectors-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.sectors-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.sectors-challenge-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.sectors-challenge-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.sectors-beyond-section{margin-bottom:4rem}.sectors-beyond-text{font-size:1.125rem;line-height:1.6;color:#111827;max-width:900px;margin:0 auto 1.5rem}@media (max-width: 900px){.sectors-grid,.sectors-challenges-grid{grid-template-columns:1fr}}@media (max-width: 768px){.sectors-header{padding:7rem 1.5rem 3rem}.sectors-title{font-size:2rem}.sectors-subtitle{font-size:1rem}.sectors-section-heading{font-size:2rem}.sectors-intro-text,.sectors-specialist-intro,.sectors-challenges-intro,.sectors-beyond-text{font-size:1rem}.sectors-challenges-section{padding:3rem 1.5rem}}@media (max-width: 640px){.sectors-container{padding:3rem 1rem}.sectors-intro-section,.sectors-specialist-section,.sectors-challenges-section{margin-bottom:4rem}.sectors-section-heading{font-size:1.75rem}.sectors-sector-card,.sectors-challenge-card{padding:1.5rem}.sectors-sector-icon,.sectors-challenge-icon{width:56px;height:56px}.sectors-sector-icon svg,.sectors-challenge-icon svg{width:56px;height:56px}}.posts-page{min-height:100vh;background:#fff}.posts-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.posts-header-content{max-width:1280px;margin:0 auto}.posts-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.posts-subtitle{font-size:1.25rem;color:#fff}.posts-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.empty-state{text-align:center;padding:4rem 0;color:#6b7280;font-size:1.125rem}@media (max-width: 768px){.posts-header{padding:7rem 1.5rem 3rem}.posts-title{font-size:2rem}.posts-subtitle{font-size:1rem}.posts-grid{grid-template-columns:1fr}}.portal-container{max-width:500px;margin:4rem auto;padding:0 1.5rem}.portal-header{text-align:center;margin-bottom:2rem}.portal-header h1{font-size:2rem;margin-bottom:.5rem;color:#1a1a1a}.portal-header p{color:#6b7280;font-size:1.1rem}.portal-form-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.portal-form-container h2{margin-top:0;margin-bottom:.5rem;font-size:1.5rem}.portal-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.portal-button{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.portal-button.primary{background-color:#1a1a1a;color:#fff}.portal-button.primary:hover:not(:disabled){background-color:#333}.portal-button.secondary{background-color:#f3f4f6;color:#1a1a1a}.portal-button.secondary:hover:not(:disabled){background-color:#e5e7eb}.portal-button:disabled{opacity:.6;cursor:not-allowed}.portal-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.portal-info p{margin:.5rem 0;color:#6b7280;font-size:.9rem;line-height:1.5}.portal-info strong{color:#1a1a1a}.code-input{text-align:center;font-size:2rem;letter-spacing:.5rem;font-weight:600;padding:1rem;font-family:Courier New,monospace}.portal-actions{display:flex;gap:1rem;margin-top:1.5rem}.portal-actions .portal-button{flex:1}.portal-dashboard{max-width:1200px;margin:2rem auto;padding:0 1.5rem}.portal-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.portal-dashboard-header h1{margin:0;font-size:2rem}.portal-user-info{text-align:right}.portal-user-email{color:#6b7280;margin-bottom:.5rem}.portal-logout-button{background:none;border:1px solid #d1d5db;color:#6b7280;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.portal-logout-button:hover{background-color:#f9fafb;border-color:#9ca3af}.portal-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.portal-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.portal-card h2{margin:0 0 .5rem;font-size:1.25rem}.portal-card-value{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:.5rem 0}.portal-card-label{color:#6b7280;font-size:.9rem}.portal-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.portal-section h2{margin:0 0 1rem;font-size:1.5rem}.portal-empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.portal-empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.3}.portal-list{list-style:none;padding:0;margin:0}.portal-list-item{border-bottom:1px solid #e5e7eb;padding:1rem 0}.portal-list-item:last-child{border-bottom:none}.portal-list-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.portal-list-item-title{font-weight:600;color:#1a1a1a}.portal-list-item-meta{color:#6b7280;font-size:.9rem}.portal-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.portal-badge.status-sent{background-color:#dbeafe;color:#1e40af}.portal-badge.status-accepted{background-color:#d1fae5;color:#065f46}.portal-badge.status-rejected{background-color:#fee2e2;color:#991b1b}.portal-badge.status-draft{background-color:#f3f4f6;color:#4b5563}.portal-badge.status-completed{background-color:#d1fae5;color:#065f46}.portal-back-link{color:#6b7280;text-decoration:none;font-size:.9rem;display:inline-block;margin-bottom:1.5rem;transition:color .2s}.portal-back-link:hover{color:#1a1a1a}.portal-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #1a1a1a}.portal-detail-header h1{margin:0;font-size:1.75rem;line-height:1.2;max-width:70%}.portal-detail-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:4px}.portal-detail-info-row{display:flex;flex-direction:column;gap:.25rem}.portal-detail-info-label{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;font-weight:500}.portal-detail-info-value{font-size:1rem;color:#1a1a1a;font-weight:500}.portal-detail-total{font-size:1.1rem;font-weight:600;color:#1a1a1a}.portal-detail-table{overflow-x:auto;margin-top:1rem}.portal-detail-table table{width:100%;border-collapse:collapse;font-size:.95rem}.portal-detail-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.portal-detail-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#1a1a1a;font-size:.85rem;text-transform:uppercase;letter-spacing:.025em}.portal-detail-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1a1a1a}.portal-detail-table tbody tr:last-child td{border-bottom:none}.portal-detail-table tbody tr:hover{background:#f9fafb}.portal-table-number{text-align:right;font-variant-numeric:tabular-nums}.portal-detail-table tfoot td{padding:.75rem 1rem;border-top:2px solid #e5e7eb;border-bottom:none}.portal-detail-table tfoot tr:first-child td{padding-top:1rem}.portal-line-notes{margin-top:.5rem;color:#6b7280;font-size:.9rem;font-style:italic;padding-left:1rem;border-left:2px solid #e5e7eb}@media (max-width: 768px){.portal-dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.portal-user-info{text-align:left;width:100%}.portal-cards{grid-template-columns:1fr}.portal-detail-header{flex-direction:column;gap:1rem}.portal-detail-header h1{max-width:100%}.portal-detail-info{grid-template-columns:1fr;gap:1rem}.portal-detail-table{font-size:.85rem}.portal-detail-table th,.portal-detail-table td{padding:.5rem}}.cs-list-page{min-height:100vh;background:#fff}.cs-list-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.cs-header-content{max-width:1280px;margin:0 auto}.cs-list-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.cs-list-subtitle{font-size:1.25rem;color:#fff}.cs-list-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.cs-studies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.cs-card-link{text-decoration:none;color:inherit;display:block;height:100%}.cs-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.cs-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.cs-card-image-container{position:relative;height:200px;overflow:hidden}.cs-card-image{width:100%;height:100%;object-fit:cover}.cs-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.cs-card-category{position:absolute;bottom:1rem;left:1rem;padding:.25rem .75rem;background:var(--primary-color, #667eea);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:500}.cs-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.cs-card-client{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.cs-card-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.4}.cs-card-excerpt{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:1rem;flex:1}.cs-card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cs-tech-tag{padding:.125rem .5rem;background:#f3f4f6;color:#374151;border-radius:.25rem;font-size:.75rem}.cs-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.cs-view-link{display:inline-flex;align-items:center;color:var(--secondary-color, #764ba2);font-weight:500;font-size:.875rem;transition:color .2s ease}.cs-view-link:hover{color:var(--primary-color, #667eea);text-decoration:underline}.cs-view-link svg{margin-left:.5rem;width:1rem;height:1rem}.cs-empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.cs-empty-state p{margin-bottom:1.5rem;font-size:1.125rem}@media (min-width: 768px){.cs-studies-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cs-studies-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.cs-list-header{padding:7rem 1.5rem 3rem}.cs-list-title{font-size:2rem}.cs-list-subtitle{font-size:1rem}.cs-studies-grid{grid-template-columns:1fr;gap:1.5rem}.cs-card-image-container{height:150px}}.admin-dashboard{padding:1.5rem;max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1a1c20;letter-spacing:-.025em;margin-bottom:.5rem}.no-actions{color:#6b7280;font-size:.875rem;font-style:italic}.dashboard-loading,.dashboard-error{padding:2rem;text-align:center}.dashboard-loading h1,.dashboard-error h1{font-size:2rem;font-weight:700;color:#1a1c20;letter-spacing:-.025em;margin-bottom:1rem}.dashboard-loading p,.dashboard-error p{color:#6b7280;font-size:.875rem}.action-items-table{background:#fff;border:1px solid #d1d5db;border-radius:.125rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.action-items-table table{width:100%;border-collapse:collapse}.action-items-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.action-items-table th{text-align:left;padding:.75rem 1rem;font-size:.6875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.action-items-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .15s ease}.action-items-table tbody tr:last-child{border-bottom:none}.action-items-table tbody tr:hover{background-color:#f9fafb}.action-items-table td{padding:1rem;font-size:.875rem}.icon-cell{width:3rem;text-align:center}.action-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f4f8eb;border-radius:.5rem;color:#8fb339}.action-icon svg{width:1.5rem;height:1.5rem}.title-cell{font-weight:400;color:#1a1c20;font-size:.875rem}.description-cell{color:#6b7280;font-size:.8125rem}.action-cell{width:100px;text-align:right}.action-button{display:inline-flex;align-items:center;padding:0 1rem;height:36px;background-color:#8fb339;color:#fff;text-decoration:none;border:none;border-radius:.125rem;font-size:.875rem;font-weight:500;transition:all .15s ease;cursor:pointer}.action-button:hover{background-color:#7a9b2f}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-row{pointer-events:none;animation:none}.skeleton-row:hover{background-color:transparent}.skeleton-icon{display:inline-block;width:2.5rem;height:2.5rem;border-radius:.5rem;background:linear-gradient(90deg,#f4f8eb 25%,#e5e7eb,#f4f8eb 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-text{display:inline-block;height:.875rem;border-radius:.125rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-title{width:70%}.skeleton-description{width:85%}.skeleton-button{display:inline-block;width:60px;height:36px;border-radius:.125rem;background:linear-gradient(90deg,#f4f8eb 25%,#d4e4b9,#f4f8eb 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@media (max-width: 768px){.admin-dashboard{padding:1rem}.action-items-table{overflow-x:auto}.action-items-table table{min-width:600px}.priority-cell,.action-cell{width:80px}.icon-cell{width:2.5rem}.action-button{min-width:36px}}@media (max-width: 480px){.dashboard-header h1{font-size:1.5rem}.action-items-table th{padding:.5rem;font-size:.625rem}.action-items-table td{padding:.75rem .5rem}.action-button{padding:0 .75rem;font-size:.8125rem}}.service-hero{background-color:var(--secondary-color);color:#fff;padding:6rem 1rem 4rem;text-align:center}.service-hero-content{max-width:800px;margin:0 auto}.service-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.service-tagline{font-size:1.5rem;opacity:.9;font-weight:300}.service-problem,.service-solution,.service-benefits,.service-process{margin:4rem 0}.service-problem h2,.service-solution h2,.service-benefits h2,.service-process h2{font-size:2.5rem;color:var(--secondary-color);margin-bottom:2rem;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#fff;padding:2rem;border-radius:.5rem;text-align:center;box-shadow:0 1px 3px #0000001a;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.benefit-icon{width:3rem;height:3rem;color:var(--primary-color);margin:0 auto 1rem}.benefit-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--secondary-color)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.process-step{text-align:center;position:relative}.step-number{width:3rem;height:3rem;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--secondary-color)}.service-problem{background-color:#fef2f2;padding:3rem;border-radius:.5rem;border-left:4px solid #ef4444}.service-solution{background-color:#f0fdf4;padding:3rem;border-radius:.5rem;border-left:4px solid var(--primary-color)}@media (max-width: 768px){.service-hero h1{font-size:2rem}.service-tagline{font-size:1.25rem}.benefits-grid,.process-steps{grid-template-columns:1fr}}.service-invoicing .service-hero{background:linear-gradient(135deg,var(--secondary-color),#2d3748)}.service-fire-fighting .service-hero{background:linear-gradient(135deg,#dc2626,#991b1b)}.service-paperless .service-hero{background:linear-gradient(135deg,#10b981,#059669)}.service-quoting .service-hero{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.service-compliance .service-hero{background:linear-gradient(135deg,#f59e0b,#d97706)}.service-timesheets .service-hero{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.quoting-guide .service-hero{background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem}.quoting-guide .service-hero h1{font-size:3rem;font-weight:700;font-family:Titillium Web,sans-serif;line-height:1.2;max-width:900px;margin:0 auto 1.5rem;color:#fff}.quoting-guide .service-tagline{font-size:1.25rem;max-width:700px;margin:0 auto;color:#ffffffe6;line-height:1.6}.guide-section{margin:5rem 0}.guide-section-header{text-align:center;margin-bottom:3rem}.guide-section-header h2{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.guide-section-header p{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}.guide-intro{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:4rem 2rem;border-radius:1rem;text-align:center;margin-bottom:4rem}.guide-intro h2{font-size:2rem;color:#1f2937;margin-bottom:1.5rem}.guide-intro p{font-size:1.125rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.8}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.soft-cta-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:4rem 2rem;border-radius:1rem;margin-top:4rem}.soft-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.soft-cta-card{background:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 2px 8px #00000014}.soft-cta-card h3{font-size:1.5rem;color:#1f2937;margin-bottom:1rem}.soft-cta-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.resource-links{display:flex;flex-direction:column;gap:1rem}.resource-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f9fafb;border-radius:.5rem;color:var(--secondary-color);text-decoration:none;font-weight:500;transition:all .2s ease}.resource-link:hover{background:#f3f4f6;transform:translate(4px)}.resource-link svg{color:var(--primary-color)}.resource-link.external:after{content:"↗";margin-left:auto;opacity:.5}.industry-section{background:linear-gradient(135deg,#1e293b,#0f172a);padding:4rem 2rem;border-radius:1rem;margin-left:-1rem;margin-right:-1rem}.industry-section .guide-section-header h2{color:#fff}.industry-section .guide-section-header p{color:#94a3b8}.how-we-help{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:4rem 2rem;border-radius:1rem}.how-we-help .guide-section-header{margin-bottom:2rem}.how-we-help-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.how-we-help-problem,.how-we-help-solution{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 2px 8px #0000000f}.how-we-help-problem h3,.how-we-help-solution h3{font-size:1.25rem;color:#1f2937;margin-bottom:1rem}.how-we-help-problem p,.how-we-help-solution p{color:#4b5563;line-height:1.7;margin:0}.how-we-help-solution ul{margin:1.5rem 0 0;padding-left:1.5rem}.how-we-help-solution li{color:#374151;margin-bottom:.5rem;line-height:1.5}.how-we-help-solution li::marker{color:var(--primary-color)}.whats-next-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.whats-next-section h3{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;text-align:center}@media (max-width: 1024px){.comparison-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.quoting-guide .service-hero{padding:7rem 1.5rem 3rem}.quoting-guide .service-hero h1{font-size:2rem}.quoting-guide .service-tagline{font-size:1rem}.guide-section{margin:3rem 0}.guide-section-header h2{font-size:2rem}.guide-section-header p{font-size:1rem}.guide-intro{padding:2.5rem 1.5rem}.soft-cta-grid{grid-template-columns:1fr;gap:2rem}.soft-cta-section{padding:2.5rem 1.5rem}.soft-cta-card{padding:2rem}.industry-section{padding:2.5rem 1.5rem;margin-left:-.5rem;margin-right:-.5rem}.how-we-help{padding:2.5rem 1.5rem}.how-we-help-content{grid-template-columns:1fr;gap:2rem}.how-we-help-problem,.how-we-help-solution{padding:1.5rem}}@media (max-width: 640px){.quoting-guide .service-hero{padding:7rem 1rem 2.5rem}.quoting-guide .service-hero h1{font-size:1.75rem}}@media (max-width: 480px){.guide-section-header h2{font-size:1.75rem}}.consultants-page{min-height:100vh;background:#fff}.consultants-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.consultants-header-content{max-width:1280px;margin:0 auto}.consultants-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.consultants-subtitle{font-size:1.25rem;color:#fff;max-width:800px;margin:0 auto;line-height:1.6;opacity:.9}.consultants-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.section-heading{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:3rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.consultants-overview{max-width:900px;margin:0 auto 6rem}.overview-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:left}.consultants-challenges{margin-bottom:6rem}.challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.challenge-item{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.challenge-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.challenge-item h3{font-size:1.25rem;font-weight:700;color:var(--primary-color, #8fb339);margin-bottom:1rem;font-family:Titillium Web,sans-serif}.challenge-item p{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.consultants-solutions{margin-bottom:6rem}.solutions-intro{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.solution-icon svg{width:64px;height:64px}.solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.consultants-examples{margin-bottom:6rem;background:#f9fafb;padding:4rem 2rem;border-radius:12px}.examples-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.example-item{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.example-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.example-header{background:var(--secondary-color, #1a1c20);padding:1.5rem 2rem}.example-header h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0;font-family:Titillium Web,sans-serif}.example-content{padding:2rem}.example-problem,.example-solution,.example-result{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.example-problem:last-child,.example-solution:last-child,.example-result:last-child{margin-bottom:0}.example-problem strong,.example-solution strong,.example-result strong{color:var(--secondary-color, #1a1c20);font-weight:700}.consultants-difference{max-width:900px;margin:0 auto 5rem}.difference-content{background:#fff;border-radius:8px;border:2px solid var(--primary-color, #8fb339);padding:2.5rem}.difference-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.difference-text:last-child{margin-bottom:0}@media (max-width: 900px){.challenges-grid,.solutions-grid{grid-template-columns:1fr}}@media (max-width: 768px){.consultants-header{padding:7rem 1.5rem 3rem}.consultants-title{font-size:2rem}.consultants-subtitle{font-size:1rem}.section-heading{font-size:2rem}.overview-text,.solutions-intro{font-size:1rem}.consultants-overview,.consultants-challenges,.consultants-solutions,.consultants-examples,.consultants-difference{margin-bottom:3rem}.consultants-examples{padding:3rem 1.5rem}.solution-icon svg{width:56px;height:56px}.example-header{padding:1.25rem 1.5rem}.example-header h3{font-size:1.25rem}.example-content{padding:1.5rem}.difference-content{padding:2rem}.difference-text{font-size:1rem}}@media (max-width: 640px){.consultants-header{padding:6rem 1rem 2rem}.solution-icon svg{width:48px;height:48px}.consultants-examples{padding:2rem 1rem}.example-header{padding:1rem}.example-content{padding:1.25rem}.difference-content{padding:1.5rem}}.report-container{min-height:100vh;background:#f9fafb;color:#1f2937;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.report-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#1a1a1a;color:#fff}.report-loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#6b8a2b;border-radius:50%;animation:spin 1s linear infinite}.report-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#1a1a1a;color:#fff;text-align:center;padding:2rem}.report-error h1{font-size:1.5rem;margin:0}.report-error p{color:#9ca3af;margin:0}.report-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 2rem;text-align:center}.report-header-content{max-width:800px;margin:0 auto}.report-logo{height:48px;margin-bottom:1.5rem}.report-header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem}.report-business-name{font-size:1.25rem;color:#6b8a2b;margin:.5rem 0}.report-date{color:#9ca3af;font-size:.875rem;margin:0}.report-section{max-width:900px;margin:0 auto;padding:3rem 2rem;border-bottom:1px solid #e5e7eb}.report-section:last-of-type{border-bottom:none}.report-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.report-section-intro{color:#6b7280;margin-bottom:2rem}.report-score-section{background:#fff;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.report-score-section{flex-direction:row;align-items:flex-start}}.report-score-display{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0}.report-score-circle{width:150px;height:150px;border-radius:50%;border:8px solid;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 4px 20px #0000001a}.report-score-value{font-size:2.5rem;font-weight:700;color:#1f2937}.report-score-band{padding:.5rem 1.5rem;border-radius:2rem;color:#fff;font-weight:600;font-size:1.125rem}.report-executive-summary{flex:1}.report-executive-summary h2{margin-top:0}.report-executive-summary p{color:#4b5563;margin-bottom:1rem}.report-executive-summary p:last-child{margin-bottom:0}.report-axes-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.report-axes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.report-axes-grid{grid-template-columns:repeat(3,1fr)}}.report-axis-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.report-axis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.report-axis-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.report-axis-score{padding:.25rem .75rem;border-radius:1rem;color:#fff;font-weight:600;font-size:.875rem}.report-axis-description{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.report-axis-bar-container{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.report-axis-bar{height:100%;border-radius:4px;transition:width .5s ease-out}.report-analysis-block{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.report-analysis-block:last-child{margin-bottom:0}.report-analysis-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}.report-analysis-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.report-analysis-badge{padding:.375rem 1rem;border-radius:1rem;color:#fff;font-weight:500;font-size:.875rem}.report-analysis-block p{color:#4b5563;margin:0;line-height:1.7}.report-insight-block{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #f59e0b}.report-insight-block:last-child{margin-bottom:0}.report-insight-question{display:flex;gap:1rem;margin-bottom:1rem}.report-insight-number{flex-shrink:0;width:28px;height:28px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.report-insight-q-text{font-weight:600;color:#1f2937;margin:0}.report-insight-answer{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.report-insight-content{color:#4b5563;margin:0;line-height:1.7;padding-left:calc(28px + 1rem)}.report-next-steps{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;max-width:none;text-align:center}.report-next-steps h2{color:#fff}.report-next-steps p{color:#d1d5db;max-width:700px;margin:0 auto 2rem}.report-cta-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.report-cta-button{display:inline-block;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s}.report-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.report-cta-button:not(.report-cta-secondary){background:#6b8a2b;color:#fff}.report-cta-secondary{background:transparent;color:#fff;border:2px solid white}.report-footer{background:#1a1a1a;color:#9ca3af;text-align:center;padding:2rem}.report-footer a{color:#6b8a2b;text-decoration:none}.report-footer a:hover{text-decoration:underline}@media print{.report-container{background:#fff}.report-header{background:#1a1a1a!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.report-section{page-break-inside:avoid;padding:1.5rem 1rem}.report-analysis-block,.report-insight-block,.report-axis-card{page-break-inside:avoid}.report-next-steps{background:#1a1a1a!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.report-cta-container{display:none}.report-score-circle,.report-score-band,.report-axis-score,.report-analysis-badge,.report-insight-number,.report-axis-bar{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.post-hero-overlay{position:relative;width:100%;height:50vh;background:#f9fafb;overflow:hidden}.hero-background-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;max-width:1200px;margin:0 auto;text-align:center}.category-badge-container{margin-bottom:1rem}.category-badge{background:var(--secondary-color);color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:48px;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero-author{margin-top:1rem}.hero-content .author-name{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-content .author-avatar{border-color:#fff}.post-detail{max-width:1000px;margin:0 auto;padding:3rem 2rem}.post-header{margin-bottom:2rem}.post-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem;line-height:1.2}.post-meta{display:flex;gap:1.5rem;align-items:center;font-size:1rem;color:#6b7280}.post-author{font-weight:500;color:#4b5563}.post-date{color:#9ca3af}.post-content{margin:3rem 0}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e7eb}.back-link{color:var(--primary-color);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;transition:color .2s}.back-link:hover{color:var(--secondary-color)}@media (min-width: 768px){.hero-title{font-size:48px}}@media (min-width: 1024px){.hero-title{font-size:48px}}@media (max-width: 768px){.post-detail{padding:2rem 1rem}.hero-title{font-size:32px}.hero-content{padding:.5rem}.category-badge{font-size:.75rem;padding:.125rem .75rem}.post-title{font-size:2rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}:root{--csd-primary-color: #8FB339;--csd-text-gray-900: #111827;--csd-text-gray-700: #374151;--csd-text-gray-600: #4B5563;--csd-text-gray-500: #6B7280;--csd-text-gray-400: #9CA3AF;--csd-bg-gray-50: #F9FAFB;--csd-bg-gray-100: #F3F4F6;--csd-border-gray-100: #F3F4F6;--csd-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--csd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--csd-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}.csd-page{width:100%;min-height:100vh}.csd-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.csd-header-content{max-width:900px;margin:0 auto}.csd-category-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--primary-color, #8fb339);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.csd-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.csd-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.csd-header-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.csd-meta-item{display:inline-flex;align-items:center;gap:.5rem;color:#fffc;font-size:.9375rem}.csd-meta-item svg{opacity:.7}@media (max-width: 768px){.csd-header{padding:7rem 1.5rem 3rem}.csd-header-title{font-size:2rem}.csd-header-subtitle{font-size:1rem}.csd-header-meta{gap:1rem}}.csd-container{max-width:1280px;margin:0 auto;padding:48px 16px}@media (min-width: 768px){.csd-container{padding:48px 32px}}.csd-mobile-info{display:block;margin-bottom:48px}@media (min-width: 768px){.csd-mobile-info{display:none}}.csd-desktop-info{display:none}@media (min-width: 768px){.csd-desktop-info{display:block}}.csd-content-layout{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:64px}@media (min-width: 768px){.csd-content-layout{grid-template-columns:2fr 1fr}}.csd-main-content{width:100%}.csd-main-inner{max-width:768px}.csd-title{font-size:30px;font-weight:700;margin-bottom:48px;margin-top:16px;color:var(--secondary-color);position:relative;display:inline-block;text-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .3s ease}.csd-title:hover{text-shadow:0 2px 4px rgba(0,0,0,.1)}.csd-title-underline{position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(to right,#8fb3394d,#8fb3391a);border-radius:9999px}.csd-excerpt{font-size:20px;color:var(--csd-text-gray-600);margin-bottom:48px;line-height:1.625;font-weight:300;letter-spacing:.025em}.csd-content-sections{display:flex;flex-direction:column;gap:48px}.csd-content-section{background:#fff;border-radius:8px;box-shadow:var(--csd-shadow-lg);padding:24px;position:relative}.csd-section-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.csd-section-header h2{font-size:24px;font-weight:700;color:var(--secondary-color);margin:0}.csd-section-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#eff6ff}.csd-section-icon.red{background-color:#fee2e2}.csd-section-icon.red svg{color:#dc2626;width:24px;height:24px}.csd-section-icon.blue{background-color:#dbeafe}.csd-section-icon.blue svg{color:#2563eb;width:24px;height:24px}.csd-section-icon.green{background-color:#dcfce7}.csd-section-icon.green svg{color:#22c55e;width:24px;height:24px}.csd-sidebar{display:flex;flex-direction:column;gap:32px}.csd-company-info-card{background:#fff;border-radius:8px;box-shadow:var(--csd-shadow-sm);border:1px solid var(--csd-border-gray-100)}.csd-logo-section{padding:16px;border-bottom:1px solid var(--csd-border-gray-100)}.csd-logo-container{display:flex;justify-content:center}.csd-logo-wrapper{border-radius:8px;overflow:hidden}.csd-company-logo{width:100%;height:100%;object-fit:contain;padding:16px}.csd-logo-placeholder{width:192px;height:192px;background-color:var(--csd-bg-gray-50);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--csd-text-gray-400)}.csd-business-description{color:var(--csd-text-gray-600);font-size:14px;line-height:1.625;margin-top:16px}.csd-company-name{font-size:20px;font-weight:600;padding-top:16px;padding-bottom:8px;color:var(--secondary-color);margin:0}.csd-info-list{margin:0}.csd-info-item{padding:16px 24px;border-bottom:1px solid var(--csd-border-gray-100)}.csd-info-item:last-child{border-bottom:none}.csd-info-item dt{font-size:14px;font-weight:500;color:var(--csd-text-gray-500);display:flex;align-items:center;gap:8px}.csd-info-item dt svg{width:16px;height:16px}.csd-info-item dd{margin-top:4px;margin-left:0;font-size:14px;color:var(--csd-text-gray-900)}.csd-tech-tags-mini{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.csd-tech-tag-mini{display:inline-flex;padding:2px 10px;border-radius:9999px;font-size:12px;font-weight:500;background-color:#dbeafe;color:#1e40af}.csd-gallery-card{background:#fff;border-radius:8px;box-shadow:var(--csd-shadow-sm);border:1px solid var(--csd-border-gray-100);padding:24px}.csd-gallery-card h3{font-size:18px;font-weight:600;margin-bottom:16px;color:var(--secondary-color);margin-top:0}.csd-gallery-content{display:flex;flex-direction:column;gap:16px}.csd-gallery-main{height:256px;border-radius:8px;overflow:hidden;cursor:pointer}.csd-gallery-main img{width:100%;height:100%;object-fit:cover}.csd-gallery-caption{background:var(--csd-bg-gray-50);border-radius:4px;padding:12px}.csd-gallery-caption p{font-size:14px;color:var(--csd-text-gray-600);margin:0}.csd-gallery-thumbnails{background:var(--csd-bg-gray-100);padding:8px;border-radius:4px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.csd-thumbnail{position:relative;width:64px;height:64px;border-radius:4px;overflow:hidden;border:none;padding:0;cursor:pointer;opacity:.5;transition:all .3s ease}.csd-thumbnail.active{opacity:1}.csd-thumbnail:focus{outline:none;box-shadow:0 0 0 2px #3b82f6}.csd-thumbnail img{width:100%;height:100%;object-fit:cover}.csd-transformation-journey{margin-top:96px}.csd-journey-title{font-size:30px;font-weight:700;margin-bottom:48px;text-align:center;color:var(--secondary-color)}.csd-journey-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1152px;margin:0 auto}@media (min-width: 768px){.csd-journey-grid{grid-template-columns:repeat(3,1fr)}}.csd-journey-card{background:#fff;border-radius:8px;box-shadow:var(--csd-shadow-lg);padding:24px;position:relative}.csd-journey-icon{position:absolute;top:-12px;left:50%;transform:translate(-50%);background-color:#dbeafe;border-radius:50%;padding:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.csd-journey-icon svg{width:24px;height:24px;color:#2563eb}.csd-journey-icon.purple{background-color:#e9d5ff}.csd-journey-icon.purple svg{color:#9333ea}.csd-journey-icon.green{background-color:#dcfce7}.csd-journey-icon.green svg{color:#22c55e}.csd-journey-card h3{font-size:18px;font-weight:600;margin-bottom:16px;margin-top:16px;text-align:center;color:var(--secondary-color)}.csd-journey-content{font-size:14px}@media (min-width: 768px){.csd-journey-card{position:relative}.csd-journey-card:not(:last-child):after{content:"→";position:absolute;right:-16px;top:50%;transform:translateY(-50%);font-size:32px;color:var(--csd-text-gray-400);z-index:10}}.csd-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease}.csd-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.csd-lightbox-content{position:relative;background:#ffffffe6;border-radius:8px;box-shadow:var(--csd-shadow-xl);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:1152px;width:100%;z-index:50;animation:scaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.csd-lightbox-close{position:absolute;top:-12px;right:-12px;color:var(--csd-text-gray-500);background:#fff;border-radius:50%;padding:6px;box-shadow:var(--csd-shadow-lg);z-index:50;border:none;cursor:pointer;transition:all .3s ease}.csd-lightbox-close:hover{color:var(--csd-text-gray-700)}.csd-lightbox-close svg{width:24px;height:24px}.csd-lightbox-prev,.csd-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border-radius:50%;padding:8px;box-shadow:var(--csd-shadow-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:pointer;transition:all .3s ease}.csd-lightbox-prev:hover,.csd-lightbox-next:hover{background:#fff}.csd-lightbox-prev{left:8px}.csd-lightbox-next{right:8px}.csd-lightbox-prev svg,.csd-lightbox-next svg{width:24px;height:24px;color:var(--csd-text-gray-600)}.csd-lightbox-image{width:100%;max-height:85vh;object-fit:contain;border-radius:8px 8px 0 0}.csd-lightbox-caption{text-align:center;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:12px;border-radius:0 0 8px 8px}.csd-lightbox-caption p{font-size:14px;color:var(--csd-text-gray-600);margin:0}.csd-prose h2{margin-bottom:24px;margin-top:48px;font-size:30px;font-weight:700;color:var(--secondary-color)}.csd-prose h3{margin-bottom:16px;margin-top:32px;font-size:24px;font-weight:600;color:var(--secondary-color)}.csd-prose p{margin-bottom:24px;line-height:1.625;color:var(--csd-text-gray-700)}.csd-prose ul{margin-bottom:24px;list-style:disc;padding-left:24px}.csd-prose ul li{margin-bottom:8px}.csd-prose ol{margin-bottom:24px;list-style:decimal;padding-left:24px}.csd-prose ol li{margin-bottom:16px}.csd-prose li{line-height:1.625;color:var(--csd-text-gray-700)}.csd-prose li ul{margin-bottom:8px;margin-top:8px}.csd-prose strong{font-weight:600;color:var(--csd-text-gray-900)}.csd-prose-sm h2{font-size:20px;margin-bottom:16px;margin-top:24px}.csd-prose-sm h3{font-size:18px;margin-bottom:12px;margin-top:20px}.csd-prose-sm p,.csd-prose-sm ul,.csd-prose-sm ol{font-size:14px;margin-bottom:16px}.csd-prose-sm li{margin-bottom:6px}@media (max-width: 768px){.csd-title{font-size:30px}.csd-excerpt{font-size:18px}.csd-content-section{padding:20px}.csd-transformation-journey{margin-top:64px}.csd-journey-title{font-size:24px}}.timesheets-page{width:100%;min-height:100vh;background:#fff}.timesheets-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.timesheets-header-content{max-width:900px;margin:0 auto}.timesheets-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.timesheets-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.timesheets-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.timesheets-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.timesheets-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.timesheets-problem{margin-bottom:5rem}.timesheets-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.timesheets-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.timesheets-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.timesheets-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.timesheets-challenge-icon svg{width:64px;height:64px}.timesheets-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.timesheets-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.timesheets-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.timesheets-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.timesheets-solution{margin-bottom:5rem}.timesheets-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.timesheets-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.timesheets-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.timesheets-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.timesheets-solution-icon svg{width:64px;height:64px}.timesheets-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.timesheets-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.timesheets-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.timesheets-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.timesheets-solution-card ul{list-style:none;padding:0;margin:0}.timesheets-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.timesheets-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.timesheets-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.timesheets-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.timesheets-benefit-card{background:#fff;padding:2rem;border-radius:12px}.timesheets-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.timesheets-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.timesheets-process{margin-bottom:5rem}.timesheets-steps{max-width:900px;margin:0 auto;margin-top:3rem}.timesheets-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.timesheets-step:last-child{margin-bottom:0}.timesheets-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.timesheets-step-content{flex:1}.timesheets-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.timesheets-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.timesheets-faq{margin-bottom:3rem}.timesheets-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.timesheets-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.timesheets-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.timesheets-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.timesheets-challenges,.timesheets-solution-grid,.timesheets-benefits-grid,.timesheets-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.timesheets-header{padding:7rem 1.5rem 3rem}.timesheets-header-title{font-size:2rem}.timesheets-header-subtitle{font-size:1rem}.timesheets-container{padding:3rem 1.5rem}.timesheets-section-title{font-size:2rem}.timesheets-intro-text{font-size:1rem}.timesheets-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.timesheets-step{flex-direction:column;align-items:center;text-align:center}.timesheets-step-content h3{font-size:1.25rem}.timesheets-step-content p{font-size:1rem}}@media (max-width: 640px){.timesheets-header{padding:7rem 1rem 2.5rem}.timesheets-header-title{font-size:1.75rem}.timesheets-container{padding:2rem 1rem}.timesheets-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.timesheets-challenge-card,.timesheets-solution-card,.timesheets-benefit-card,.timesheets-faq-item{padding:1.5rem}}.proposals-page{width:100%;min-height:100vh;background:#fff}.proposals-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.proposals-header-content{max-width:900px;margin:0 auto}.proposals-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.proposals-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.proposals-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.proposals-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.proposals-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.proposals-problem{margin-bottom:5rem}.proposals-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.proposals-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.proposals-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.proposals-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.proposals-challenge-icon svg{width:64px;height:64px}.proposals-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.proposals-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.proposals-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.proposals-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.proposals-solution{margin-bottom:5rem}.proposals-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.proposals-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.proposals-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.proposals-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.proposals-solution-icon svg{width:64px;height:64px}.proposals-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.proposals-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.proposals-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.proposals-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.proposals-solution-card ul{list-style:none;padding:0;margin:0}.proposals-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.proposals-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.proposals-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.proposals-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.proposals-benefit-card{background:#fff;padding:2rem;border-radius:12px}.proposals-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.proposals-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.proposals-range{margin-bottom:5rem}.proposals-range-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.proposals-range-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.proposals-range-card:hover{background:#f3f4f6;transform:translateY(-4px)}.proposals-range-card h3{font-size:1.25rem;font-weight:700;color:var(--primary-color, #8fb339);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.proposals-range-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.proposals-process{margin-bottom:5rem}.proposals-steps{max-width:900px;margin:0 auto;margin-top:3rem}.proposals-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.proposals-step:last-child{margin-bottom:0}.proposals-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.proposals-step-content{flex:1}.proposals-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.proposals-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.proposals-faq{margin-bottom:3rem}.proposals-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.proposals-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.proposals-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.proposals-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.proposals-challenges,.proposals-solution-grid,.proposals-benefits-grid{grid-template-columns:1fr}.proposals-range-grid{grid-template-columns:repeat(2,1fr)}.proposals-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.proposals-header{padding:7rem 1.5rem 3rem}.proposals-header-title{font-size:2rem}.proposals-header-subtitle{font-size:1rem}.proposals-container{padding:3rem 1.5rem}.proposals-section-title{font-size:2rem}.proposals-intro-text{font-size:1rem}.proposals-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.proposals-range-grid{grid-template-columns:1fr}.proposals-step{flex-direction:column;align-items:center;text-align:center}.proposals-step-content h3{font-size:1.25rem}.proposals-step-content p{font-size:1rem}}@media (max-width: 640px){.proposals-header{padding:7rem 1rem 2.5rem}.proposals-header-title{font-size:1.75rem}.proposals-container{padding:2rem 1rem}.proposals-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.proposals-challenge-card,.proposals-solution-card,.proposals-benefit-card,.proposals-range-card,.proposals-faq-item{padding:1.5rem}}.product-dev-page{width:100%;min-height:100vh;background:#fff}.product-dev-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.product-dev-header-content{max-width:900px;margin:0 auto}.product-dev-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.product-dev-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.product-dev-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.product-dev-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.product-dev-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.product-dev-problem{margin-bottom:5rem}.product-dev-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.product-dev-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.product-dev-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.product-dev-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-dev-challenge-icon svg{width:64px;height:64px}.product-dev-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.product-dev-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.product-dev-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.product-dev-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.product-dev-solution{margin-bottom:5rem}.product-dev-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.product-dev-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.product-dev-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.product-dev-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-dev-solution-icon svg{width:64px;height:64px}.product-dev-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.product-dev-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.product-dev-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.product-dev-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.product-dev-solution-card ul{list-style:none;padding:0;margin:0}.product-dev-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.product-dev-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.product-dev-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.product-dev-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.product-dev-benefit-card{background:#fff;padding:2rem;border-radius:12px}.product-dev-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.product-dev-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.product-dev-process{margin-bottom:5rem}.product-dev-steps{max-width:900px;margin:0 auto;margin-top:3rem}.product-dev-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.product-dev-step:last-child{margin-bottom:0}.product-dev-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.product-dev-step-content{flex:1}.product-dev-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.product-dev-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.product-dev-examples{margin-bottom:5rem}.product-dev-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.product-dev-example-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.product-dev-example-card:hover{background:#f3f4f6;transform:translateY(-4px)}.product-dev-example-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-dev-example-icon svg{width:64px;height:64px}.product-dev-example-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.product-dev-example-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.product-dev-example-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.product-dev-example-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.product-dev-faq{margin-bottom:3rem}.product-dev-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.product-dev-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.product-dev-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.product-dev-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.product-dev-challenges,.product-dev-solution-grid,.product-dev-benefits-grid,.product-dev-examples-grid,.product-dev-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.product-dev-header{padding:7rem 1.5rem 3rem}.product-dev-header-title{font-size:2rem}.product-dev-header-subtitle{font-size:1rem}.product-dev-container{padding:3rem 1.5rem}.product-dev-section-title{font-size:2rem}.product-dev-intro-text{font-size:1rem}.product-dev-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.product-dev-step{flex-direction:column;align-items:center;text-align:center}.product-dev-step-content h3{font-size:1.25rem}.product-dev-step-content p{font-size:1rem}}@media (max-width: 640px){.product-dev-header{padding:7rem 1rem 2.5rem}.product-dev-header-title{font-size:1.75rem}.product-dev-container{padding:2rem 1rem}.product-dev-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.product-dev-challenge-card,.product-dev-solution-card,.product-dev-benefit-card,.product-dev-example-card,.product-dev-faq-item{padding:1.5rem}}.integration-page{width:100%;min-height:100vh;background:#fff}.integration-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.integration-header-content{max-width:900px;margin:0 auto}.integration-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.integration-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.integration-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.integration-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.integration-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.integration-problem{margin-bottom:5rem}.integration-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.integration-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.integration-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.integration-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.integration-challenge-icon svg{width:64px;height:64px}.integration-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.integration-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.integration-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.integration-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.integration-solution{margin-bottom:5rem}.integration-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.integration-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.integration-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.integration-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.integration-solution-icon svg{width:64px;height:64px}.integration-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.integration-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.integration-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.integration-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.integration-solution-card ul{list-style:none;padding:0;margin:0}.integration-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.integration-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.integration-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.integration-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.integration-benefit-card{background:#fff;padding:2rem;border-radius:12px}.integration-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.integration-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.integration-process{margin-bottom:5rem}.integration-steps{max-width:900px;margin:0 auto;margin-top:3rem}.integration-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.integration-step:last-child{margin-bottom:0}.integration-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.integration-step-content{flex:1}.integration-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.integration-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.integration-examples{margin-bottom:5rem}.integration-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.integration-example-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.integration-example-card:hover{background:#f3f4f6;transform:translateY(-4px)}.integration-example-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.integration-example-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.integration-faq{margin-bottom:3rem}.integration-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.integration-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.integration-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.integration-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.integration-challenges,.integration-solution-grid{grid-template-columns:1fr}.integration-benefits-grid{grid-template-columns:repeat(2,1fr)}.integration-examples-grid,.integration-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.integration-header{padding:7rem 1.5rem 3rem}.integration-header-title{font-size:2rem}.integration-header-subtitle{font-size:1rem}.integration-container{padding:3rem 1.5rem}.integration-section-title{font-size:2rem}.integration-intro-text{font-size:1rem}.integration-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.integration-benefits-grid{grid-template-columns:1fr}.integration-step{flex-direction:column;align-items:center;text-align:center}.integration-step-content h3{font-size:1.25rem}.integration-step-content p{font-size:1rem}}@media (max-width: 640px){.integration-header{padding:7rem 1rem 2.5rem}.integration-header-title{font-size:1.75rem}.integration-container{padding:2rem 1rem}.integration-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.integration-challenge-card,.integration-solution-card,.integration-benefit-card,.integration-example-card,.integration-faq-item{padding:1.5rem}}.insights-page{width:100%;min-height:100vh;background:#fff}.insights-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.insights-header-content{max-width:900px;margin:0 auto}.insights-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.insights-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.insights-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.insights-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.insights-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.insights-problem{margin-bottom:5rem}.insights-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.insights-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.insights-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.insights-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.insights-challenge-icon svg{width:64px;height:64px}.insights-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.insights-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.insights-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.insights-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.insights-solution{margin-bottom:5rem}.insights-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.insights-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.insights-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.insights-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.insights-solution-icon svg{width:64px;height:64px}.insights-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.insights-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.insights-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.insights-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.insights-solution-card ul{list-style:none;padding:0;margin:0}.insights-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.insights-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.insights-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.insights-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.insights-benefit-card{background:#fff;padding:2rem;border-radius:12px}.insights-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.insights-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.insights-process{margin-bottom:5rem}.insights-steps{max-width:900px;margin:0 auto;margin-top:3rem}.insights-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.insights-step:last-child{margin-bottom:0}.insights-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.insights-step-content{flex:1}.insights-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.insights-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.insights-faq{margin-bottom:3rem}.insights-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.insights-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.insights-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.insights-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.insights-challenges,.insights-solution-grid,.insights-benefits-grid,.insights-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.insights-header{padding:7rem 1.5rem 3rem}.insights-header-title{font-size:2rem}.insights-header-subtitle{font-size:1rem}.insights-container{padding:3rem 1.5rem}.insights-section-title{font-size:2rem}.insights-intro-text{font-size:1rem}.insights-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.insights-step{flex-direction:column;align-items:center;text-align:center}.insights-step-content h3{font-size:1.25rem}.insights-step-content p{font-size:1rem}}@media (max-width: 640px){.insights-header{padding:7rem 1rem 2.5rem}.insights-header-title{font-size:1.75rem}.insights-container{padding:2rem 1rem}.insights-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.insights-challenge-card,.insights-solution-card,.insights-benefit-card,.insights-faq-item{padding:1.5rem}}.digitisation-page{width:100%;min-height:100vh;background:#fff}.digitisation-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.digitisation-header-content{max-width:900px;margin:0 auto}.digitisation-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.digitisation-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.digitisation-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.digitisation-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.digitisation-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.digitisation-problem{margin-bottom:5rem}.digitisation-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.digitisation-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.digitisation-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.digitisation-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.digitisation-challenge-icon svg{width:64px;height:64px}.digitisation-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.digitisation-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.digitisation-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.digitisation-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.digitisation-solution{margin-bottom:5rem}.digitisation-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.digitisation-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.digitisation-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.digitisation-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.digitisation-solution-icon svg{width:64px;height:64px}.digitisation-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.digitisation-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.digitisation-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.digitisation-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.digitisation-solution-card ul{list-style:none;padding:0;margin:0}.digitisation-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.digitisation-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.digitisation-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.digitisation-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.digitisation-benefit-card{background:#fff;padding:2rem;border-radius:12px}.digitisation-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.digitisation-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.digitisation-process{margin-bottom:5rem}.digitisation-steps{max-width:900px;margin:0 auto;margin-top:3rem}.digitisation-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.digitisation-step:last-child{margin-bottom:0}.digitisation-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.digitisation-step-content{flex:1}.digitisation-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.digitisation-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.digitisation-faq{margin-bottom:3rem}.digitisation-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.digitisation-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.digitisation-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.digitisation-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.digitisation-challenges,.digitisation-solution-grid,.digitisation-benefits-grid,.digitisation-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.digitisation-header{padding:7rem 1.5rem 3rem}.digitisation-header-title{font-size:2rem}.digitisation-header-subtitle{font-size:1rem}.digitisation-container{padding:3rem 1.5rem}.digitisation-section-title{font-size:2rem}.digitisation-intro-text{font-size:1rem}.digitisation-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.digitisation-step{flex-direction:column;align-items:center;text-align:center}.digitisation-step-content h3{font-size:1.25rem}.digitisation-step-content p{font-size:1rem}}@media (max-width: 640px){.digitisation-header{padding:7rem 1rem 2.5rem}.digitisation-header-title{font-size:1.75rem}.digitisation-container{padding:2rem 1rem}.digitisation-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.digitisation-challenge-card,.digitisation-solution-card,.digitisation-benefit-card,.digitisation-faq-item{padding:1.5rem}}.cashflow-page{width:100%;min-height:100vh;background:#fff}.cashflow-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.cashflow-header-content{max-width:900px;margin:0 auto}.cashflow-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.cashflow-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.cashflow-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.cashflow-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.cashflow-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.cashflow-problem{margin-bottom:5rem}.cashflow-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.cashflow-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.cashflow-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.cashflow-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cashflow-challenge-icon svg{width:64px;height:64px}.cashflow-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.cashflow-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.cashflow-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.cashflow-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.cashflow-solution{margin-bottom:5rem}.cashflow-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.cashflow-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.cashflow-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.cashflow-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cashflow-solution-icon svg{width:64px;height:64px}.cashflow-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.cashflow-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.cashflow-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.cashflow-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.cashflow-solution-card ul{list-style:none;padding:0;margin:0}.cashflow-solution-card ul li{font-size:1rem;color:#4b5563;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.cashflow-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.cashflow-benefits{margin-bottom:5rem;background:#f5f9f5;padding:4rem 2rem;border-radius:20px;margin-left:-2rem;margin-right:-2rem}.cashflow-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1280px;margin:0 auto;margin-top:3rem}.cashflow-benefit-card{background:#fff;padding:2rem;border-radius:12px}.cashflow-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.cashflow-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.cashflow-process{margin-bottom:5rem}.cashflow-steps{max-width:900px;margin:0 auto;margin-top:3rem}.cashflow-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.cashflow-step:last-child{margin-bottom:0}.cashflow-step-number{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color, #8fb339);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;font-family:Titillium Web,sans-serif}.cashflow-step-content{flex:1}.cashflow-step-content h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.cashflow-step-content p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.cashflow-faq{margin-bottom:3rem}.cashflow-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.cashflow-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.cashflow-faq-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.cashflow-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 1024px){.cashflow-challenges,.cashflow-solution-grid,.cashflow-benefits-grid,.cashflow-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.cashflow-header{padding:7rem 1.5rem 3rem}.cashflow-header-title{font-size:2rem}.cashflow-header-subtitle{font-size:1rem}.cashflow-container{padding:3rem 1.5rem}.cashflow-section-title{font-size:2rem}.cashflow-intro-text{font-size:1rem}.cashflow-benefits{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.cashflow-step{flex-direction:column;align-items:center;text-align:center}.cashflow-step-content h3{font-size:1.25rem}.cashflow-step-content p{font-size:1rem}}@media (max-width: 640px){.cashflow-header{padding:7rem 1rem 2.5rem}.cashflow-header-title{font-size:1.75rem}.cashflow-container{padding:2rem 1rem}.cashflow-benefits{padding:2rem 1rem;margin-left:-1rem;margin-right:-1rem}.cashflow-challenge-card,.cashflow-solution-card,.cashflow-benefit-card,.cashflow-faq-item{padding:1.5rem}}.automation-page{width:100%;min-height:100vh;background:#fff}.automation-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.automation-header-content{max-width:900px;margin:0 auto}.automation-header-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Titillium Web,sans-serif;line-height:1.2}.automation-header-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin:0}.automation-container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.automation-section-title{font-size:2.5rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif;line-height:1.2;text-align:center}.automation-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.automation-problem{margin-bottom:5rem}.automation-challenges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.automation-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.automation-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.automation-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.automation-challenge-icon svg{width:64px;height:64px}.automation-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.automation-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.automation-challenge-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.automation-challenge-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.automation-solution{margin-bottom:5rem}.automation-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.automation-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.automation-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.automation-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.automation-solution-icon svg{width:64px;height:64px}.automation-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.automation-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.automation-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.automation-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.automation-solution-card ul{list-style:none;padding:0;margin:0}.automation-solution-card ul li{font-size:.938rem;color:#6b7280;line-height:1.8;padding-left:1.5rem;position:relative}.automation-solution-card ul li:before{content:"✓";position:absolute;left:0;color:var(--primary-color, #8fb339);font-weight:700}.automation-examples{margin-bottom:5rem}.automation-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.automation-example-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.automation-example-card:hover{background:#f3f4f6;transform:translateY(-4px)}.automation-example-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.automation-example-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.automation-benefits{margin-bottom:5rem}.automation-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.automation-benefit-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.automation-benefit-card:hover{background:#f3f4f6;transform:translateY(-4px)}.automation-benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.automation-benefit-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.automation-process{margin-bottom:5rem}.automation-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.automation-step{display:flex;gap:2rem;align-items:flex-start}.automation-step-number{flex-shrink:0;width:48px;height:48px;background:var(--primary-color, #8fb339);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;font-family:Titillium Web,sans-serif}.automation-step-content{flex:1}.automation-step-content h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .5rem;font-family:Titillium Web,sans-serif}.automation-step-content p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.automation-faq{margin-bottom:5rem}.automation-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.automation-faq-item{background:#f9fafb;padding:2rem;border-radius:12px}.automation-faq-item h3{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.automation-faq-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}@media (max-width: 900px){.automation-challenges,.automation-solution-grid,.automation-examples-grid,.automation-benefits-grid,.automation-faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.automation-header{padding:7rem 1.5rem 3rem}.automation-header-title{font-size:2rem}.automation-header-subtitle{font-size:1rem}.automation-section-title{font-size:2rem}.automation-intro-text{font-size:1rem}.automation-container{padding:3rem 1.5rem}.automation-step{flex-direction:column;gap:1rem}.automation-step-number{width:40px;height:40px;font-size:1.25rem}}@media (max-width: 640px){.automation-header{padding:6rem 1rem 2rem}.automation-container{padding:2rem 1rem}.automation-challenge-card,.automation-solution-card,.automation-example-card,.automation-benefit-card,.automation-faq-item{padding:1.5rem}}.trades-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.trades-header-content{max-width:1280px;margin:0 auto}.trades-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.trades-subtitle{font-size:1.25rem;color:#fff;opacity:.9}.trades-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.trades-section-title{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin:0 0 1.5rem;line-height:1.2}.trades-intro{margin-bottom:4rem}.trades-intro-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0 0 1.5rem}.trades-challenges{margin-bottom:4rem}.trades-challenges-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0 0 2rem}.trades-challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.trades-challenge-item{background:#f9fafb;padding:2rem;border-radius:12px}.trades-challenge-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.trades-challenge-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.trades-solutions{margin-bottom:4rem}.trades-solutions-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0 0 2rem}.trades-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.trades-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.trades-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.trades-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.trades-solution-icon svg{width:64px;height:64px}.trades-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.trades-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.trades-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.trades-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.trades-difference{margin-bottom:4rem}.trades-difference-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0 0 1.5rem}@media (max-width: 900px){.trades-challenges-grid,.trades-solutions-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.trades-header{padding:7rem 1.5rem 3rem}.trades-title{font-size:2rem}.trades-subtitle{font-size:1rem}.trades-section-title{font-size:2rem}.trades-container{padding:3rem 1rem}}@media (max-width: 640px){.trades-intro-text,.trades-challenges-intro,.trades-solutions-intro,.trades-difference-text{font-size:1rem}.trades-challenge-item,.trades-solution-card{padding:1.5rem}.trades-solution-icon{width:48px;height:48px;margin-bottom:1rem}.trades-solution-icon svg{width:48px;height:48px}}.rnd-page{width:100%;min-height:100vh;background:#fff}.rnd-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.rnd-header-content{max-width:1280px;margin:0 auto}.rnd-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.rnd-subtitle{font-size:1.25rem;color:#fff;opacity:.9;max-width:800px;margin:0 auto}.rnd-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.rnd-intro{margin-bottom:6rem}.rnd-section-title{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);margin:0 0 1.5rem;text-align:center;line-height:1.2}.rnd-intro-text{font-size:1.125rem;line-height:1.6;color:#111827;max-width:900px;margin:0 auto 1.5rem}.rnd-challenges{margin-bottom:6rem}.rnd-challenges-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;max-width:900px;margin:0 auto 3rem;text-align:center}.rnd-challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.rnd-challenge-item{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.rnd-challenge-item:hover{background:#f3f4f6;transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.rnd-challenge-item h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.rnd-challenge-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.rnd-solutions{margin-bottom:6rem}.rnd-solutions-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;max-width:900px;margin:0 auto 3rem;text-align:center}.rnd-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.rnd-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.rnd-solution-card:hover{background:#f3f4f6;transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.rnd-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.rnd-solution-icon svg{width:64px;height:64px}.rnd-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.rnd-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.rnd-solution-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.rnd-solution-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.rnd-difference{margin-bottom:4rem}.rnd-difference-text{font-size:1.125rem;line-height:1.6;color:#111827;max-width:900px;margin:0 auto 1.5rem}@media (max-width: 900px){.rnd-challenges-grid,.rnd-solutions-grid{grid-template-columns:1fr}}@media (max-width: 768px){.rnd-header{padding:7rem 1.5rem 3rem}.rnd-title{font-size:2rem}.rnd-subtitle{font-size:1rem}.rnd-section-title{font-size:2rem}.rnd-intro-text,.rnd-challenges-intro,.rnd-solutions-intro,.rnd-difference-text{font-size:1rem}}@media (max-width: 640px){.rnd-container{padding:3rem 1rem}.rnd-intro,.rnd-challenges,.rnd-solutions{margin-bottom:4rem}.rnd-section-title{font-size:1.75rem}.rnd-challenge-item,.rnd-solution-card{padding:1.5rem}.rnd-solution-icon{width:56px;height:56px}.rnd-solution-icon svg{width:56px;height:56px}}.field-services-page{width:100%;min-height:100vh;background:#fff}.field-services-header{width:100%;background:var(--secondary-color, #1a1c20);padding:10rem 2rem 6rem;text-align:center}.field-services-header-content{max-width:1280px;margin:0 auto}.field-services-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.field-services-subtitle{font-size:1.25rem;color:#fff;opacity:.9}.field-services-container{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}.field-services-section-heading{font-size:2.5rem;font-weight:700;font-family:Titillium Web,sans-serif;color:var(--secondary-color, #1a1c20);line-height:1.2;margin-bottom:1.5rem}.field-services-intro-section{margin-bottom:5rem}.field-services-intro-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.field-services-challenges-section{margin-bottom:5rem}.field-services-challenges-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:2.5rem}.field-services-challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.field-services-challenge-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.field-services-challenge-card:hover{background:#f3f4f6;transform:translateY(-4px)}.field-services-challenge-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.field-services-challenge-icon svg{width:64px;height:64px}.field-services-challenge-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.field-services-challenge-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.field-services-challenge-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.field-services-challenge-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.field-services-solutions-section{margin-bottom:5rem}.field-services-solutions-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:2.5rem}.field-services-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.field-services-solution-card{background:#f9fafb;padding:2rem;border-radius:12px;transition:all .3s ease}.field-services-solution-card:hover{background:#f3f4f6;transform:translateY(-4px)}.field-services-solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.field-services-solution-icon svg{width:64px;height:64px}.field-services-solution-icon svg path:first-child{color:var(--primary-color, #8fb339);opacity:1}.field-services-solution-icon svg path:last-child{color:var(--secondary-color, #1a1c20);opacity:1}.field-services-solution-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 1rem;font-family:Titillium Web,sans-serif}.field-services-solution-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.field-services-approach-section{margin-bottom:5rem;background:#f9fafb;padding:3rem 2rem;border-radius:12px}.field-services-approach-content{max-width:900px;margin:0 auto}.field-services-approach-text p{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.field-services-approach-text p:last-child{margin-bottom:0}.field-services-examples-section{margin-bottom:5rem}.field-services-examples-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:2.5rem}.field-services-examples-list{display:grid;grid-template-columns:1fr;gap:1.5rem}.field-services-example-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s ease}.field-services-example-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.field-services-example-item h4{font-size:1.125rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .75rem;font-family:Titillium Web,sans-serif}.field-services-example-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.field-services-industries-section{margin-bottom:5rem}.field-services-industries-text{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}@media (max-width: 900px){.field-services-challenges-grid,.field-services-solutions-grid{grid-template-columns:1fr;gap:1.5rem}.field-services-approach-section{padding:2rem 1.5rem}}@media (max-width: 768px){.field-services-header{padding:7rem 1.5rem 3rem}.field-services-title{font-size:2rem}.field-services-subtitle{font-size:1rem}.field-services-container{padding:3rem 1rem}.field-services-section-heading{font-size:2rem}.field-services-intro-section,.field-services-challenges-section,.field-services-solutions-section,.field-services-approach-section,.field-services-examples-section,.field-services-industries-section{margin-bottom:3rem}}@media (max-width: 640px){.field-services-header{padding:6rem 1rem 2rem}.field-services-title{font-size:1.75rem}.field-services-subtitle{font-size:.938rem}.field-services-section-heading{font-size:1.75rem}.field-services-intro-text,.field-services-challenges-intro,.field-services-solutions-intro,.field-services-examples-intro,.field-services-industries-text,.field-services-approach-text p{font-size:1rem}.field-services-challenge-card,.field-services-solution-card,.field-services-example-item{padding:1.5rem}.field-services-approach-section{padding:1.5rem 1rem}.field-services-challenge-icon,.field-services-solution-icon{width:48px;height:48px}.field-services-challenge-icon svg,.field-services-solution-icon svg{width:48px;height:48px}}.admin-software-page{padding:2rem;background:#f9fafb;min-height:calc(100vh - 60px)}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:var(--secondary-color, #1a1c20);margin:0 0 .5rem;font-family:Titillium Web,sans-serif}.page-subtitle{color:#6b7280;font-size:1rem;margin:0}.page-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.search-container{flex:1;max-width:400px}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:var(--primary-color, #8fb339);box-shadow:0 0 0 3px #8fb3391a}.software-table-container{overflow-x:auto;margin:-.5rem;padding:.5rem}.software-table{width:100%;border-collapse:collapse}.software-table th{text-align:left;padding:1rem;font-weight:600;color:#4b5563;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.software-table td{padding:1rem;border-bottom:1px solid #e5e7eb;vertical-align:middle}.software-table tbody tr:hover{background:#f9fafb}.table-logo{width:40px;height:40px;position:relative}.table-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px}.table-logo-placeholder{width:100%;height:100%;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;font-size:1rem}.software-name a{color:var(--secondary-color, #1a1c20);text-decoration:none;font-weight:600;transition:color .3s ease}.software-name a:hover{color:var(--primary-color, #8fb339)}.score{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.score-5{background:#10b981;color:#fff}.score-4{background:#3b82f6;color:#fff}.score-3{background:#f59e0b;color:#fff}.score-2{background:#f97316;color:#fff}.score-1{background:#ef4444;color:#fff}.score-0{background:#6b7280;color:#fff}.action-buttons{display:flex;gap:.5rem}.empty-state{text-align:center;color:#6b7280;padding:3rem 1rem;font-style:italic}.error-message{color:#ef4444;margin:0}.page-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.875rem}.software-edit-form{display:grid;gap:2rem}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h2{font-size:1.25rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin:0 0 1.5rem;font-family:Titillium Web,sans-serif}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group.full-width{grid-column:1 / -1}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group textarea{min-height:120px;resize:vertical}.logo-upload-section{display:flex;gap:2rem;align-items:flex-start}.current-logo{flex-shrink:0}.logo-preview{width:120px;height:120px;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:center}.logo-preview-placeholder{font-size:2rem;font-weight:700;color:#9ca3af}.upload-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .3s ease}.upload-button:hover{background:#e5e7eb;transform:translateY(-1px)}.upload-info{margin-top:.5rem;font-size:.875rem;color:#6b7280}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn svg{width:20px;height:20px}.btn-primary:hover{background:#7da330;transform:translateY(-2px);box-shadow:0 4px 12px #8fb3394d}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-sm svg{width:16px;height:16px}@media (max-width: 768px){.admin-software-page,.page-content{padding:1rem}.controls-bar{flex-direction:column;align-items:stretch}.search-container{max-width:none}.software-table{font-size:.875rem}.software-table th,.software-table td{padding:.75rem .5rem}.form-grid{grid-template-columns:1fr}.logo-upload-section{flex-direction:column}.form-actions{flex-direction:column;align-items:stretch}}.testimonial-link{color:inherit;text-decoration:none}.testimonial-link:hover{color:#3b82f6}.testimonial-author{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.testimonial-role{font-size:.875rem;color:#059669;font-weight:500;margin-bottom:.25rem}.testimonial-content{font-size:.875rem;color:#6b7280;line-height:1.4;font-style:italic}.testimonial-rating{color:#8fb339;font-size:1rem;margin-top:.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.mui-label{color:#1a1c20;opacity:.9;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-help{font-size:.75rem;color:#6b7280;font-style:italic;margin-top:.5rem}.status-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:.5rem}.status-value{color:#1a1c20;font-weight:600}.status-value.published{color:#8fb339}.status-value.draft{color:#f59e0b}.status-info{display:flex;flex-direction:column;gap:.5rem}.post-thumbnail{width:60px;height:40px;border-radius:.25rem;overflow:hidden;flex-shrink:0}.post-thumbnail-img{width:100%;height:100%;object-fit:cover}.post-thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.25rem}.post-link-cell{display:flex;flex-direction:column;gap:.25rem}.post-title{font-size:.875rem;font-weight:500;color:#1a1c20;line-height:1.4}.post-excerpt{font-size:.75rem;color:#6b7280;line-height:1.4}.post-slug{font-family:Courier New,monospace;font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.125rem .25rem;border-radius:.125rem}.post-info-content{display:flex;flex-direction:column;gap:.25rem}.post-name{font-size:1rem;font-weight:600;color:#1a1c20;line-height:1.4}.post-meta{margin-top:.25rem}.post-author{font-size:.875rem;color:#6b7280;line-height:1.4;margin-top:.25rem}.featured-image-section h3{margin-bottom:.75rem}.featured-image-preview{width:100%;height:150px;border:1px solid #e5e7eb;border-radius:.125rem;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9fafb;margin-bottom:.75rem}.featured-image-preview img{width:100%;height:100%;object-fit:cover}.featured-image-preview.empty{background:#f3f4f6;color:#9ca3af;flex-direction:column;gap:.5rem}.image-actions{display:flex;gap:.5rem}.image-upload-btn{display:inline-flex;align-items:center;gap:.5rem;height:32px;padding:0 .75rem;background:#fff;border:1px solid #d1d5db;border-radius:.125rem;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.image-upload-btn:hover{background:#f9fafb;border-color:#9ca3af}.tags-input-container{margin-top:.5rem}.tags-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;min-height:32px;padding:.5rem;border:1px solid #e5e7eb;border-radius:.125rem;background:#f9fafb}.tag-item{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#8fb339;color:#fff;border-radius:.125rem;font-size:.8125rem;font-weight:500}.tag-remove{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:0;margin-left:.25rem;opacity:.8;transition:opacity .15s ease}.tag-remove:hover{opacity:1}.breadcrumb{display:inline-flex;align-items:center;gap:.25rem;color:#6b7280;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .15s ease}.breadcrumb:hover{color:#8fb339}.content-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.content-section-header h2{margin:0}.fullscreen-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#8fb339;border:1px solid #8fb339;border-radius:.125rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.fullscreen-toggle-btn:hover{background:#8fb339;color:#fff}.fullscreen-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#f9fafb;z-index:9999;display:flex;flex-direction:column;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fullscreen-editor-container{display:flex;flex-direction:column;height:100vh;max-width:1400px;width:100%;margin:0 auto;background:#fff;box-shadow:0 0 40px #0000001a}.fullscreen-editor-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.fullscreen-title h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1c20}.fullscreen-subtitle{font-size:.75rem;color:#6b7280;margin-left:1rem}.fullscreen-actions{display:flex;align-items:center;gap:.75rem}.fullscreen-save-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#8fb339;color:#fff;border:none;border-radius:.125rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.fullscreen-save-btn:hover:not(:disabled){background:#7a9b2f}.fullscreen-save-btn:disabled{opacity:.5;cursor:not-allowed}.fullscreen-exit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#1a1c20;border:1px solid #1a1c20;border-radius:.125rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;opacity:.8}.fullscreen-exit-btn:hover{background:#1a1c20;color:#fff;opacity:1}.fullscreen-close-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;color:#6b7280;border:none;border-radius:.125rem;cursor:pointer;transition:all .15s ease}.fullscreen-close-btn:hover{background:#f3f4f6;color:#1a1c20}.fullscreen-editor-body{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column}.fullscreen-editor-body .rich-text-editor{height:100%;display:flex;flex-direction:column}.fullscreen-editor-body .rich-text-editor textarea{flex:1;min-height:100%;font-size:1rem;line-height:1.8;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem}.fullscreen-editor-body .rich-text-editor textarea:focus{outline:none;border-color:#8fb339;box-shadow:0 0 0 3px #8fb3391a}.fullscreen-editor-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0}.word-count{font-size:.875rem;color:#6b7280;font-weight:500}.fullscreen-tips{font-size:.875rem;color:#6b7280}.fullscreen-tips kbd{display:inline-block;padding:.125rem .375rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.25rem;font-family:monospace;font-size:.8125rem;font-weight:500;margin:0 .125rem}@media (max-width: 768px){.fullscreen-editor-container{max-width:100%}.fullscreen-editor-header,.fullscreen-editor-body{padding:1rem}.fullscreen-editor-footer{padding:.75rem 1rem;flex-direction:column;gap:.5rem}.fullscreen-title h2{font-size:1rem}.fullscreen-subtitle,.fullscreen-exit-btn span{display:none}}.ai-generate-header-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#6b46c1,#8b5cf6);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #6b46c133}.ai-generate-header-btn:hover{background:linear-gradient(135deg,#7c3aed,#9333ea);transform:translateY(-1px);box-shadow:0 4px 8px #6b46c14d}.ai-generate-header-btn:active{transform:translateY(0);box-shadow:0 2px 4px #6b46c133}.ai-generate-header-btn svg{transition:transform .3s ease}.ai-generate-header-btn:hover svg{transform:rotate(180deg)}.content-editor{margin-top:2rem}.rich-text-editor-container{margin-top:.5rem}.rich-text-editor{min-height:100px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem}.rich-text-editor.error{border-color:#ef4444}.rich-text-editor .ql-toolbar{border:none;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:.375rem .375rem 0 0;padding:.75rem}.rich-text-editor .ql-container{border:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.875rem;min-height:350px}.rich-text-editor .ql-editor{padding:1.5rem;line-height:1.75;min-height:150px}.rich-text-editor .ql-editor.ql-blank:before{color:#9ca3af;font-style:normal}.rich-text-editor .ql-toolbar button{width:32px;height:32px;padding:.25rem;border-radius:.25rem;transition:background-color .15s}.rich-text-editor .ql-toolbar button:hover{background-color:#e5e7eb}.rich-text-editor .ql-toolbar button.ql-active{background-color:#8fb339;color:#fff}.rich-text-editor .ql-toolbar .ql-stroke{stroke:#374151}.rich-text-editor .ql-toolbar button.ql-active .ql-stroke{stroke:#fff}.rich-text-editor .ql-toolbar .ql-fill{fill:#374151}.rich-text-editor .ql-toolbar button.ql-active .ql-fill{fill:#fff}.rich-text-editor .ql-editor blockquote{border-left:4px solid #8fb339;margin:1rem 0;padding:.75rem 1rem;background-color:#f9fafb;color:#374151;font-style:italic}.content-editor .form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;display:block}.content-editor .form-error{color:#ef4444;font-size:.8125rem;margin-top:.5rem;display:block}.field-error{color:#ef4444;font-size:.8125rem;margin-top:.25rem}.seo-section{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}.seo-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:#374151}.case-study-link{color:inherit;text-decoration:none}.case-study-link:hover{color:#3b82f6}.case-study-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.case-study-client{font-size:.875rem;color:#059669;font-weight:500;margin-bottom:.25rem}.case-study-excerpt{font-size:.875rem;color:#6b7280;line-height:1.4}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1.5rem}.case-study-card{background:#fff;border-radius:.125rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:all .15s ease}.case-study-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#8fb339}.case-study-card-image{width:100%;height:200px;object-fit:cover;background:#f3f4f6}.case-study-card-content{padding:1.5rem}.case-study-card-status{display:inline-block;padding:.25rem .5rem;border-radius:.125rem;font-size:.75rem;font-weight:500;text-transform:uppercase;margin-bottom:.5rem}.case-study-card-status.published{background:#8fb339;color:#fff}.case-study-card-status.draft{background:#f59e0b;color:#fff}.case-study-card-status.private{background:#6b7280;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.gallery-item{position:relative}.gallery-image-wrapper{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:.125rem;border:1px solid #e5e7eb}.gallery-image-wrapper img{width:100%;height:100%;object-fit:cover}.gallery-remove-btn{position:absolute;top:.25rem;right:.25rem;background:#dc2626e6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:all .15s ease}.gallery-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.gallery-caption-input{width:100%;padding:.5rem;margin-top:.5rem;border:1px solid #d1d5db;border-radius:.125rem;font-size:.875rem}.gallery-upload{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;border:2px dashed #d1d5db;border-radius:.125rem;background:#f9fafb;transition:all .15s ease}.gallery-upload:hover{border-color:#8fb339;background:#f4f8eb}.gallery-upload-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280;cursor:pointer;padding:1rem;transition:color .15s ease}.gallery-upload:hover .gallery-upload-btn{color:#8fb339}.gallery-empty{grid-column:1 / -1;text-align:center;color:#6b7280;font-style:italic;padding:2rem}.results-list{margin-top:1rem}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:#8fb339;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{--primary-color: #8fb339;--secondary-color: #1a1c20;--primary-hover: #7a9b2f;--primary-light: #f4f8eb;--secondary-hover: #2d3035}.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;align-items:start;min-height:150vh;overflow:visible}.form-main{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;padding:1.5rem}.form-section:last-child{margin-bottom:0}.form-section h2{font-size:1rem;font-weight:600;color:var(--secondary-color);border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1rem;opacity:.9}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1rem}.form-row.single{grid-template-columns:1fr}.form-sidebar{position:relative}.sidebar-sticky-container{position:sticky;position:-webkit-sticky;top:calc(73px + 1.5rem);display:flex;flex-direction:column;gap:1rem;z-index:10;align-self:flex-start}.sidebar-section{background:#fff;border:1px solid #e5e7eb;border-radius:.125rem;padding:1.25rem}.sidebar-section h3{font-size:.875rem;font-weight:600;color:var(--secondary-color);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em;opacity:.9}.author-avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.author-avatar-preview{width:120px;height:120px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f9fafb;flex-shrink:0}.author-avatar-preview img{width:100%;height:100%;object-fit:cover}.author-avatar-preview.empty{background:#f3f4f6;color:#9ca3af}.avatar-actions{display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.avatar-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;padding:0 1rem;background:#fff;border:1px solid var(--secondary-color);border-radius:.125rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;color:var(--secondary-color);opacity:.8}.avatar-upload-btn:hover{background:var(--secondary-color);color:#fff;opacity:1}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.record-info-content{font-size:.875rem}.record-name{font-weight:600;color:var(--secondary-color);margin-bottom:.25rem}.record-meta{color:#6b7280;font-size:.8125rem}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1rem;height:36px;border-radius:.125rem;font-size:.875rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .15s ease;width:100%}.action-btn.primary{background:var(--primary-color);color:#fff}.action-btn.primary:hover:not(:disabled){background:var(--primary-hover)}.action-btn.primary:disabled{opacity:.5;cursor:not-allowed}.action-btn.secondary{background:#fff;color:var(--secondary-color);border:1px solid var(--secondary-color);opacity:.8;text-align:center}.action-btn.secondary:hover{background:var(--secondary-color);color:#fff;opacity:1}.action-separator{margin:.75rem 0;border:none;border-top:1px solid #e5e7eb}.action-btn.danger{background:#fff;color:#dc2626;border:1px solid #dc2626}.action-btn.danger:hover{background:#dc2626;color:#fff}.status-info{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.status-label{color:#6b7280;font-weight:500}.status-value{color:var(--secondary-color);font-weight:600}.status-value.active{color:var(--primary-color)}.status-value.inactive{color:#6b7280}.author-info-content{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:600;color:var(--secondary-color);margin-bottom:.25rem}.author-title{color:#6b7280;font-size:.8125rem}.breadcrumb{display:inline-block;color:#6b7280;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .15s ease}.breadcrumb:hover{color:var(--primary-color)}.MuiInput-underline:before{border-bottom-color:#d1d5db!important}.MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom-color:var(--primary-color)!important}.MuiInput-underline:after{border-bottom-color:var(--primary-color)!important}.MuiInputLabel-root{color:var(--secondary-color)!important;opacity:.9!important;font-weight:600!important;font-size:.875rem!important}.MuiInputLabel-root.Mui-focused{color:var(--primary-color)!important}.MuiInputLabel-root.Mui-error{color:#dc2626!important}.MuiFormHelperText-root{font-size:.75rem;margin-top:.25rem}.MuiFormHelperText-root.Mui-error{color:#dc2626}.authors-header{margin-bottom:2rem}.authors-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr}.sidebar-sticky-container{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));transform:none!important}.quick-actions{flex-direction:row;gap:.75rem}.action-btn{flex:1}.author-avatar-section{flex-direction:column;text-align:center}.avatar-actions{flex-direction:row;justify-content:center}}@media (max-width: 768px){.form-row,.social-links-grid,.sidebar-sticky-container{grid-template-columns:1fr}.quick-actions{flex-direction:column}.action-btn{width:100%}.avatar-actions{flex-direction:column}}.software-edit-page{min-height:100vh;background:#f8f9fa}.edit-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 2rem;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.edit-header h1{margin:0;font-size:1.75rem;font-weight:600;color:var(--secondary-color, #1a1c20);font-family:Titillium Web,sans-serif}.loading-message{margin-top:.5rem;color:#6b7280}.edit-layout{display:flex;min-height:calc(100vh - 80px);background:#fff}.edit-sidebar{width:20%;min-width:250px;background:#f8f9fa;border-right:1px solid #e0e0e0;padding:1rem 0;position:sticky;top:80px;align-self:flex-start}.sidebar-item{width:100%;padding:.875rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563;font-weight:500}.sidebar-item:hover{background:#e5e7eb;color:#1a1c20}.sidebar-item.active{background:#fff;color:var(--primary-color, #8fb339);border-right:3px solid var(--primary-color, #8fb339);font-weight:600}.sidebar-icon{display:flex;align-items:center;font-size:1.25rem;opacity:.8}.sidebar-item.active .sidebar-icon{opacity:1}.sidebar-label{flex:1}.edit-content{flex:1;padding:2rem;background:#fff;min-height:calc(100vh - 80px)}.section-content{max-width:1200px;margin:0 auto}.section-content h2{font-size:1.5rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin-bottom:2rem;font-family:Titillium Web,sans-serif}.section-content h3{font-size:1.25rem;font-weight:600;color:var(--secondary-color, #1a1c20);margin-top:2rem;margin-bottom:1rem;font-family:Titillium Web,sans-serif}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.125rem;font-size:.875rem;transition:all .15s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color, #8fb339);box-shadow:0 0 0 3px #8fb3391a}.form-group textarea{resize:vertical;min-height:100px}.form-section{margin-bottom:2rem}.form-help{margin-top:.5rem;font-size:.75rem;color:#6b7280;line-height:1.5}.tags-input{border:1px solid #d1d5db;border-radius:.125rem;padding:.5rem;background:#fff}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:#e5e7eb;border-radius:.125rem;font-size:.875rem;color:#374151}.tag-remove{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;margin-left:.25rem}.tag-remove:hover{color:#dc2626}.tag-input{border:none;outline:none;padding:.375rem .5rem;font-size:.875rem;width:100%}.logo-upload-section{display:flex;gap:3rem;align-items:flex-start;padding:1.5rem;background:#f8f9fa;border-radius:.125rem;border:1px solid #e5e7eb}.current-logo{text-align:center}.logo-preview{width:120px;height:120px;background:#fff;border:1px solid #d1d5db;border-radius:.125rem;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:.5rem}.logo-preview img{width:100%;height:100%;object-fit:contain}.logo-preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;font-size:3rem;font-weight:600}.logo-upload-control{flex:1}.upload-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--primary-color, #8fb339);color:#fff;border:none;border-radius:.125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.upload-button:hover:not(:disabled){background:#7ea02d}.upload-button:disabled{opacity:.5;cursor:not-allowed}.upload-info{margin-top:1rem;font-size:.75rem;color:#6b7280;line-height:1.5}.upload-info em{color:#9ca3af}.save-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--primary-color, #8fb339);box-shadow:0 -4px 12px #0000001a;padding:1rem 2rem;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.save-banner-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.save-banner-message{font-weight:600;color:#374151}.save-banner-actions{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid transparent;border-radius:.125rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-size:.875rem}.btn-primary{background:var(--primary-color, #8fb339);color:#fff}.btn-primary:hover:not(:disabled){background:#7ea02d}.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.edit-sidebar{width:200px;min-width:200px}.sidebar-label{font-size:.8125rem}}@media (max-width: 768px){.edit-header{position:relative;top:auto}.edit-layout{flex-direction:column;min-height:auto}.edit-sidebar{width:100%;border-right:none;border-bottom:1px solid #e0e0e0;padding:.5rem;height:auto;position:relative;top:auto;overflow-y:visible}.sidebar-item{padding:.75rem 1rem}.edit-content{padding:1rem;min-height:auto}.form-grid{grid-template-columns:1fr}.logo-upload-section{flex-direction:column;gap:1.5rem}.save-banner-content{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.save-banner-actions{justify-content:stretch}.save-banner-actions .btn{flex:1}}.array-inputs{display:flex;flex-direction:column;gap:1rem}.array-item{display:flex;gap:.5rem;align-items:flex-start;padding:1rem;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:.125rem}.array-item-content{flex:1}.array-item-actions{display:flex;gap:.25rem}.icon-button{padding:.375rem;border:1px solid #d1d5db;border-radius:.125rem;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.icon-button:hover{border-color:#9ca3af;color:#374151}.icon-button.danger:hover{border-color:#dc2626;color:#dc2626;background:#fee2e2}.add-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px dashed #d1d5db;border-radius:.125rem;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease;font-size:.875rem}.add-button:hover{border-color:var(--primary-color, #8fb339);color:var(--primary-color, #8fb339);background:#f4f8eb}.tier-list{display:flex;flex-direction:column;gap:1.5rem}.tier-card{padding:1.5rem;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:.25rem}.tier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tier-header h4{margin:0;font-size:1.125rem;font-weight:600;color:#374151}.array-inputs.compact{gap:.5rem}.array-inputs.compact .array-item{padding:.5rem}.array-inputs.compact input,.array-inputs.compact textarea{font-size:.875rem;padding:.375rem .5rem}.icon-button.small{padding:.25rem;font-size:.875rem}.add-button.small{padding:.375rem .75rem;font-size:.8125rem}
