@font-face{font-family:'Inter Fallback';src:local('Arial');size-adjust:106.5%;ascent-override:90%;descent-override:22%;line-gap-override:0%}:root{--gradient-primary:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-light:linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);--color-indigo:#667eea;--color-purple:#764ba2;--text-primary:#1a202c;--text-secondary:#4a5568;--text-light:#718096;--bg-primary:#ffffff;--bg-secondary:#f7fafc;--bg-alt:#f7fafc;--font-primary:'Inter','Inter Fallback',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--radius-sm:0.5rem;--radius-md:1rem;--radius-lg:2rem;--shadow-sm:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);--transition-fast:150ms cubic-bezier(0.4, 0, 0.2, 1);--transition-base:300ms cubic-bezier(0.4, 0, 0.2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--space-sm);color:var(--text-primary)}h1{font-size:clamp(2.5rem, 5vw, 4.5rem)}h2{font-size:clamp(2rem, 4vw, 3.5rem)}h3{font-size:clamp(1.25rem, 2.5vw, 1.5rem)}h4{font-size:1.125rem}p{color:var(--text-secondary);line-height:1.75}.container{max-width:1280px;margin:0 auto;padding:0 var(--space-md)}@media (max-width:768px){.container{padding:0 var(--space-sm)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:0 0;transition:all var(--transition-base)}.navbar.scrolled,.navbar:hover{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:5rem}.nav-brand h2{font-size:1.5rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:color var(--transition-fast);font-size:.9375rem}.nav-menu a:hover{color:var(--color-indigo)}.nav-cta{display:flex;gap:1rem;align-items:center}.mobile-menu-toggle{display:none;background:0 0;border:none;font-size:1.5rem;color:var(--text-primary);cursor:pointer;padding:.5rem}.nav-cta-mobile{display:none}@media (max-width:768px){.navbar .container{height:4rem}.nav-brand h2{font-size:1.25rem}.mobile-menu-toggle{display:block}.nav-cta{display:none}.nav-cta-mobile{display:block;padding:1rem 1.5rem;width:100%}.nav-cta-mobile .btn-primary{width:100%;text-align:center;display:block;color:#fff!important}.nav-menu{position:fixed;top:4rem;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:1rem 0;box-shadow:var(--shadow-lg);display:none}.nav-menu.active{display:flex}.nav-menu li{width:100%}.nav-menu a{display:block;padding:1rem 1.5rem;width:100%}.nav-menu a:hover{background:var(--bg-secondary)}.navbar{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary,.btn-secondary,.btn-secondary-white{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;text-decoration:none;transition:all var(--transition-base);cursor:pointer;border:none;font-size:1rem;text-align:center}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px) scale(1.02)}.btn-secondary{background:#fff;color:var(--text-primary);border:2px solid #e2e8f0}.btn-secondary:hover{border-color:var(--color-indigo);color:var(--color-indigo)}.btn-secondary-white{background:0 0;color:#fff;border:2px solid #fff}.btn-secondary-white:hover{background:#fff;color:var(--color-indigo)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-block{width:100%;display:block}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideIn{from{opacity:0}to{opacity:1}}@keyframes blob-animation{0%,100%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}}.animate-fade-in{animation:.6s ease-out forwards fadeIn;will-change:opacity}.animate-slide-in{animation:.8s ease-out forwards slideIn;will-change:opacity}.card-hover{transition:all var(--transition-base)}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.blob{position:absolute;width:24rem;height:24rem;background:var(--gradient-light);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:8s ease-in-out infinite blob-animation;z-index:-1}.blob-1{top:-12rem;right:-12rem}.blob-2{bottom:-12rem;left:-12rem;animation-delay:4s}.hero-section{padding-top:8rem;padding-bottom:5rem;position:relative;overflow:hidden}.page-hero{padding-top:8rem;padding-bottom:3rem;text-align:center;background:linear-gradient(135deg,#f7fafc 0,#eef2ff 100%)}.page-hero h1{font-size:clamp(2.5rem, 5vw, 3.5rem);margin-bottom:1rem}.page-hero .lead{font-size:clamp(1.125rem, 2vw, 1.5rem);color:var(--text-secondary);max-width:48rem;margin:0 auto;line-height:1.75}.hero-container{position:relative;z-index:10}.hero-content{text-align:center;max-width:64rem;margin:0 auto}.hero-title{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title .gradient-text{display:block;margin-top:.5rem}.hero-subtitle{font-size:clamp(1.125rem, 2vw, 1.5rem);color:var(--text-secondary);margin-bottom:3rem;line-height:1.75}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:64rem;margin:6rem auto 0}.stat-card{text-align:center}.stat-number{font-size:clamp(1.5rem, 2.5vw, 2rem);font-weight:700;margin-bottom:.75rem;line-height:1.1;white-space:nowrap}.stat-label{color:var(--text-secondary);font-size:1rem;line-height:1.5}.section-spacing{padding:5rem 0;min-height:400px}@media (min-width:768px){.section-spacing{padding:7rem 0;min-height:500px}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem, 4vw, 3.5rem);font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:clamp(1rem, 2vw, 1.25rem);color:var(--text-secondary);max-width:48rem;margin:0 auto 3rem;line-height:1.75;text-align:center}.bg-alt{background-color:var(--bg-alt)}.bg-gradient{background:linear-gradient(135deg,#eef2ff 0,#faf5ff 100%)}.principles-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.principle-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:1.5rem}.principle-icon{width:60px;height:60px;min-width:60px;border-radius:var(--radius-md);background:var(--gradient-light);display:flex;align-items:center;justify-content:center}.principle-icon .material-icons{font-size:2rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.principle-content{flex:1}@media (max-width:640px){.principle-card{flex-direction:column;align-items:center;text-align:center}}.principle-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.principle-card p{color:var(--text-secondary);line-height:1.75}.roles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media (max-width:768px){.roles-grid{grid-template-columns:1fr}}.role-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;gap:1.5rem;align-items:flex-start}.role-icon{width:60px;height:60px;min-width:60px;border-radius:var(--radius-md);background:var(--gradient-light);display:flex;align-items:center;justify-content:center}.role-icon .material-icons{font-size:2rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.role-content{flex:1}.role-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.role-card p{color:var(--text-secondary);line-height:1.6;font-size:.9375rem}@media (max-width:640px){.role-card{flex-direction:column;align-items:center;text-align:center}}.lifecycle-timeline{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:0;max-width:100%;padding:2rem 0}.lifecycle-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);position:relative;z-index:1;transition:all var(--transition-base)}.lifecycle-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);z-index:2}.lifecycle-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.125rem;margin-bottom:1rem}.lifecycle-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.lifecycle-duration{font-size:.875rem;color:var(--color-indigo);font-weight:600;margin-bottom:.75rem}.lifecycle-card p{color:var(--text-secondary);line-height:1.6;font-size:.9375rem}.lifecycle-connector{position:relative;width:60px;height:40px;display:flex;align-items:center;justify-content:center;z-index:0}.lifecycle-connector svg{position:absolute;width:100%;height:100%;left:0;top:0}.connector-arrow{position:relative;font-size:1.5rem;font-weight:400;color:var(--color-purple);z-index:1}@media (max-width:1024px){.lifecycle-timeline{grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto auto auto;gap:0}.lifecycle-card{width:100%}.lifecycle-connector{width:40px;height:50px;margin:.25rem auto}.connector-arrow,.lifecycle-connector svg{transform:rotate(90deg)}}@media (max-width:768px){.lifecycle-card h3{font-size:1rem}.lifecycle-card p{font-size:.875rem}.lifecycle-number{width:2.5rem;height:2.5rem;font-size:1rem}.lifecycle-connector{height:50px}}.tools-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:900px;margin:0 auto}.tool-card{background:var(--gradient-light);border-radius:var(--radius-md);padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;border:1px solid rgba(102,126,234,.1)}.tool-icon{width:36px;height:36px;min-width:36px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center}.tool-icon .material-icons{font-size:1.25rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tool-name{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.tool-examples{font-size:.8125rem;color:var(--text-secondary)}.cta-section{padding:5rem 0;background:var(--gradient-primary);text-align:center}@media (min-width:768px){.cta-section{padding:7rem 0}}.cta-section h2{font-size:clamp(2rem, 4vw, 3.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-section p{font-size:clamp(1rem, 2vw, 1.25rem);color:rgba(255,255,255,.9);margin-bottom:2.5rem;line-height:1.75}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background-color:#1a202c;color:#a0aec0;padding:3rem 0 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-column h4{color:#fff;font-weight:600;margin-bottom:1rem;font-size:1rem}.footer-column p{font-size:.875rem;line-height:1.75}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0aec0;text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #2d3748;padding:2rem 0;text-align:center}.footer-bottom p{font-size:.875rem;color:#a0aec0}.legal-content{padding:4rem 0;background:#fff}.legal-wrapper{max-width:50rem;margin:0 auto}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.legal-section:first-child h2{border-top:none;padding-top:0}.legal-section h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.legal-section p{color:var(--text-secondary);line-height:1.75;margin-bottom:1rem}.legal-section ul{margin:1rem 0 1rem 1.5rem;color:var(--text-secondary);line-height:1.75}.legal-section li{margin-bottom:.5rem}.legal-section a{color:var(--color-indigo);text-decoration:underline}.legal-section a:hover{color:var(--color-purple)}.legal-section strong{color:var(--text-primary);font-weight:600}.platform-steps{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.platform-step{position:relative}.step-number{position:absolute;left:-80px;top:0;width:60px;height:60px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.step-icon{width:56px;height:56px;border-radius:var(--radius-md);background:var(--gradient-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-icon .material-icons{font-size:1.75rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-content h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.step-content>p{color:var(--text-secondary);line-height:1.75;margin-bottom:1rem}.step-features{list-style:none;padding:0;margin:1rem 0 0}.step-features li{padding-left:1.75rem;position:relative;color:var(--text-secondary);line-height:1.75;margin-bottom:.5rem}.step-features li::before{content:"✓";position:absolute;left:0;color:var(--color-indigo);font-weight:700}@media (max-width:768px){.step-number{position:static;margin:0 auto 1rem}}.platform-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media (max-width:768px){.platform-features-grid{grid-template-columns:1fr}}.platform-feature-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.platform-feature-icon{width:56px;height:56px;border-radius:var(--radius-md);background:var(--gradient-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.platform-feature-icon .material-icons{font-size:1.75rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.platform-feature-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.platform-feature-card p{color:var(--text-secondary);line-height:1.75}.dashboard-showcase{max-width:900px;margin:3rem auto}.dashboard-mockup{background:#fff;border-radius:var(--radius-lg);box-shadow:0 10px 40px rgba(0,0,0,.1);overflow:hidden}.mockup-header{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.mockup-dots{display:flex;gap:.5rem}.mockup-dots span{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3)}.mockup-title{color:#fff;font-weight:600;font-size:.875rem}.mockup-body{padding:3rem 2rem;background:linear-gradient(135deg,#f8f9ff 0,#fef5ff 100%)}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:640px){.mockup-stats{grid-template-columns:1fr;gap:1.5rem}}.mockup-stat{text-align:center}.mockup-stat-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500}.mockup-stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.mockup-stat-change{font-size:.875rem;color:var(--text-secondary)}.dashboard-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:3rem auto 0}.dashboard-feature{text-align:center}.dashboard-feature-icon{width:56px;height:56px;border-radius:var(--radius-md);background:var(--gradient-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.dashboard-feature-icon .material-icons{font-size:1.75rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-feature h4{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.dashboard-feature p{color:var(--text-secondary);line-height:1.75;font-size:.9375rem}@media (max-width:768px){.dashboard-features-grid{grid-template-columns:1fr}.hero-section{padding-top:6rem;padding-bottom:3rem}.hero-buttons{flex-direction:column}.stats-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.section-spacing{padding:3rem 0}.principles-grid,.roles-grid{grid-template-columns:1fr}.tools-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-section{padding:3rem 0}.cta-buttons{flex-direction:column}.footer-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn-large{padding:.875rem 1.5rem;font-size:1rem}.lifecycle-card,.principle-card,.role-card{padding:1.5rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}a:focus,button:focus{outline:2px solid var(--color-indigo);outline-offset:2px}.content-section{padding:4rem 0}.content-section.bg-alt{background-color:var(--bg-alt)}.audit-features,.certifications-section,.comparison-table,.dashboard-preview,.docs-grid,.faq-grid,.feature-showcase,.features-grid,.hitl-scenarios,.pricing-card,.pricing-grid,.pricing-section,.privacy-section,.rbac-showcase,.roi-calculator,.security-grid{margin:2rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pricing-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);border:2px solid #e2e8f0;transition:all var(--transition-base)}.pricing-card.featured{border-color:var(--color-indigo);box-shadow:var(--shadow-xl);transform:scale(1.05)}.pricing-card:hover{border-color:var(--color-indigo);box-shadow:var(--shadow-lg)}.tier-label{display:inline-block;padding:.5rem 1rem;background:var(--gradient-light);color:var(--color-indigo);border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;margin-bottom:1rem}.tier-label.popular{background:var(--gradient-primary);color:#fff}.price{margin:1.5rem 0}.price-amount{font-size:3rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{color:var(--text-secondary);font-size:1rem}.features-list{list-style:none;padding:0;margin:1.5rem 0}.features-list li{padding:.5rem 0;color:var(--text-secondary);font-size:.9375rem}.pricing-note{margin-top:1.5rem;font-size:.875rem;color:var(--text-light);text-align:center}.comparison-table{overflow-x:auto;margin:2rem 0}.comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-lg);overflow:hidden}.comparison-table td,.comparison-table th{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table thead th{background:var(--gradient-light);color:var(--color-indigo);font-weight:600}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td small{display:block;font-size:.875rem;color:var(--text-light)}.roi-calculator{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.calculator-inputs{margin-bottom:3rem}.input-group{margin-bottom:2rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.input-with-prefix{display:flex;align-items:center;gap:.5rem}.input-with-prefix input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:var(--radius-sm);font-size:1rem;transition:border-color var(--transition-base)}.input-with-prefix input:focus{outline:0;border-color:var(--color-indigo)}.input-with-prefix span{color:var(--text-secondary);font-weight:500}.calculator-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.result-card{padding:1.5rem;background:var(--bg-secondary);border-radius:var(--radius-md);text-align:center}.result-card.highlight{background:var(--gradient-light)}.result-card.success{background:linear-gradient(135deg,#d4edda 0,#c3e6cb 100%)}.result-card h4{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500}.result-number{font-size:2rem;font-weight:700;color:var(--color-indigo);margin:.5rem 0}.result-note{font-size:.875rem;color:var(--text-light);margin-top:.5rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.faq-item h4{color:var(--text-primary);margin-bottom:1rem}.faq-item p{color:var(--text-secondary);line-height:1.6}.faq-list-container{max-width:900px;margin:0 auto;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.faq-list-item{padding:2rem 2.5rem;border-bottom:1px solid #e2e8f0}.faq-list-item:last-child{border-bottom:none}.faq-list-item h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.125rem}.faq-list-item p{color:var(--text-secondary);line-height:1.75;margin:0}@media (max-width:768px){.faq-list-item{padding:1.5rem}.faq-list-item h4{font-size:1rem}}.feature-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.certifications-section{padding:3rem 0}.cert-bar{display:flex;align-items:center;justify-content:center;background:#fff;padding:2.5rem 3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);max-width:1100px;margin:0 auto;gap:2rem}.cert-item{display:flex;align-items:center;gap:1rem;flex:1}.cert-item-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gradient-primary)}.cert-item-icon .material-icons{font-size:2rem;color:#fff}.cert-item-content{display:flex;flex-direction:column}.cert-item-content h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.cert-badge-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.cert-divider{width:1px;height:50px;background:#e2e8f0;flex-shrink:0}@media (max-width:968px){.cert-bar{flex-wrap:wrap;gap:1.5rem;padding:2rem}.cert-divider{display:none}.cert-item{flex:1 1 calc(50% - 0.75rem);min-width:200px}}@media (max-width:640px){.cert-bar{flex-direction:column;gap:1.5rem}.cert-item{flex:1 1 100%;width:100%}}.security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.security-feature{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.security-icon{margin-bottom:1rem}.security-icon .material-icons{font-size:2.5rem;color:var(--color-indigo)}.security-feature h3{color:var(--text-primary);margin-bottom:1rem}.security-feature p{color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.privacy-section{max-width:900px;margin:0 auto}.privacy-list{list-style:none;padding:3rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.privacy-list li{padding:1.25rem 0;border-bottom:1px solid #e2e8f0;color:var(--text-secondary);line-height:1.7;font-size:1rem}.privacy-list li:last-child{border-bottom:none}.privacy-list li strong{color:var(--color-indigo);display:block;margin-bottom:.5rem}@media (max-width:768px){.privacy-list{padding:2rem 1.5rem}}.rbac-showcase{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2rem 0}.rbac-layer{background:#fff;padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid var(--color-indigo)}.rbac-layer h4{color:var(--color-indigo);margin-bottom:.5rem}.rbac-arrow{text-align:center;font-size:2rem;color:var(--text-light);margin:.5rem 0}.rbac-examples h4{margin-bottom:1.5rem}.config-example{background:var(--bg-secondary);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.config-example strong{color:var(--color-indigo);display:block;margin-bottom:.75rem}.config-example ul{list-style:none;padding:0}.config-example li{padding:.25rem 0;font-size:.9375rem}@media (max-width:768px){.rbac-showcase{grid-template-columns:1fr}}.audit-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0 3rem}.audit-feature{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center}.audit-icon{margin-bottom:1rem}.audit-icon .material-icons{font-size:3rem;color:var(--color-indigo)}.audit-feature h3{color:var(--text-primary);margin-bottom:1rem}.audit-feature p{color:var(--text-secondary);line-height:1.6}.audit-log-sample{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-top:2rem}.audit-log-sample h4{margin-bottom:1rem;color:var(--text-primary)}.log-display{background:#1e1e1e;color:#d4d4d4;padding:1.5rem;border-radius:var(--radius-md);overflow-x:auto;font-family:'Courier New',monospace;font-size:.875rem;line-height:1.6}.hitl-scenarios{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.scenario-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.scenario-card h4{color:var(--color-indigo);margin-bottom:1rem}.scenario-card p{color:var(--text-secondary);line-height:1.6}.docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.doc-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;display:flex;flex-direction:column;align-items:center}.doc-icon{margin-bottom:1rem}.doc-icon .material-icons{font-size:3rem;color:var(--color-indigo)}.doc-card h4{color:var(--text-primary);margin-bottom:.75rem;min-height:2.5rem;display:flex;align-items:center}.doc-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.doc-card .btn-secondary{white-space:nowrap;margin-top:auto}.case-studies-grid{display:flex;flex-direction:column;gap:4rem;margin:2rem 0}.case-study-card{background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:4px solid var(--color-indigo)}.case-study-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.case-company{font-size:1.25rem;font-weight:700;color:var(--color-indigo)}.case-industry{color:var(--text-light);font-size:.9375rem}.case-study-card h3{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.case-excerpt{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.case-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;padding:2rem;background:var(--bg-secondary);border-radius:var(--radius-md);margin-bottom:2rem}.metric{text-align:center}.metric-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.metric-label{color:var(--text-secondary);font-size:.9375rem}.case-quote{background:var(--gradient-light);padding:2rem;border-radius:var(--radius-md);margin:2rem 0;border-left:4px solid var(--color-indigo)}.case-quote p{font-size:1.125rem;font-style:italic;color:var(--text-primary);line-height:1.7;margin-bottom:1rem}.quote-author{display:flex;flex-direction:column;gap:.25rem}.quote-author strong{color:var(--text-primary);font-size:1rem}.quote-author span{color:var(--text-secondary);font-size:.875rem}.case-details{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.case-details h4{color:var(--color-indigo);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem}.case-details h4:first-child{margin-top:0}.case-details p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.results-list{list-style:none;padding:0;margin-top:1rem}.results-list li{padding:.75rem 0 .75rem 1.5rem;color:var(--text-secondary);line-height:1.6;position:relative}.results-list li::before{content:"✓";position:absolute;left:0;color:var(--color-indigo);font-weight:700}.results-list li strong{color:var(--color-indigo)}@media (max-width:768px){.case-study-card{padding:2rem}.case-study-card h3{font-size:1.5rem}.case-metrics{grid-template-columns:1fr;gap:1.5rem}.metric-value{font-size:2rem}.case-quote{padding:1.5rem}.case-quote p{font-size:1rem}}.contact-container{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin:2rem 0}.contact-form-section h2{margin-bottom:.5rem}.contact-form-section>p{color:var(--text-secondary);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:var(--text-primary)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color var(--transition-base)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--color-indigo)}.contact-info-section h3{margin-bottom:2rem}.contact-method{display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.contact-icon{width:48px;height:48px;border-radius:50%;background:var(--gradient-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .material-icons{color:var(--color-indigo);font-size:1.5rem}.contact-details h4{margin-bottom:.5rem;color:var(--text-primary)}.contact-details p{color:var(--text-secondary);line-height:1.6;margin-bottom:.25rem}.contact-details a{color:var(--color-indigo);text-decoration:none}.contact-details a:hover{text-decoration:underline}.contact-note{font-size:.875rem;color:var(--text-light)}.contact-box{background:var(--bg-secondary);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.contact-box h4{margin-bottom:.75rem;color:var(--text-primary)}.contact-box p{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}@media (max-width:968px){.contact-container{grid-template-columns:1fr;gap:3rem}}.about-mission{max-width:900px;margin:0 auto;text-align:center}.mission-content{margin-top:3rem;text-align:left}.mission-content p{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;margin-bottom:1.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.value-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center}.value-icon{width:70px;height:70px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon .material-icons{font-size:2rem;color:#fff}.value-card h3{color:var(--text-primary);margin-bottom:.75rem}.value-card p{color:var(--text-secondary);line-height:1.6}.about-story{max-width:800px;margin:0 auto}.story-content{margin-top:2rem}.story-content p{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;margin-bottom:1.5rem}.team-cta{text-align:center;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);max-width:600px;margin:2rem auto 0}.team-cta p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1.5rem}.trust-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem auto;max-width:800px}.trust-item{text-align:center}.trust-icon{width:60px;height:60px;border-radius:50%;background:var(--gradient-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.trust-icon .material-icons{font-size:2rem;color:var(--color-indigo)}.trust-item p{color:var(--text-secondary);line-height:1.6}.trust-item strong{color:var(--text-primary);display:block;margin-bottom:.25rem}@media print{.cta-section,.footer,.navbar{display:none}}