:root{--wellington-emerald: #064E3B;--abyssal-green: #022C22;--wealth-cream: #F7F5F0;--card-white: #FFFFFF;--charcoal: #111827;--mid-gray: #6B7280;--light-gray: #9CA3AF;--border-gray: #E5E7EB;--primary-color: var(--wellington-emerald);--secondary-color: var(--abyssal-green);--accent-color: var(--wellington-emerald);--background: var(--wealth-cream);--surface: var(--card-white);--text-primary: var(--charcoal);--text-secondary: var(--mid-gray);--border-color: var(--border-gray);--max-width: 92%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);background-color:var(--background);font-size:18px;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}header{border-bottom:1px solid var(--border-color);padding:1.5rem 0;background-color:var(--background);position:sticky;top:0;z-index:100}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:"DM Serif Display",serif;font-size:1.875rem;font-weight:400;color:var(--abyssal-green);text-decoration:none;display:flex;align-items:center}.logo-img{height:50px;width:auto}nav ul{display:flex;gap:2rem;list-style:none}nav a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .2s}nav a:hover{color:var(--text-primary)}.nav-dropdown{position:relative}.nav-dropdown>a{display:flex;align-items:center;gap:.25rem}.nav-dropdown>a:after{content:"";border:solid var(--text-secondary);border-width:0 1.5px 1.5px 0;display:inline-block;padding:2px;transform:rotate(45deg);margin-top:-2px;transition:transform .2s}.nav-dropdown:hover>a:after{transform:rotate(-135deg);margin-top:2px}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border-color);border-radius:.75rem;padding:.75rem 0;min-width:180px;box-shadow:0 4px 20px #00000014;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;flex-direction:column;gap:0;margin-top:.5rem}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-menu li{width:100%}.dropdown-menu a{display:block;padding:.625rem 1.25rem;white-space:nowrap}.dropdown-menu a:hover{background:var(--wealth-cream)}.hero{padding:6rem 0;text-align:center}.hero-home{padding:6rem 0;min-height:80vh;display:flex;align-items:center}.hero-fullwidth{background-size:cover;background-position:right center;background-repeat:no-repeat;position:relative;border-radius:0;margin:0;width:100%}.hero-fullwidth .container{display:flex;align-items:center;justify-content:flex-start;max-width:100%;width:100%;padding-left:8%;margin:0}.hero-fullwidth:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#022c22d9,#022c2299 40%,#022c2200 70%)}.hero-content-overlay{position:relative;z-index:1;max-width:550px;text-align:left;margin-left:0;margin-right:auto}.hero-content-overlay h1{font-family:"DM Serif Display",serif;font-size:3.5rem;font-weight:400;line-height:1.1;margin-bottom:2rem;color:#fff}.hero-content-overlay .hero-description{color:#ffffffd9;font-size:1.25rem;margin-bottom:2rem}.btn-light{background-color:#fff;color:var(--abyssal-green)}.btn-light:hover{background-color:var(--wealth-cream);color:var(--abyssal-green)}.btn-secondary-light{background-color:transparent;border:2px solid #ffffff;color:#fff}.btn-secondary-light:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.hero-content h1{font-family:"DM Serif Display",serif;font-size:3.5rem;font-weight:400;line-height:1.1;margin-bottom:2.5rem}.hero-description{font-size:1.5rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.hero-ctas{display:flex;gap:1rem;margin-bottom:2rem}.hero-meta{display:flex;gap:2rem;font-size:1rem;color:var(--text-secondary)}.hero-meta-item{display:flex;align-items:center;gap:.5rem}.hero-icon{font-size:1.1rem}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;height:auto;max-width:600px}.hero-image-vertical{align-items:flex-start}.hero-image-vertical img{width:100%;max-width:380px;height:auto;border-radius:2rem;object-fit:cover;box-shadow:0 20px 60px #022c2226}h1{font-family:"DM Serif Display",serif;font-size:4rem;font-weight:400;line-height:1.15;margin-bottom:1.5rem;color:var(--text-primary)}h2{font-family:"DM Serif Display",serif;font-size:3.75rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}h3{font-family:"DM Serif Display",serif;font-size:2.25rem;font-weight:400;margin-bottom:1rem}h4{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:var(--text-secondary)}p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.65}.btn{display:inline-block;padding:1.25rem 2.5rem;background-color:var(--wellington-emerald);color:#fff;text-decoration:none;border-radius:9999px;font-weight:700;transition:transform .2s,box-shadow .2s;border:none;font-size:1.25rem;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #064e3b40}.btn-secondary{background-color:var(--surface);color:var(--text-primary);border:2px solid var(--border-color)}.section{padding:5rem 0}.section-alt{background-color:var(--surface)}.grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card{background-color:var(--surface);padding:3rem;border-radius:2rem;border:1px solid var(--border-color);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.service-card{padding:3rem;border-radius:12px;transition:transform .2s}.service-card:hover{transform:translateY(-4px)}.service-card h3{font-size:1.75rem;margin-bottom:1rem}.service-divider{width:60px;height:3px;background-color:currentColor;margin-bottom:1.5rem}.service-card p{font-size:1rem;line-height:1.7;margin-bottom:2rem}.service-list{list-style:none;padding:0;margin-bottom:2rem}.service-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.95rem}.service-list li:before{content:"●";position:absolute;left:0;color:#10b981;font-size:.8rem}.service-link{font-weight:500;text-decoration:none;transition:opacity .2s}.service-link:hover{opacity:.8}.service-card-light{background-color:#f9fafb;color:var(--text-primary)}.service-card-light p{color:var(--text-secondary)}.service-card-light .service-divider{background-color:var(--text-primary)}.service-card-light .service-link{color:var(--text-primary)}.service-card-dark{background-color:#1e3a2e;color:#f0f4f2}.service-card-dark h3{color:#fff}.service-card-dark p{color:#d1e0d9}.service-card-dark .service-divider{background-color:#10b981}.service-card-dark .service-link{color:#10b981}.value-props{padding:6rem 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1100px;margin:0 auto}.value-item{text-align:left}.value-line{width:100%;height:1px;background-color:var(--text-primary);margin-bottom:2rem}.value-item h3{font-family:"DM Serif Display",serif;font-size:1.875rem;font-weight:400;color:var(--text-primary);margin-bottom:1rem}.value-item p{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:0}.founder-letter{background-color:var(--surface);padding:6rem 0}.letter-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.letter-heading{font-family:"DM Serif Display",serif;font-size:2.25rem;font-weight:400;color:var(--text-primary);margin-bottom:2rem;font-style:italic}.letter-body{margin-bottom:2.5rem}.letter-body p{font-family:"DM Serif Display",serif;font-size:1.25rem;font-weight:400;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.letter-body p:last-child{margin-bottom:0}.letter-body strong{color:var(--text-primary);font-weight:400}.letter-photo{display:flex;justify-content:center;align-items:center}.founder-photo{width:100%;max-width:280px;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:1rem;border:1px solid var(--border-color)}@media(max-width:768px){.letter-grid{grid-template-columns:1fr;gap:2rem}.letter-heading{font-size:1.75rem}.letter-body p{font-size:1.125rem}.letter-photo{order:-1}.founder-photo{max-width:200px}}.about-letter{padding:4rem 0 6rem}.about-content{max-width:800px;margin:0 auto}.about-content p{font-size:1.25rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.about-content h3{font-family:"DM Serif Display",serif;font-size:1.875rem;font-weight:400;color:var(--text-primary);margin-top:3rem;margin-bottom:1.5rem}.about-content strong{color:var(--text-primary);font-weight:700}.about-list{list-style:decimal;padding-left:1.5rem;margin-bottom:1.5rem}.about-list li{font-size:1.25rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.25rem}.about-list li strong{color:var(--text-primary)}.about-signature{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color)}.signature-name{font-family:"DM Serif Display",serif;font-size:1.5rem;font-weight:400;color:var(--text-primary);margin-bottom:.25rem}.signature-title{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.linkedin-link{color:var(--wellington-emerald);text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s}.linkedin-link:hover{color:var(--abyssal-green)}@media(max-width:768px){.about-content p,.about-list li{font-size:1.125rem}.about-content h3{font-size:1.5rem;margin-top:2rem}}footer{background-color:var(--surface);border-top:1px solid var(--border-color);padding:4rem 0 2rem;margin-top:8rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{font-family:"DM Serif Display",serif;font-size:1.5rem;font-weight:400;color:var(--text-primary);margin-bottom:1rem}.footer-logo-img{height:60px;width:auto;margin-bottom:1.5rem}.footer-brand p{font-size:.875rem;line-height:1.6;color:var(--gray-500);margin-bottom:.5rem}.footer-column h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem}.footer-column p{font-size:.875rem;line-height:1.6;color:var(--gray-600);margin-bottom:.5rem}.footer-column a{color:var(--gray-600);text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--wellington-emerald)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color)}.footer-bottom p{font-size:.875rem;color:var(--gray-500);margin-bottom:0}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.875rem;color:var(--gray-500);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}input,textarea,select{width:100%;padding:1.5rem;border:2px solid var(--border-color);border-radius:1rem;font-size:1.125rem;font-family:inherit;background-color:var(--surface);transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--wellington-emerald)}textarea{min-height:150px;resize:vertical}.blog-list,.portfolio-list{display:grid;gap:3rem;margin-top:3rem}.blog-item,.portfolio-item{border-bottom:1px solid var(--border-color);padding-bottom:2rem}.blog-item h3,.portfolio-item h3{margin-bottom:.5rem}.blog-item a,.portfolio-item a{color:var(--text-primary);text-decoration:none}.blog-item a:hover,.portfolio-item a:hover{color:var(--accent-color)}.meta{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem}.cs-hero{min-height:95vh;width:100%;display:flex;align-items:center;padding:6rem 0;border-bottom:1px solid var(--border-color)}.cs-hero-inner{width:92%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.cs-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;background:#064e3b1a;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(6,78,59,.2)}.cs-badge-dot{width:.5rem;height:.5rem;background:var(--wellington-emerald);border-radius:50%;animation:cs-pulse 2s infinite}@keyframes cs-pulse{0%,to{opacity:1}50%{opacity:.4}}.cs-badge-text{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--wellington-emerald)}.cs-hero-title{font-family:"DM Serif Display",serif;font-size:6.5rem;font-weight:400;line-height:.85;color:var(--charcoal);margin-bottom:2rem}.cs-hero-accent{color:var(--wellington-emerald);font-style:italic}.cs-hero-desc{font-size:1.5rem;color:var(--mid-gray);font-weight:500;line-height:1.6;max-width:640px;margin:0 auto 3rem}.cs-hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:#ffffff80;border-radius:1rem;border:1px solid var(--border-color);max-width:720px;margin:0 auto;text-align:left}.cs-meta-label{font-size:.625rem;font-weight:700;color:var(--light-gray);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.cs-hero-meta-item{display:flex;flex-direction:column}.cs-meta-value{font-weight:700;font-size:1.125rem}.cs-hero-cta{margin-top:3rem}.cs-hero-cta .btn{padding:1.25rem 2.5rem;font-size:1.125rem;border-radius:.75rem;box-shadow:0 10px 30px #022c2226}.cs-stats-ribbon{background:var(--abyssal-green);padding:5rem 0}.cs-stats-grid{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cs-stat{padding:0 1.5rem;border-left:1px solid rgba(255,255,255,.1)}.cs-stat:first-child{border-left:none}.cs-stat-number{font-family:"DM Serif Display",serif;font-size:3rem;color:var(--wealth-cream);margin-bottom:.5rem}.cs-stat-label{color:#f7f5f099;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;line-height:1.4}.cs-section{padding:8rem 0}.cs-bg-white{background:var(--card-white)}.cs-bg-cream{background:var(--wealth-cream)}.cs-border-top{border-top:1px solid var(--border-color)}.cs-container{width:92%;max-width:1200px;margin:0 auto}.cs-container-narrow{max-width:896px;margin:0 auto;padding:0 1rem}.cs-section-title{font-family:"DM Serif Display",serif;font-size:3rem;color:var(--charcoal);margin-bottom:2rem}.cs-subsection-title{font-family:"DM Serif Display",serif;font-size:1.875rem;color:var(--charcoal);margin-bottom:1.5rem}.cs-prose{color:var(--mid-gray);font-size:1.125rem;line-height:1.8}.cs-prose p{margin-bottom:1rem}.cs-prose strong{color:var(--charcoal)}.cs-challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:1rem}.cs-callout{background:var(--wealth-cream);padding:2rem;border-radius:1rem;border:1px solid var(--border-color)}.cs-callout p{color:var(--mid-gray);font-style:italic;font-size:.875rem;line-height:1.6}.cs-section-header{text-align:center;margin-bottom:4rem}.cs-section-header-split{text-align:left;margin-bottom:4rem}.cs-section-subtitle{font-size:1.25rem;color:var(--mid-gray);font-weight:500}.cs-timeline{position:relative}.cs-timeline-line{display:none}.cs-timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;position:relative;z-index:1}.cs-timeline-phase{display:flex;flex-direction:column;align-items:center}.cs-timeline-dot{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--wellington-emerald);border:4px solid white;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.cs-timeline-dot-dark{background:var(--abyssal-green)}.cs-timeline-card{background:var(--wealth-cream);padding:1.5rem;border-radius:1rem;border:1px solid var(--border-color);height:100%}.cs-timeline-card-dark{background:var(--abyssal-green);border-color:var(--charcoal);color:#fff}.cs-timeline-card-dark .cs-timeline-desc{color:#fff9}.cs-timeline-label{color:var(--wellington-emerald);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.cs-timeline-title{font-weight:700;color:var(--charcoal);margin-bottom:.75rem;font-size:1rem}.cs-timeline-card-dark .cs-timeline-title{color:#fff}.cs-timeline-desc{font-size:.75rem;color:var(--mid-gray);line-height:1.6}.cs-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cs-bento-card{background:#fff;padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-color);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.cs-bento-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #022c220d}.cs-bento-card-dark{background:var(--abyssal-green);border-color:transparent;color:#fff}.cs-bento-card-dark .cs-bento-desc{color:#ffffffb3}.cs-bento-card-dark .cs-bento-insight{border-top-color:#ffffff1a}.cs-bento-card-dark .cs-bento-insight p{color:#ffffff80}.cs-bento-icon{width:3rem;height:3rem;background:#064e3b1a;color:var(--wellington-emerald);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.cs-bento-icon-light{background:#ffffff1a;color:#fff}.cs-bento-title{font-family:"DM Serif Display",serif;font-size:1.5rem;margin-bottom:1rem;line-height:1.2}.cs-bento-desc{color:var(--mid-gray);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.cs-bento-insight{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}.cs-bento-insight-label{font-size:.625rem;font-weight:700;color:var(--wellington-emerald);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.cs-bento-insight p{font-size:.6875rem;color:var(--mid-gray);font-weight:500}.cs-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.cs-solution-visual{background:var(--wealth-cream);padding:3rem;border-radius:2rem;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center}.cs-checklist{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.cs-check-item{display:flex;align-items:flex-start;gap:1rem}.cs-check-icon{width:1.5rem;height:1.5rem;min-width:1.5rem;border-radius:50%;background:#064e3b1a;color:var(--wellington-emerald);display:flex;align-items:center;justify-content:center;margin-top:.25rem}.cs-check-label{font-size:.875rem;font-weight:700;color:var(--charcoal)}.cs-check-desc{font-size:.75rem;color:var(--mid-gray);margin-top:.25rem;line-height:1.5}.cs-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.cs-results-title{font-family:"DM Serif Display",serif;font-size:3.75rem;color:var(--charcoal);margin-bottom:2rem;line-height:1.1}.cs-cvr-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0}.cs-cvr-card{padding:1.5rem;background:#fff;border-radius:1rem;border:1px solid var(--border-color);box-shadow:0 1px 3px #0000000d}.cs-cvr-card-highlight{background:var(--wellington-emerald);color:#fff;border-color:var(--wellington-emerald);box-shadow:0 4px 15px #064e3b4d}.cs-cvr-card-highlight .cs-cvr-label{color:#fff9}.cs-cvr-card-highlight .cs-cvr-value{color:#fff}.cs-cvr-label{font-size:.625rem;font-weight:700;color:var(--light-gray);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.cs-cvr-value{font-family:"DM Serif Display",serif;font-size:1.875rem}.cs-revenue-box{background:var(--abyssal-green);padding:2rem;border-radius:1.5rem;color:#fff}.cs-revenue-title{font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--wellington-emerald);margin-bottom:1rem}.cs-revenue-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cs-revenue-row-total{border-bottom:none}.cs-revenue-label{color:#fff9;font-size:.875rem}.cs-revenue-row-total .cs-revenue-label{font-style:italic}.cs-revenue-amount{font-weight:700;font-size:1.25rem}.cs-revenue-amount-big{font-family:"DM Serif Display",serif;font-size:2.5rem;color:var(--wellington-emerald)}.cs-chart-container{background:#fff;padding:3rem;border-radius:2rem;box-shadow:0 25px 50px #0000001a}.cs-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.cs-chart-title{font-weight:700;color:var(--light-gray);text-transform:uppercase;letter-spacing:.1em;font-size:.625rem}.cs-chart-lift{font-size:.625rem;font-weight:700;color:var(--wellington-emerald)}.cs-chart-bars{display:flex;align-items:flex-end;gap:1.5rem;height:16rem}.cs-bar{flex:1;border-radius:1rem 1rem 0 0;position:relative}.cs-bar-control{background:var(--border-color);height:60%}.cs-bar-variant{background:var(--wellington-emerald);height:100%}.cs-bar-label-top{position:absolute;top:-1.75rem;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:700}.cs-bar-control .cs-bar-label-top{color:var(--light-gray)}.cs-bar-variant .cs-bar-label-top{color:var(--wellington-emerald)}.cs-bar-label-side{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) rotate(-90deg);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.cs-bar-control .cs-bar-label-side{color:var(--light-gray)}.cs-bar-variant .cs-bar-label-side{color:#fff}.cs-chart-quote{margin-top:3rem;padding:1.5rem;background:var(--wealth-cream);border-radius:.75rem;text-align:center}.cs-chart-quote p{font-size:.75rem;color:var(--mid-gray);font-style:italic}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.cs-hero-title{font-size:3.5rem}.cs-hero-desc{font-size:1.125rem}.cs-hero-meta{grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1rem}.cs-meta-value{font-size:.9rem}.cs-stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.cs-stat{border-left:none;text-align:center}.cs-stat-number{font-size:2.5rem}.cs-section{padding:4rem 0}.cs-section-title{font-size:2rem}.cs-challenge-grid{grid-template-columns:1fr}.cs-timeline-grid{grid-template-columns:1fr;gap:1.5rem}.cs-timeline-dot{display:none}.cs-bento-grid{grid-template-columns:1fr}.cs-solution-grid{grid-template-columns:1fr;gap:2rem}.cs-results-grid{grid-template-columns:1fr;gap:3rem}.cs-results-title{font-size:2.5rem}.cs-cvr-grid{grid-template-columns:1fr}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}nav ul{gap:1rem}.hero{padding:3rem 0}.hero-home{padding:3rem 0;min-height:auto}.hero-fullwidth{min-height:70vh;background-position:center right}.hero-fullwidth:before{background:linear-gradient(to bottom,#022c22e6,#022c22b3 60%,#022c2280)}.hero-content-overlay{max-width:100%}.hero-content-overlay h1{font-size:2.5rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;text-align:center}.hero-image{order:-1}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}.value-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;align-items:flex-start}.footer-links{gap:1rem}}
