body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App,body,html{max-width:100%;overflow-x:hidden}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.App,.header{background:#fff}.header{border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a;padding:1.25rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{cursor:pointer;font-size:1.75rem;font-weight:600;transition:opacity .2s ease}.logo:hover{opacity:.8}.logo-trust{color:#4a90e2}.logo-powered{color:#1e3a5f}.logo-ai{color:#4a90e2}.logo-dot{color:#90caf9;margin:0 .25rem}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;width:30px;z-index:10001}.hamburger span{background:#4a90e2;border-radius:10px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:translateY(10.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.nav-menu{align-items:center;gap:.5rem}.desktop-menu,.nav-menu{display:flex}.mobile-menu{align-items:stretch;background:#fff;box-shadow:-2px 0 8px #0000001a;display:none;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:80px 0 20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:10000}.mobile-menu.open{right:0}.mobile-menu .nav-item{border-bottom:1px solid #f0f4f8;border-radius:0;font-size:1rem;padding:1rem 2rem;text-align:left;width:100%}.mobile-menu .signup-button{border-radius:8px;margin:1rem 2rem;text-align:center;width:calc(100% - 4rem)}.nav-item{background:none;border:none;border-radius:6px;color:#5a6c7d;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.nav-item:hover{background:#f0f4f8;color:#4a90e2}.nav-item:active{transform:translateY(1px)}.signup-button{background:#4a90e2;color:#fff;font-weight:600}.signup-button:hover{background:#357abd;box-shadow:0 4px 8px #4a90e233;color:#fff;transform:translateY(-1px)}.signup-button:active{transform:translateY(0)}.hero-section{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fb);border-bottom:1px solid #e5e7eb;color:#1e3a5f;display:flex;justify-content:center;min-height:70vh;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.floating-shape{animation:float 20s ease-in-out infinite;border-radius:50%;opacity:.05;position:absolute}.shape-1{animation-delay:0s;background:#2d5a8c;height:300px;left:-150px;top:-150px;width:300px}.shape-2{animation-delay:3s;background:#4a90e2;bottom:-100px;height:200px;right:10%;width:200px}.shape-3{animation-delay:6s;background:#2d5a8c;height:150px;right:-75px;top:40%;width:150px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(20px,-20px) rotate(5deg)}50%{transform:translate(-15px,15px) rotate(-5deg)}75%{transform:translate(15px,10px) rotate(3deg)}}.hero-content{animation:fadeInUp 1s ease-in;max-width:900px;position:relative;z-index:1}.hero-badge{background:#e3f2fd;border:1px solid #90caf9;border-radius:50px;color:#1565c0;display:inline-block;font-size:.95rem;font-weight:500;margin-bottom:2rem;padding:.5rem 1.5rem}.hero-title{color:#1e3a5f;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#4a5568;font-size:1.5rem;font-weight:400;line-height:1.6;margin-bottom:3rem}.hero-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.stat-item{flex-direction:column;gap:.5rem}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{background:#e3f2fd;border:2px solid #90caf9;border-radius:50%;color:#1565c0;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-text{color:#2d5a8c;font-size:.95rem;font-weight:500}.section{padding:5rem 2rem}.container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:3rem;text-align:center}.section-tag{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:20px;color:#1565c0;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem 1.2rem;text-transform:uppercase}.section-title{color:#1e3a5f;font-size:2.5rem;font-weight:700}.problem-section{background:#f8f9fb}.problem-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.problem-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.problem-card:hover{border-color:#90caf9;box-shadow:0 8px 16px #00000014;transform:translateY(-4px)}.card-icon{align-items:center;background:#e3f2fd;border:2px solid #bbdefb;border-radius:20px;display:inline-block;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:1rem;width:80px}.problem-card h3{color:#1e3a5f;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.problem-card p{color:#5a6c7d;font-size:1rem;line-height:1.7}.card-accent{background:linear-gradient(90deg,#4a90e2,#2d5a8c);bottom:0;height:4px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.problem-card:hover .card-accent{transform:scaleX(1)}.philosophy-section{background:#fff}.philosophy-visual{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.philosophy-box{border:2px solid;border-radius:16px;min-width:250px;padding:2rem 2.5rem;text-align:center;transition:all .3s ease}.old-way{background:#ffebee;border-color:#ffcdd2;border-style:dashed}.new-way{background:#e8f5e9;border-color:#a5d6a7;border-style:solid;transform:scale(1.05)}.box-label{font-size:.9rem;margin-bottom:.5rem}.box-content,.box-label{color:#1e3a5f;font-weight:600}.box-content{font-size:1.1rem}.arrow-transform{color:#4a90e2;font-size:2rem;font-weight:700}.philosophy-content{margin:0 auto;max-width:800px}.philosophy-headline{color:#1e3a5f;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.philosophy-text{color:#4a5568;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.philosophy-highlight{align-items:center;background:#e3f2fd;border:1px solid #90caf9;border-radius:12px;color:#1565c0;display:flex;font-size:1.25rem;font-weight:600;gap:1rem;justify-content:center;margin-top:2.5rem;padding:1.5rem;text-align:center}.highlight-icon{font-size:2rem}.why-section{background:#f8f9fb}.why-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.why-block{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:2.5rem}.block-header{gap:1rem;margin-bottom:1.5rem}.block-header,.block-icon{align-items:center;display:flex}.block-icon{background:#e3f2fd;border:2px solid #bbdefb;border-radius:12px;font-size:2.5rem;height:60px;justify-content:center;width:60px}.why-block h3{color:#1e3a5f;font-size:1.75rem;font-weight:600;margin:0}.why-block p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.why-block ul{list-style:none;padding:0}.why-block li{color:#5a6c7d;font-size:1rem;line-height:1.8;padding:.75rem 0 .75rem 1.5rem;position:relative}.why-block li:before{color:#4a90e2;content:"→";font-size:1.2rem;font-weight:700;left:0;position:absolute}.framework-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.framework-badge{border:1px solid;border-radius:8px;display:inline-block;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:transform .2s ease}.framework-badge:hover{transform:translateY(-2px)}.framework-badge.gdpr{background:#e3f2fd;border-color:#90caf9;color:#1565c0}.framework-badge.soc2{background:#f3e5f5;border-color:#ce93d8;color:#6a1b9a}.framework-badge.iso{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.framework-badge.euai{background:#fff3e0;border-color:#ffcc80;color:#e65100}.framework-badge.hipaa{background:#fce4ec;border-color:#f48fb1;color:#c2185b}.framework-badge.pci{background:#e0f2f1;border-color:#80cbc4;color:#00695c}.framework-section{background:#fff}.framework-intro{color:#4a5568;font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.pillars-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.pillar-card{background:#fff;border:2px solid;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.pillar-card:before{content:"";height:6px;left:0;position:absolute;top:0;transition:all .3s ease;width:100%}.pillar-1{background:linear-gradient(135deg,#e3f2fd,#fff);border-color:#90caf9}.pillar-1:before{background:linear-gradient(90deg,#4a90e2,#2196f3)}.pillar-2{background:linear-gradient(135deg,#e8f5e9,#fff);border-color:#a5d6a7}.pillar-2:before{background:linear-gradient(90deg,#66bb6a,#4caf50)}.pillar-3{background:linear-gradient(135deg,#fff3e0,#fff);border-color:#ffcc80}.pillar-3:before{background:linear-gradient(90deg,#ff7043,#ff5722)}.pillar-card:hover{box-shadow:0 12px 24px #00000014;transform:translateY(-8px)}.pillar-1:hover{background:#e3f2fd;border-color:#4a90e2}.pillar-2:hover{background:#e8f5e9;border-color:#66bb6a}.pillar-3:hover{background:#fff3e0;border-color:#ff7043}.pillar-number{align-items:center;border:2px solid;border-radius:50%;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;width:40px}.pillar-1 .pillar-number{background:#fff;border-color:#90caf9;color:#1565c0}.pillar-2 .pillar-number{background:#fff;border-color:#a5d6a7;color:#2e7d32}.pillar-3 .pillar-number{background:#fff;border-color:#ffcc80;color:#e65100}.pillar-icon-large{display:inline-block;font-size:4rem;margin-bottom:1.5rem}.pillar-card h3{color:#1e3a5f;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.pillar-card p{color:#5a6c7d;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.pillar-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-tag{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#4a5568;font-size:.85rem;font-weight:500;padding:.4rem 1rem;transition:all .2s ease}.pillar-1 .feature-tag:hover{background:#fff;border-color:#90caf9;color:#1565c0}.pillar-2 .feature-tag:hover{background:#fff;border-color:#a5d6a7;color:#2e7d32}.pillar-3 .feature-tag:hover{background:#fff;border-color:#ffcc80;color:#e65100}.framework-summary{align-items:flex-start;background:#f8f9fb;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:1.5rem;margin:3rem auto 0;max-width:800px;padding:2.5rem}.summary-icon{flex-shrink:0;font-size:3rem}.framework-summary p{color:#4a5568;font-size:1.125rem;line-height:1.8;margin:0}.footer{background:linear-gradient(135deg,#f8f9fb,#e3f2fd);border-top:1px solid #e5e7eb;color:#1e3a5f;padding:2.5rem 2rem;text-align:center}.footer p{font-size:.95rem;margin:0;opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header{padding:1rem 1.5rem}.logo{font-size:1.5rem}.hamburger{display:flex}.desktop-menu{display:none}.mobile-menu{display:flex}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.section{padding:3rem 1.5rem}.section-title{font-size:2rem}.problem-grid{gap:1.5rem;grid-template-columns:1fr}.pillars-grid,.why-content{gap:2rem;grid-template-columns:1fr}.philosophy-headline{font-size:1.5rem}.philosophy-text{font-size:1rem}.philosophy-highlight{flex-direction:column;font-size:1.125rem}.philosophy-visual{flex-direction:column;gap:1rem}.arrow-transform{transform:rotate(90deg)}.framework-summary{align-items:center;flex-direction:column;text-align:center}}@media (max-width:480px){.header{padding:.875rem 1rem}.header-container{flex-wrap:nowrap;justify-content:space-between}.logo{font-size:1.25rem}.logo-dot{margin:0 .125rem}.hero-section{min-height:60vh;padding:3rem 1.5rem}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1rem}.section{padding:2.5rem 1rem}.section-title{font-size:1.75rem}.pillar-card,.problem-card,.why-block{padding:1.5rem}.block-icon,.card-icon{font-size:2rem;height:60px;width:60px}.hero-stats{flex-direction:column;gap:1.5rem}.framework-badges{justify-content:center}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in;background:#1e3a5fd9;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:3rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#5a6c7d;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease;width:32px}.modal-close:hover{background:#f0f4f8;color:#1e3a5f}.modal-title{color:#1e3a5f;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.modal-description{color:#5a6c7d;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;text-align:center}.signup-form{margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group:last-of-type{margin-bottom:1.5rem}.email-input{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.email-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.email-input.error{border-color:#ef4444}.email-input:disabled{background:#f8f9fb;cursor:not-allowed}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.submit-button{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.0625rem;font-weight:600;padding:1rem 1.5rem;transition:all .2s ease;width:100%}.submit-button:hover:not(:disabled){background:#357abd;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.privacy-notice{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.privacy-text{color:#5a6c7d;font-size:.875rem;margin-bottom:.5rem}.privacy-link{color:#4a90e2;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.privacy-link:hover{color:#357abd;text-decoration:underline}.success-message{padding:2rem 0;text-align:center}.success-icon{align-items:center;animation:scaleIn .3s ease-out;background:#4ade80;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{color:#1e3a5f;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.success-text{color:#5a6c7d;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.success-button{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease}.success-button:hover{background:#357abd}@media (max-width:480px){.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.modal-description{font-size:1rem}.success-icon{font-size:2rem;height:60px;width:60px}.success-title{font-size:1.5rem}.success-text{font-size:1rem}}.privacy-page{background:linear-gradient(135deg,#fff,#f8f9fb);min-height:100vh}.privacy-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.privacy-header-container{margin:0 auto;max-width:900px}.back-link{align-items:center;color:#4a90e2;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#357abd}.privacy-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.privacy-title{color:#1e3a5f;font-size:3rem;font-weight:700;margin-bottom:.5rem;text-align:center}.privacy-update{color:#5a6c7d;font-size:1rem;margin-bottom:3rem;text-align:center}.privacy-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:2rem;padding:2.5rem}.privacy-section h2{color:#1e3a5f;font-size:1.75rem;font-weight:600;margin-bottom:1.25rem}.privacy-section p{color:#5a6c7d;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{list-style:none;margin:1.5rem 0;padding:0}.privacy-section li{color:#5a6c7d;font-size:1.0625rem;line-height:1.8;padding:.75rem 0 .75rem 2rem;position:relative}.privacy-section li:before{color:#4a90e2;content:"•";font-size:1.5rem;font-weight:700;left:.75rem;position:absolute}.privacy-section li strong{color:#1e3a5f;font-weight:600}.contact-info{background:#f8f9fb;border-left:4px solid #4a90e2;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.contact-info p{margin-bottom:.75rem}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:#1e3a5f;font-weight:600}.privacy-footer{margin-top:3rem;text-align:center}.back-button{background:#4a90e2;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.back-button:hover{background:#357abd;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-2px)}@media (max-width:768px){.privacy-container{padding:3rem 1.5rem}.privacy-title{font-size:2.25rem}.privacy-section{padding:2rem 1.5rem}.privacy-section h2{font-size:1.5rem}.privacy-section li,.privacy-section p{font-size:1rem}}@media (max-width:480px){.privacy-header{padding:1rem}.privacy-container{padding:2rem 1rem}.privacy-title{font-size:1.875rem}.privacy-section{padding:1.5rem 1rem}.privacy-section h2{font-size:1.25rem}.privacy-section li{padding-left:1.5rem}.privacy-section li:before{left:.5rem}}
/*# sourceMappingURL=main.a9795920.css.map*/