:root{--color-bg: #ffffff;--color-text: #111111;--color-muted: #6b7280;--color-accent: #D2322D;--color-accent-ink: #8F1F1C;--color-border: #e5e7eb;--section-shade: #f7f7f8;--container-max: 1200px}*{box-sizing:border-box}@font-face{font-family:Inter;font-display:swap;font-weight:300 700;src:url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap)}img{max-width:100%;height:auto;loading:lazy;decoding:async}.critical-content{font-display:swap}.btn,.card,a{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body,#app{height:100%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent{color:var(--color-accent)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 20px}.section{padding:56px 0}.section.shaded{background:var(--section-shade)}.section+.section{border-top:1px solid rgba(0,0,0,.05)}.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:8px;border:1px solid var(--color-border);background:#fff;color:var(--color-text)}.btn.no-gap{gap:0}.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-primary:hover{background:var(--color-accent-ink);border-color:var(--color-accent-ink)}@media (max-width: 768px){.btn{padding:8px 12px!important;font-size:14px!important;min-height:auto!important;height:auto!important;line-height:1.2!important}}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--color-border)}.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em}.brand-mark{width:28px;height:28px;border-radius:6px;background:var(--color-accent)}.nav{display:none;gap:20px}.nav a{color:var(--color-muted)}.nav a.active{color:var(--color-text);font-weight:600}.menu-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);border-radius:8px;background:#fff}.site-footer{border-top:1px solid var(--color-border);background:var(--section-shade)}.site-footer .content{display:grid;grid-template-columns:1fr;gap:24px;padding:40px 0 24px}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:16px 0 32px;color:var(--color-muted);font-size:14px;border-top:1px solid var(--color-border)}@media (max-width: 768px){.container{padding:0 16px}.btn{min-height:44px;min-width:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000}main{margin-top:72px}a,button,input,select,textarea{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}}@media (max-width: 480px){.container{padding:0 12px}h1{font-size:clamp(20px,6vw,28px)!important}h2{font-size:clamp(18px,5vw,24px)!important}h3{font-size:clamp(16px,4vw,20px)!important}}@media (min-width: 769px) and (max-width: 1024px){.container{padding:0 24px}.nav{display:inline-flex}.menu-btn{display:none}.site-footer .content{grid-template-columns:2fr 1fr 1fr 1fr}h1{font-size:clamp(32px,4vw,40px)!important}h2{font-size:clamp(28px,3vw,36px)!important}h3{font-size:clamp(24px,2.5vw,32px)!important}.btn{padding:14px 20px;font-size:16px}.section{padding:80px 0}}@media (min-width: 1025px) and (max-width: 1200px){.container{padding:0 32px}.site-footer .content{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}}@media (min-width: 1201px){.container{padding:0 40px}.site-footer .content{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}}.site-header[data-v-847699f6]{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000}.site-header .container[data-v-847699f6]{display:flex;align-items:center;justify-content:space-between;height:72px}.brand-link[data-v-847699f6]{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:600;color:#1f2937;text-decoration:none;letter-spacing:-.025em}.brand-logo[data-v-847699f6]{height:32px;width:auto;object-fit:contain}.main-nav[data-v-847699f6]{display:flex;align-items:center;gap:2rem}.main-nav a[data-v-847699f6]{color:#6b7280;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}.main-nav a[data-v-847699f6]:hover{color:#1f2937}.nav-dropdown[data-v-847699f6]{position:relative}.dropdown-trigger[data-v-847699f6]{display:flex;align-items:center;cursor:pointer}.dropdown-content[data-v-847699f6]{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem 0;min-width:320px;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:all .2s ease;box-shadow:0 4px 6px #0000001a}.nav-dropdown:hover .dropdown-content[data-v-847699f6]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link[data-v-847699f6]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s ease}.dropdown-link[data-v-847699f6]:hover{background-color:#f9fafb}.dropdown-link i[data-v-847699f6]{color:#3b82f6;font-size:1.1rem;width:20px;text-align:center}.dropdown-link div[data-v-847699f6]{display:flex;flex-direction:column;gap:.125rem}.dropdown-title[data-v-847699f6]{font-size:.95rem;font-weight:600;color:#1f2937}.dropdown-subtitle[data-v-847699f6]{font-size:.8rem;color:#6b7280;font-weight:400}.mobile-menu-btn[data-v-847699f6]{display:none;flex-direction:column;justify-content:space-around;width:40px;height:40px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:8px;z-index:10}.hamburger-line[data-v-847699f6]{width:20px;height:2px;background:#1f2937;transition:all .3s ease;transform-origin:1px;display:block;margin:1px 0}.hamburger-line.active[data-v-847699f6]:nth-child(1){transform:rotate(45deg)}.hamburger-line.active[data-v-847699f6]:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-line.active[data-v-847699f6]:nth-child(3){transform:rotate(-45deg)}.mobile-nav[data-v-847699f6]{position:fixed;top:72px;left:0;right:0;background:#fffffffa;backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--color-border);padding:20px 0;transform:translateY(-100%);transition:transform .3s ease;z-index:999;display:none}.mobile-nav.open[data-v-847699f6]{transform:translateY(0);display:block}.mobile-nav a[data-v-847699f6]{display:block;padding:16px 20px;color:var(--color-text);text-decoration:none;font-weight:500;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-nav a[data-v-847699f6]:last-child{border-bottom:none}.mobile-nav a[data-v-847699f6]:hover{background:#00000005}.mobile-nav a.router-link-active[data-v-847699f6]{color:var(--color-accent);font-weight:600}@media (max-width: 768px){.main-nav[data-v-847699f6]{display:none!important}.mobile-menu-btn[data-v-847699f6]{display:flex!important}.site-header .container[data-v-847699f6]{justify-content:space-between!important}.header-brand[data-v-847699f6]{flex:1}}@media (min-width: 769px){.mobile-menu-btn[data-v-847699f6],.mobile-nav[data-v-847699f6]{display:none}}.site-footer[data-v-dc036683]{background-color:#fff;border-top:1px solid #e2e8f0;margin-top:4rem}.footer-content[data-v-dc036683]{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding:4rem 0 2rem;max-width:1200px;margin:0 auto}.footer-brand-header[data-v-dc036683]{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-brand-link[data-v-dc036683]{text-decoration:none;color:inherit;transition:opacity .2s ease}.footer-brand-link[data-v-dc036683]:hover{opacity:.8}.footer-brand-link h3[data-v-dc036683]{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.02em}.footer-logo[data-v-dc036683]{height:28px;width:auto;object-fit:contain}.footer-brand p[data-v-dc036683]{color:#64748b;font-size:1rem;line-height:1.6;margin:0;max-width:400px}.footer-links[data-v-dc036683]{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.link-group h4[data-v-dc036683]{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1.25rem;letter-spacing:-.01em}.link-group[data-v-dc036683]{display:flex;flex-direction:column;gap:.75rem}.link-group a[data-v-dc036683]{color:#64748b;text-decoration:none;font-size:.95rem;transition:color .2s ease;line-height:1.5}.link-group a[data-v-dc036683]:hover{color:#1e293b}.footer-bottom[data-v-dc036683]{padding:2rem 0;border-top:1px solid #f1f5f9;margin-top:2rem}.footer-bottom p[data-v-dc036683]{color:#94a3b8;font-size:.9rem;text-align:center;margin:0}@media (max-width: 1024px){.footer-links[data-v-dc036683]{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer-content[data-v-dc036683]{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0 1.5rem}.footer-links[data-v-dc036683]{grid-template-columns:1fr;gap:2rem}.footer-brand p[data-v-dc036683]{max-width:none}}@media (max-width: 480px){.footer-content[data-v-dc036683]{padding:2.5rem 0 1rem}.footer-brand h3[data-v-dc036683]{font-size:1.25rem}.footer-brand p[data-v-dc036683]{font-size:.95rem}}@media (max-width: 768px){.hero-actions[data-v-a1cf4a98]{flex-direction:column;align-items:center;gap:12px}.hero-actions .btn[data-v-a1cf4a98]{width:100%;max-width:300px;justify-content:center}.container[data-v-a1cf4a98]{padding:0 16px}.container>div[style*="grid-template-columns:repeat(auto-fit"][data-v-a1cf4a98]{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.container>div[style*="grid-template-columns:repeat(auto-fit, minmax"][data-v-a1cf4a98]{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}}@media (max-width: 480px){.container .btn[data-v-a1cf4a98]{padding:12px 16px;font-size:.9rem}.container h1[data-v-a1cf4a98]{font-size:clamp(24px,5vw,32px)!important}.container h2[data-v-a1cf4a98]{font-size:clamp(20px,4vw,28px)!important}}@media (min-width: 769px) and (max-width: 1024px){.container[data-v-a1cf4a98]{padding:0 24px}.container>div[style*="grid-template-columns:repeat(auto-fit"][data-v-a1cf4a98]{grid-template-columns:repeat(2,1fr)!important}}.pwc-executive-section[data-v-a1cf4a98]{background:var(--pwc-bg);padding:120px 0}.pwc-solution-section[data-v-a1cf4a98]{background:var(--pwc-bg-secondary);padding:120px 0}.pwc-container[data-v-a1cf4a98]{max-width:1200px;position:relative;z-index:2;margin:0 auto;padding:0 30px}.pwc-section-intro[data-v-a1cf4a98]{text-align:center;margin-bottom:80px}.pwc-section-tag[data-v-a1cf4a98]{display:inline-block;background:#dbeafe;color:#1d4ed8;padding:6px 20px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.pwc-section-title[data-v-a1cf4a98]{font-size:clamp(32px,5vw,48px);font-weight:300;color:#1e293b;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}.pwc-section-description[data-v-a1cf4a98]{font-size:18px;color:#64748b;max-width:700px;margin:0 auto;line-height:1.5}.pwc-metrics-dashboard[data-v-a1cf4a98]{display:flex;justify-content:center;gap:60px;margin-bottom:80px;flex-wrap:wrap}.pwc-metric-highlight[data-v-a1cf4a98]{text-align:center;padding:30px}.pwc-metric-value[data-v-a1cf4a98]{font-size:3rem;font-weight:200;color:#1d4ed8;line-height:1;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pwc-metric-label[data-v-a1cf4a98]{font-size:14px;color:#64748b;font-weight:500;max-width:150px;line-height:1.4}.pwc-insights-grid[data-v-a1cf4a98]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px}.pwc-insight-card[data-v-a1cf4a98]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.pwc-insight-card[data-v-a1cf4a98]:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.pwc-insight-header[data-v-a1cf4a98]{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.pwc-insight-number[data-v-a1cf4a98]{font-size:24px;font-weight:600;color:#e2e8f0;width:32px;text-align:center;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pwc-insight-title[data-v-a1cf4a98]{font-size:18px;font-weight:600;color:#1e293b;margin:0;line-height:1.3}.pwc-insight-content[data-v-a1cf4a98]{margin-bottom:20px}.pwc-insight-summary[data-v-a1cf4a98]{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:12px}.pwc-insight-list[data-v-a1cf4a98]{margin:0;padding:0;list-style:none}.pwc-insight-list li[data-v-a1cf4a98]{position:relative;padding-left:16px;margin-bottom:8px;font-size:14px;color:#475569}.pwc-insight-list li[data-v-a1cf4a98]:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;background:#94a3b8;border-radius:50%}.pwc-impact-indicator[data-v-a1cf4a98]{padding-top:16px;border-top:1px solid #f1f5f9;font-size:14px;color:#1e293b;font-weight:500}.pwc-solution-section[data-v-a1cf4a98]{background:#fff;padding:120px 0 100px}.pwc-solution-framework[data-v-a1cf4a98]{text-align:center;max-width:1000px;margin:0 auto}.pwc-solution-header[data-v-a1cf4a98]{margin-bottom:80px}.pwc-solution-tag[data-v-a1cf4a98]{display:inline-block;background:#dcfce7;color:#16a34a;padding:6px 20px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.pwc-solution-title[data-v-a1cf4a98]{font-size:clamp(32px,5vw,48px);font-weight:300;color:#1e293b;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}.pwc-solution-description[data-v-a1cf4a98]{font-size:18px;color:#64748b;max-width:700px;margin:0 auto;line-height:1.5}.pwc-capability-pillars[data-v-a1cf4a98]{display:flex;justify-content:center;gap:60px;margin-bottom:60px;flex-wrap:wrap}.pwc-pillar[data-v-a1cf4a98]{flex:1;min-width:250px;padding:32px}.pwc-pillar-icon[data-v-a1cf4a98]{width:56px;height:56px;margin:0 auto 24px;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#64748b}.pwc-pillar-icon svg[data-v-a1cf4a98]{width:24px;height:24px}.pwc-pillar-title[data-v-a1cf4a98]{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 12px;line-height:1.3}.pwc-pillar-description[data-v-a1cf4a98]{color:#64748b;font-size:14px;line-height:1.6;margin:0}.pwc-engagement-cta[data-v-a1cf4a98]{margin-top:60px}.pwc-engagement-actions[data-v-a1cf4a98]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.pwc-primary-action[data-v-a1cf4a98],.pwc-secondary-action[data-v-a1cf4a98]{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s ease}.pwc-primary-action[data-v-a1cf4a98]{background:#1d4ed8;color:#fff;box-shadow:0 4px 12px #1d4ed84d}.pwc-primary-action[data-v-a1cf4a98]:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 6px 16px #1d4ed866}.pwc-secondary-action[data-v-a1cf4a98]{background:#fff;color:#1d4ed8;border:2px solid #e2e8f0}.pwc-secondary-action[data-v-a1cf4a98]:hover{border-color:#1d4ed8;background:#f8fafc;transform:translateY(-1px)}.pwc-primary-action svg[data-v-a1cf4a98],.pwc-secondary-action svg[data-v-a1cf4a98]{width:16px;height:16px}.pwc-solution-framework-grid[data-v-a1cf4a98]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:60px}.pwc-framework-card[data-v-a1cf4a98]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;text-align:center;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.pwc-framework-card[data-v-a1cf4a98]:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.pwc-framework-icon[data-v-a1cf4a98]{width:56px;height:56px;margin:0 auto 24px;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#64748b}.pwc-framework-title[data-v-a1cf4a98]{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 12px;line-height:1.3}.pwc-framework-description[data-v-a1cf4a98]{color:#64748b;font-size:14px;line-height:1.6;margin:0}.pwc-value-propositions[data-v-a1cf4a98]{display:flex;justify-content:center;gap:60px;margin-bottom:60px;flex-wrap:wrap}.pwc-value-prop[data-v-a1cf4a98]{text-align:center;padding:20px}.pwc-value-number[data-v-a1cf4a98]{display:block;font-size:2.5rem;font-weight:200;color:#1d4ed8;line-height:1;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pwc-value-label[data-v-a1cf4a98]{font-size:14px;color:#64748b;font-weight:500;max-width:120px;line-height:1.4}.innovation-success-metrics[data-v-a1cf4a98]{text-align:center;margin:60px 0}.metrics-title[data-v-a1cf4a98]{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 40px}.innovation-metrics[data-v-a1cf4a98]{gap:60px}@media (max-width: 768px){.container[data-v-a1cf4a98]{padding:0 16px}.hero-section[data-v-a1cf4a98]{padding:80px 0 60px}.hero-title[data-v-a1cf4a98]{font-size:clamp(28px,8vw,42px)!important;line-height:1.2!important;margin-bottom:16px!important}.hero-description[data-v-a1cf4a98]{font-size:16px!important;line-height:1.5!important;margin-bottom:24px!important}.hero-buttons[data-v-a1cf4a98]{flex-direction:column;gap:12px!important;align-items:stretch}.hero-buttons .btn[data-v-a1cf4a98]{width:100%;justify-content:center;padding:16px 24px!important;font-size:16px!important}.section[data-v-a1cf4a98]{padding:60px 0!important}.cards-grid[data-v-a1cf4a98]{grid-template-columns:1fr!important;gap:20px!important}.card[data-v-a1cf4a98]{padding:24px!important}.challenge-cards[data-v-a1cf4a98]{grid-template-columns:1fr!important;gap:24px!important}.challenge-card[data-v-a1cf4a98]{padding:20px!important}.challenge-card h3[data-v-a1cf4a98]{font-size:18px!important;margin-bottom:12px!important}.challenge-card p[data-v-a1cf4a98]{font-size:14px!important;line-height:1.5!important}.impact-card[data-v-a1cf4a98]{padding:16px!important;margin-top:16px!important}.impact-card h4[data-v-a1cf4a98]{font-size:14px!important;margin-bottom:8px!important}.impact-card p[data-v-a1cf4a98]{font-size:12px!important;line-height:1.4!important}.process-steps[data-v-a1cf4a98]{grid-template-columns:1fr!important;gap:20px!important}.process-step[data-v-a1cf4a98]{padding:20px!important}.cta-section[data-v-a1cf4a98]{padding:80px 0!important}.cta-buttons[data-v-a1cf4a98]{flex-direction:column!important;gap:16px!important;align-items:stretch}.cta-buttons .btn[data-v-a1cf4a98]{width:100%;justify-content:center;padding:18px 24px!important;font-size:16px!important}}@media (max-width: 480px){.container[data-v-a1cf4a98]{padding:0 12px}.hero-section[data-v-a1cf4a98]{padding:60px 0 40px}.hero-title[data-v-a1cf4a98]{font-size:clamp(24px,7vw,32px)!important}.hero-description[data-v-a1cf4a98]{font-size:15px!important}.section[data-v-a1cf4a98]{padding:40px 0!important}.card[data-v-a1cf4a98]{padding:20px!important}.challenge-card[data-v-a1cf4a98],.process-step[data-v-a1cf4a98]{padding:16px!important}.cta-section[data-v-a1cf4a98]{padding:60px 0!important}}@media (min-width: 769px) and (max-width: 1024px){.container[data-v-a1cf4a98]{padding:0 24px}.section:first-child .container[data-v-a1cf4a98]{min-height:50vh!important}.section:first-child h1[data-v-a1cf4a98]{font-size:clamp(28px,5vw,42px)!important;line-height:1.2!important;white-space:normal!important}.section:first-child p[data-v-a1cf4a98]{font-size:clamp(16px,2.5vw,18px)!important}.section:first-child .btn[data-v-a1cf4a98]{font-size:15px!important;padding:14px 24px!important}.cards-grid[data-v-a1cf4a98],.challenge-cards[data-v-a1cf4a98],.process-steps[data-v-a1cf4a98]{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}}@media (max-width: 768px){.section:first-child .container[data-v-a1cf4a98]{min-height:60vh!important;padding:0 16px!important}.section:first-child h1[data-v-a1cf4a98]{font-size:clamp(20px,6vw,32px)!important;line-height:1.3!important;white-space:normal!important;word-break:break-word!important;hyphens:auto!important}.section:first-child p[data-v-a1cf4a98]{font-size:clamp(14px,3vw,16px)!important;line-height:1.5!important}.section:first-child .btn[data-v-a1cf4a98]{font-size:14px!important;padding:8px 12px!important;width:100%!important;margin-bottom:8px!important;min-height:auto!important;height:auto!important;line-height:1.2!important}.pwc-inspired[data-v-a1cf4a98]{padding:60px 0}.pwc-inspired .container[data-v-a1cf4a98]{padding:0 16px}.pwc-inspired h2[data-v-a1cf4a98]{font-size:clamp(22px,5vw,28px)!important}.pwc-inspired .container>div[style*="padding:32px"][data-v-a1cf4a98]{padding:24px!important}}.rotating-text-below[data-v-a1cf4a98]{font-size:clamp(20px,4vw,40px);font-weight:600;color:var(--color-accent);margin:8px 0 0;line-height:1.1;transition:opacity .3s ease;min-height:2rem}@media (max-width: 768px){.rotating-text-below[data-v-a1cf4a98]{font-size:clamp(18px,5vw,28px)!important;line-height:1.2!important}}@media (min-width: 769px) and (max-width: 1024px){.rotating-text-below[data-v-a1cf4a98]{font-size:clamp(22px,4vw,36px)!important}}.rotating-text-below.visible[data-v-a1cf4a98]{opacity:1}.rotating-text-below.hidden[data-v-a1cf4a98]{opacity:0}@media (max-width: 768px){.container[data-v-51963e32]{padding:0 16px}.container h1[data-v-51963e32]{font-size:clamp(24px,5vw,36px)!important;line-height:1.2}.container h2[data-v-51963e32]{font-size:clamp(20px,4vw,28px)!important}.container>div[style*="display:grid"][data-v-51963e32]{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.container button[style*="padding:24px"][data-v-51963e32]{padding:16px!important;flex-direction:column;align-items:flex-start!important;gap:8px}.container button h3[data-v-51963e32]{font-size:16px!important;margin-bottom:4px}.container>div[style*="gap:32px"][data-v-51963e32]{gap:20px!important}}@media (max-width: 480px){.container .btn[data-v-51963e32]{padding:12px 16px;font-size:.9rem;width:100%}.container h1[data-v-51963e32]{font-size:clamp(20px,6vw,28px)!important}.container h2[data-v-51963e32]{font-size:clamp(18px,5vw,24px)!important}.container>div[style*="padding:24px"][data-v-51963e32]{padding:16px!important}}@media (max-width: 768px){.container[data-v-51963e32]{padding:0 16px}.hero-section[data-v-51963e32]{padding:80px 0 60px}.hero-title[data-v-51963e32]{font-size:clamp(28px,8vw,42px)!important;line-height:1.2!important;margin-bottom:16px!important}.hero-description[data-v-51963e32]{font-size:16px!important;line-height:1.5!important;margin-bottom:24px!important}.section[data-v-51963e32]{padding:60px 0!important}.epmo-model[data-v-51963e32]{padding:20px!important}.epmo-model h3[data-v-51963e32]{font-size:18px!important;margin-bottom:16px!important}.epmo-model p[data-v-51963e32]{font-size:14px!important;line-height:1.5!important}.epmo-model-legend[data-v-51963e32]{flex-direction:column!important;gap:16px!important;padding:16px!important;margin-top:24px!important}.epmo-model-legend>div[data-v-51963e32]{justify-content:center!important}.epmo-model-diagram[data-v-51963e32]{padding:20px!important}.executive-layer[data-v-51963e32],.ceo-row[data-v-51963e32]{grid-template-columns:1fr!important;gap:16px!important}.ceo-row>div[data-v-51963e32]{justify-self:center!important}.epmo-core[data-v-51963e32]{padding:20px!important;margin-bottom:20px!important}.epmo-core h3[data-v-51963e32]{font-size:18px!important;margin-bottom:8px!important}.epmo-core p[data-v-51963e32]{font-size:12px!important;line-height:1.4!important}.functions-grid[data-v-51963e32]{padding:16px!important}.functions-grid-inner[data-v-51963e32]{grid-template-columns:1fr!important;gap:12px!important}.function-card[data-v-51963e32]{padding:12px!important}.function-card h4[data-v-51963e32]{font-size:14px!important;margin-bottom:4px!important}.function-card p[data-v-51963e32]{font-size:11px!important;line-height:1.3!important}.project-management-layer[data-v-51963e32]{padding:16px!important;margin-bottom:16px!important}.project-management-layer h3[data-v-51963e32]{font-size:16px!important;margin-bottom:6px!important}.project-management-layer p[data-v-51963e32]{font-size:12px!important}.delivery-teams[data-v-51963e32]{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:16px!important}.delivery-team-card[data-v-51963e32]{padding:12px!important}.delivery-team-card h4[data-v-51963e32]{font-size:14px!important;margin-bottom:4px!important}.delivery-team-card p[data-v-51963e32]{font-size:11px!important;line-height:1.3!important}.connection-line[data-v-51963e32]{margin:0 auto 16px!important}.process-timeline[data-v-51963e32]{flex-direction:column!important;gap:20px!important}.timeline-line[data-v-51963e32]{left:20px!important;transform:none!important}.timeline-step[data-v-51963e32]{justify-content:flex-start!important;padding:12px 0!important}.timeline-card[data-v-51963e32]{width:calc(100% - 60px)!important;margin-left:60px!important;margin-right:0!important;padding:20px!important}.timeline-step>div[data-v-51963e32]:first-child{left:20px!important;transform:none!important}.process-step[data-v-51963e32]{padding:20px!important;text-align:center!important}.process-step h4[data-v-51963e32]{font-size:16px!important;margin-bottom:8px!important}.process-step p[data-v-51963e32]{font-size:14px!important;line-height:1.5!important}.faq-item[data-v-51963e32]{margin-bottom:16px!important}.faq-question[data-v-51963e32]{padding:16px!important;font-size:16px!important}.faq-answer[data-v-51963e32]{padding:16px!important;font-size:14px!important;line-height:1.5!important}.cta-section[data-v-51963e32]{padding:80px 0!important}.cta-buttons[data-v-51963e32]{flex-direction:column!important;gap:16px!important;align-items:center}.cta-buttons .btn[data-v-51963e32]{width:auto;max-width:320px;justify-content:center;padding:18px 24px!important;font-size:16px!important}.outcome-bar[data-v-51963e32]{flex-direction:column!important;align-items:center!important;gap:12px!important}.outcome-bar .btn[data-v-51963e32]{width:auto!important;max-width:320px!important}}@media (max-width: 480px){.hero-section[data-v-51963e32]{padding:60px 0 40px}.hero-title[data-v-51963e32]{font-size:clamp(24px,7vw,32px)!important}.hero-description[data-v-51963e32]{font-size:15px!important}.section[data-v-51963e32]{padding:40px 0!important}.epmo-model[data-v-51963e32],.process-step[data-v-51963e32]{padding:16px!important}.faq-question[data-v-51963e32]{padding:12px!important;font-size:15px!important}.faq-answer[data-v-51963e32]{padding:12px!important;font-size:13px!important}.cta-section[data-v-51963e32]{padding:60px 0!important}}@media (min-width: 769px) and (max-width: 1024px){.epmo-model[data-v-51963e32]{padding:24px!important}.functions-grid-inner[data-v-51963e32]{grid-template-columns:repeat(5,1fr)!important;gap:12px!important}.process-timeline[data-v-51963e32]{gap:24px!important}.process-step[data-v-51963e32]{padding:24px!important}.hero-title[data-v-51963e32]{font-size:clamp(36px,6vw,48px)!important}.hero-description[data-v-51963e32]{font-size:18px!important}}@media (max-width: 768px){.container[data-v-d607b50f]{padding:0 16px}.hero-section[data-v-d607b50f]{padding:80px 0 60px}.hero-title[data-v-d607b50f]{font-size:clamp(28px,8vw,42px)!important;line-height:1.2!important;margin-bottom:16px!important}.hero-description[data-v-d607b50f]{font-size:16px!important;line-height:1.5!important;margin-bottom:24px!important}.hero-button[data-v-d607b50f]{width:100%;justify-content:center;padding:18px 24px!important;font-size:16px!important}.section[data-v-d607b50f]{padding:60px 0!important}.partner-ecosystem-cards[data-v-d607b50f]{grid-template-columns:1fr!important;gap:20px!important}.partner-card[data-v-d607b50f]{padding:20px!important}.partner-card h4[data-v-d607b50f]{font-size:18px!important;margin-bottom:12px!important}.partner-card p[data-v-d607b50f]{font-size:14px!important;line-height:1.5!important}.partnership-benefits-cards[data-v-d607b50f]{grid-template-columns:1fr!important;gap:20px!important}.benefit-card[data-v-d607b50f]{padding:20px!important}.benefit-card h4[data-v-d607b50f]{font-size:18px!important;margin-bottom:12px!important}.benefit-card p[data-v-d607b50f]{font-size:14px!important;line-height:1.5!important}.partnership-form[data-v-d607b50f]{padding:20px!important}.form-section h3[data-v-d607b50f]{font-size:18px!important;margin-bottom:16px!important}.form-group label[data-v-d607b50f]{font-size:14px!important;margin-bottom:8px!important}.form-group input[data-v-d607b50f],.form-group select[data-v-d607b50f],.form-group textarea[data-v-d607b50f]{padding:12px 16px!important;font-size:14px!important}.interest-areas[data-v-d607b50f]{grid-template-columns:1fr!important;gap:12px!important}.interest-card[data-v-d607b50f]{padding:16px!important}.interest-card label[data-v-d607b50f]{font-size:14px!important}.submit-button[data-v-d607b50f]{width:100%;padding:18px 24px!important;font-size:16px!important}.cta-section[data-v-d607b50f]{padding:80px 0!important}.cta-buttons[data-v-d607b50f]{flex-direction:column!important;gap:16px!important;align-items:stretch}.cta-buttons .btn[data-v-d607b50f]{width:100%;justify-content:center;padding:18px 24px!important;font-size:16px!important}}@media (max-width: 480px){.container[data-v-d607b50f]{padding:0 12px}.hero-section[data-v-d607b50f]{padding:60px 0 40px}.hero-title[data-v-d607b50f]{font-size:clamp(24px,7vw,32px)!important}.hero-description[data-v-d607b50f]{font-size:15px!important}.section[data-v-d607b50f]{padding:40px 0!important}.partner-card[data-v-d607b50f],.benefit-card[data-v-d607b50f],.partnership-form[data-v-d607b50f]{padding:16px!important}.interest-card[data-v-d607b50f]{padding:12px!important}.cta-section[data-v-d607b50f]{padding:60px 0!important}}@media (min-width: 769px) and (max-width: 1024px){.container[data-v-d607b50f]{padding:0 24px}.partner-ecosystem-cards[data-v-d607b50f],.partnership-benefits-cards[data-v-d607b50f]{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.interest-areas[data-v-d607b50f]{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.hero-title[data-v-d607b50f]{font-size:clamp(36px,6vw,48px)!important}.hero-description[data-v-d607b50f]{font-size:18px!important}}.btn-primary[data-v-bb337e67]{background:var(--color-primary);border-color:var(--color-primary)}.btn-secondary[data-v-bb337e67]{background:transparent;color:var(--color-text);border-color:var(--color-border)}input[data-v-bb337e67]:focus,select[data-v-bb337e67]:focus,textarea[data-v-bb337e67]:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #ef44441a;background:#fff}button[data-v-bb337e67]{transition:all .3s ease}button[data-v-bb337e67]:hover{transform:translateY(-2px)}button[data-v-bb337e67]:disabled{opacity:.7;cursor:not-allowed;transform:none}a[data-v-bb337e67]:hover{transform:translateY(-2px)}@media (max-width: 768px){.container[data-v-bb337e67]{padding:0 16px}.hero-section[data-v-bb337e67]{padding:80px 0 60px}.hero-title[data-v-bb337e67]{font-size:clamp(28px,8vw,42px)!important;line-height:1.2!important;margin-bottom:16px!important}.hero-description[data-v-bb337e67]{font-size:16px!important;line-height:1.5!important;margin-bottom:24px!important}.hero-actions[data-v-bb337e67]{flex-direction:column!important;gap:12px!important;align-items:stretch}.hero-actions .btn[data-v-bb337e67]{width:100%;justify-content:center;padding:16px 24px!important;font-size:16px!important}.section[data-v-bb337e67]{padding:60px 0!important}.contact-info-cards[data-v-bb337e67]{grid-template-columns:1fr!important;gap:20px!important}.contact-card[data-v-bb337e67]{padding:20px!important}.contact-card h4[data-v-bb337e67]{font-size:18px!important;margin-bottom:12px!important}.contact-card p[data-v-bb337e67]{font-size:14px!important;line-height:1.5!important}.contact-form[data-v-bb337e67]{padding:20px!important}.form-section h3[data-v-bb337e67]{font-size:18px!important;margin-bottom:16px!important}.form-group label[data-v-bb337e67]{font-size:14px!important;margin-bottom:8px!important}.form-group input[data-v-bb337e67],.form-group select[data-v-bb337e67],.form-group textarea[data-v-bb337e67]{padding:12px 16px!important;font-size:14px!important}.form-row[data-v-bb337e67]{flex-direction:column!important;gap:16px!important}.form-row .form-group[data-v-bb337e67]{width:100%!important}.submit-button[data-v-bb337e67]{width:100%;padding:18px 24px!important;font-size:16px!important}.cta-section[data-v-bb337e67]{padding:80px 0!important}.cta-buttons[data-v-bb337e67]{flex-direction:column!important;gap:16px!important;align-items:stretch}.cta-buttons .btn[data-v-bb337e67]{width:100%;justify-content:center;padding:18px 24px!important;font-size:16px!important}}@media (max-width: 480px){.container[data-v-bb337e67]{padding:0 12px}.hero-section[data-v-bb337e67]{padding:60px 0 40px}.hero-title[data-v-bb337e67]{font-size:clamp(24px,7vw,32px)!important}.hero-description[data-v-bb337e67]{font-size:15px!important}.section[data-v-bb337e67]{padding:40px 0!important}.contact-card[data-v-bb337e67],.contact-form[data-v-bb337e67]{padding:16px!important}.cta-section[data-v-bb337e67]{padding:60px 0!important}}@media (min-width: 769px) and (max-width: 1024px){.container[data-v-bb337e67]{padding:0 24px}.contact-info-cards[data-v-bb337e67]{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.hero-title[data-v-bb337e67]{font-size:clamp(36px,6vw,48px)!important}.hero-description[data-v-bb337e67]{font-size:18px!important}}@media (max-width: 768px){.privacy-stats-grid[data-v-b270e97e]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 768px){.container[data-v-c498b192]{padding:0 20px}}@media (max-width: 768px){.container[data-v-ade72e2f]{padding:0 20px}}
