.marketing-layout{min-height:100vh;display:flex;flex-direction:column}.marketing-header{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.marketing-header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.marketing-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--foreground)}.marketing-logo-icon{width:40px;height:40px}.marketing-logo-text{font-weight:700;font-size:1.125rem}.marketing-nav{display:flex;align-items:center;gap:2rem}.marketing-nav-link{color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.marketing-nav-link:hover{color:var(--foreground)}.marketing-nav-cta{background:var(--foreground);color:#fff;padding:.625rem 1.25rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:background .2s}.marketing-nav-cta:hover{background:#2a2a4e}.marketing-main{flex:1 1}.marketing-footer{background:var(--foreground);color:#fff;padding:4rem 2rem 2rem}.marketing-footer-content{max-width:1200px;margin:0 auto}.marketing-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.marketing-footer-brand{display:flex;flex-direction:column;gap:1rem}.marketing-footer-brand-logo{display:flex;align-items:center;gap:.75rem}.marketing-footer-brand-logo svg{width:36px;height:36px}.marketing-footer-brand-name{font-weight:600;font-size:1rem}.marketing-footer-brand-desc{color:#94a3b8;font-size:.875rem;line-height:1.6}.marketing-footer-section h4{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:#fff}.marketing-footer-links{display:flex;flex-direction:column;gap:.75rem}.marketing-footer-link{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s}.marketing-footer-link:hover{color:#fff}.marketing-footer-bottom{border-top:1px solid #334155;padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.marketing-footer-copyright{color:#64748b;font-size:.875rem}.marketing-footer-legal{display:flex;gap:2rem}.marketing-footer-legal a{color:#64748b;text-decoration:none;font-size:.875rem}.marketing-footer-legal a:hover{color:#94a3b8}.hero{background:linear-gradient(180deg,#f8fafc,#fff);padding:5rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;color:var(--accent);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--foreground)}.hero p{font-size:1.25rem;color:var(--muted);margin-bottom:2rem;line-height:1.6}.hero-ctas{display:flex;gap:1rem;justify-content:center}.hero-cta-primary{background:var(--accent);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .2s}.hero-cta-primary:hover{background:var(--accent-hover)}.hero-cta-secondary{background:#fff;color:var(--foreground);padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:1px solid var(--border);transition:all .2s}.hero-cta-secondary:hover{border-color:var(--foreground);background:#f8fafc}.services-section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:var(--foreground)}.section-header p{font-size:1.125rem;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.service-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem;text-decoration:none;color:inherit;transition:all .2s}.service-card:hover{border-color:var(--accent);box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-4px)}.service-card-icon{width:56px;height:56px;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--accent)}.service-card-icon svg{width:28px;height:28px}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.service-card p{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.service-card-link{font-size:.875rem;color:var(--accent);font-weight:500;display:flex;align-items:center;gap:.5rem}.value-section{background:#f8fafc;padding:5rem 2rem}.value-content{max-width:1200px;margin:0 auto}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.value-item{text-align:center;padding:1.5rem}.value-item-icon{width:64px;height:64px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--foreground);box-shadow:0 4px 12px rgba(0,0,0,.06)}.value-item-icon svg{width:32px;height:32px}.value-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.value-item p{font-size:.9rem;color:var(--muted);line-height:1.6}.trust-badges-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.trust-badges-section h3{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:2rem}.trust-badges-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-badge{flex-direction:column;gap:.5rem}.trust-badge,.trust-badge-icon{display:flex;align-items:center}.trust-badge-icon{width:48px;height:48px;background:#f1f5f9;border-radius:8px;justify-content:center}.trust-badge-label{font-size:.75rem;color:var(--muted);font-weight:500}.cta-banner{background:var(--foreground);padding:4rem 2rem;text-align:center}.cta-banner-content{max-width:700px;margin:0 auto}.cta-banner h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-banner p{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem}.cta-banner-buttons{display:flex;gap:1rem;justify-content:center}.cta-banner-primary{background:var(--accent);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.cta-banner-primary:hover{background:var(--accent-hover)}.cta-banner-secondary{background:transparent;color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid #475569;transition:all .2s}.cta-banner-secondary:hover{border-color:#fff;background:hsla(0,0%,100%,.05)}.page-header{background:linear-gradient(180deg,#f8fafc,#fff);padding:4rem 2rem 3rem;text-align:center}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:var(--foreground)}.page-header p{font-size:1.125rem;color:var(--muted);max-width:600px;margin:0 auto}.page-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.page-content-narrow{max-width:800px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column}.pricing-card.featured{border-color:var(--accent);box-shadow:0 8px 24px rgba(59,130,246,.15);position:relative}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600}.pricing-card-header{margin-bottom:1.5rem}.pricing-card-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.pricing-card-desc{font-size:.875rem;color:var(--muted)}.pricing-card-price{margin-bottom:1.5rem}.pricing-card-price .amount{font-size:2.5rem;font-weight:700;color:var(--foreground)}.pricing-card-price .period{font-size:.9rem;color:var(--muted)}.pricing-card-features{flex:1 1;margin-bottom:1.5rem}.pricing-card-features ul{list-style:none;padding:0}.pricing-card-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:var(--foreground)}.pricing-card-features li svg{width:20px;height:20px;color:#22c55e;flex-shrink:0}.pricing-card-cta{background:var(--foreground);color:#fff;padding:.875rem;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;transition:background .2s}.pricing-card-cta:hover{background:#2a2a4e}.pricing-card.featured .pricing-card-cta{background:var(--accent)}.pricing-card.featured .pricing-card-cta:hover{background:var(--accent-hover)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.contact-info p{color:var(--muted);margin-bottom:2rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem}.contact-method-icon{width:40px;height:40px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--foreground);flex-shrink:0}.contact-method-icon svg{width:20px;height:20px}.contact-method h3{font-size:.9rem;font-weight:600;margin-bottom:.25rem;color:var(--foreground)}.contact-method p{font-size:.875rem;color:var(--muted);margin:0}.contact-method a{color:var(--accent);text-decoration:none}.contact-method a:hover{text-decoration:underline}.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem}.contact-form-card h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--foreground)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-submit{background:var(--accent);color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.form-submit:hover{background:var(--accent-hover)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.case-study-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:all .2s}.case-study-card:hover{border-color:var(--accent);box-shadow:0 8px 24px rgba(0,0,0,.08)}.case-study-image{height:200px;background:linear-gradient(135deg,#1a1a2e,#2a2a4e);display:flex;align-items:center;justify-content:center;color:#fff}.case-study-content{padding:1.5rem}.case-study-tag{display:inline-block;background:#f1f5f9;color:var(--muted);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;margin-bottom:.75rem}.case-study-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.case-study-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.case-study-card-header{display:flex;gap:.5rem;margin-bottom:1rem}.case-study-industry,.case-study-service{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.case-study-industry{background:#dbeafe;color:#1e40af}.case-study-service{background:#f1f5f9;color:var(--muted)}.case-study-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:var(--foreground);line-height:1.4}.case-study-section{margin-bottom:1rem}.case-study-section h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem}.case-study-section p{font-size:.9rem;color:var(--foreground);line-height:1.6;margin:0}.case-study-results{list-style:none;padding:0;margin:0}.case-study-results li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--foreground);margin-bottom:.5rem}.case-study-results li svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.case-study-testimonial{background:#f8fafc;border-left:3px solid var(--accent);padding:1rem 1.25rem;margin:1.25rem 0 0;border-radius:0 8px 8px 0}.case-study-testimonial p{font-size:.9rem;font-style:italic;color:var(--foreground);line-height:1.6;margin:0 0 .75rem}.case-study-testimonial footer{display:flex;flex-direction:column;gap:.125rem}.case-study-testimonial footer strong{font-size:.85rem;font-weight:600;color:var(--foreground)}.case-study-testimonial footer span{font-size:.8rem;color:var(--muted)}.about-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:4rem}.about-hero-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.about-hero-content p{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.about-hero-image{height:400px;background:linear-gradient(135deg,#1a1a2e,#2a2a4e);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.value-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem}.value-card-icon{width:48px;height:48px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--accent)}.value-card-icon svg{width:24px;height:24px}.value-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.value-card p{font-size:.9rem;color:var(--muted);line-height:1.6}@media (max-width:1024px){.marketing-footer-grid{grid-template-columns:1fr 1fr}.about-hero,.contact-grid{grid-template-columns:1fr}.about-hero-image{order:-1;height:300px}}@media (max-width:768px){.marketing-header-content{flex-direction:column;gap:1rem;padding:1rem}.marketing-nav{gap:1rem;flex-wrap:wrap;justify-content:center}.hero{padding:3rem 1.5rem}.hero h1{font-size:2rem}.hero-ctas{flex-direction:column}.page-content,.services-section{padding:2rem 1rem}.marketing-footer-grid{grid-template-columns:1fr;gap:2rem}.marketing-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.marketing-footer-legal{gap:1rem}.form-row,.pricing-grid{grid-template-columns:1fr}}