@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1a2a3a;overscroll-behavior:none;background-color:#f8f9fc;font-family:Inter,sans-serif;overflow-x:hidden}#root{width:100vw;min-height:100vh}.canvas-container{z-index:0;pointer-events:none;width:100vw;height:100vh;top:0;left:0;position:fixed!important}.scroll-container{z-index:10;pointer-events:auto;width:100vw;min-height:900vh;position:absolute;top:0;left:0}.section{opacity:.3;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:6rem 10%;transition:all .8s cubic-bezier(.2,.8,.2,1);display:flex;transform:translateY(30px)}.section.active{opacity:1;transform:translateY(0)}.section h1{background:linear-gradient(135deg,#0a5e9c 0%,#1a8ad4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:800px;margin-bottom:2rem;font-size:clamp(2.3rem,5.2vw,3.8rem);font-weight:900;line-height:1.1}.section h2{color:#0f1f2e;text-shadow:0 1px 8px #f8f9fce6;max-width:600px;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.section p{color:#1e293b;text-shadow:0 1px 6px #f8f9fcf2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f8f9fc99;border-radius:12px;max-width:600px;margin-bottom:2rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.6}.align-left{text-align:left;align-items:flex-start}.align-right{text-align:right;align-items:flex-end}.align-center{text-align:center;align-items:center}.btn{color:#0a5e9c;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#0a5e9c14;border:1.5px solid #0a5e9c40;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn:hover{background:#0a5e9c26;transform:scale(1.05);box-shadow:0 4px 20px #0a5e9c33}.podcast-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);pointer-events:auto;background:#ffffffd9;border:1px solid #00000014;border-radius:20px;align-items:center;gap:2rem;max-width:600px;margin-top:2rem;padding:2rem;transition:transform .3s;display:flex;box-shadow:0 4px 24px #0000000f}.podcast-card:hover{border-color:#0a5e9c4d;transform:translateY(-5px);box-shadow:0 8px 32px #0a5e9c1f}.podcast-img{background:linear-gradient(135deg,#0a5e9c 0%,#1a8ad4 100%);border-radius:40px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.podcast-info h3{color:#1a2a3a;margin-bottom:.5rem;font-size:1.5rem}.podcast-info p{margin-bottom:0;font-size:1rem}.brain-glow{z-index:-1;pointer-events:none;background:radial-gradient(circle,#0a5e9c0f 0%,#0000 70%);width:600px;height:600px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.authority-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;background:#ffffffe6;border:1px solid #00000014;border-radius:24px;align-items:center;gap:3rem;max-width:800px;padding:3rem;transition:all .4s;display:flex;box-shadow:0 4px 24px #0000000f}.authority-card:hover{border-color:#0a5e9c4d;box-shadow:0 8px 40px #0a5e9c1f}.authority-photo{color:#0a5e9c;background:linear-gradient(135deg,#e8f0fe 0%,#d0e4f7 100%);border:3px solid #0a5e9c40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex;overflow:hidden}.authority-photo img{object-fit:cover;border-radius:50%;width:100%;height:100%}.authority-info{text-align:left}.authority-badge{color:#0a5e9c;text-transform:uppercase;letter-spacing:.05em;background:#0a5e9c14;border:1px solid #0a5e9c33;border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:4px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.authority-name{text-shadow:none;font-weight:700;color:#1a2a3a!important;-webkit-text-fill-color:#1a2a3a!important;background:0 0!important;margin-bottom:.3rem!important;font-size:1.8rem!important}.authority-title{font-weight:500;color:#0a5e9c!important;margin-bottom:.8rem!important;font-size:1.1rem!important}.authority-credentials{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.2rem;display:flex}.authority-credentials span{color:#5a6b7d;align-items:center;gap:6px;font-size:.9rem;font-weight:500;display:inline-flex}.authority-bio{line-height:1.6;color:#4a5568!important;max-width:100%!important;margin-bottom:1.5rem!important;font-size:.95rem!important}.authority-links{flex-wrap:wrap;gap:.8rem;display:flex}.btn-sm{border-radius:30px;padding:.5rem 1rem!important;font-size:.85rem!important}.btn-accent{color:#0a5e9c!important;background:#0a5e9c1a!important;border-color:#0a5e9c4d!important}.contact-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;background:#ffffffe6;border:1px solid #00000014;border-radius:24px;width:100%;max-width:520px;padding:2.5rem;box-shadow:0 4px 24px #0000000f}.form-group{margin-bottom:1.2rem}.form-group label{color:#1a2a3a;align-items:center;gap:6px;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:flex}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel]{color:#1a2a3a;background:#f8f9fc;border:1.5px solid #0000001f;border-radius:12px;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus{border-color:#0a5e9c;box-shadow:0 0 0 3px #0a5e9c1a}.form-group input[type=file]{color:#5a6b7d;cursor:pointer;background:#f8f9fc;border:1.5px dashed #00000026;border-radius:12px;width:100%;padding:.6rem;font-family:Inter,sans-serif;font-size:.9rem}.form-group input[type=file]:hover{border-color:#0a5e9c}@media (width<=768px){.section h1{font-size:2.8rem}.section h2{font-size:2rem}.authority-card{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.authority-info{text-align:center}.authority-credentials,.authority-links{justify-content:center}.authority-photo{width:120px;height:120px}.authority-name{font-size:1.4rem!important}}.site-header{z-index:100;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f9fcb3;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{background:#ffffffe6;border-bottom:1px solid #0000000f;box-shadow:0 2px 16px #0000000a}.header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.header-brand{color:#0a5e9c;letter-spacing:-.01em;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:800;text-decoration:none;display:inline-flex}.header-brand svg{color:#0a5e9c}.header-nav.desktop-nav{align-items:center;gap:.5rem;display:flex}.header-link{color:#334155;border:1px solid #0000;border-radius:30px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.header-link:hover{color:#0a5e9c;background:#0a5e9c14}.header-link.active{color:#0a5e9c;background:#0a5e9c1f;border-color:#0a5e9c33}.mobile-menu-btn{cursor:pointer;color:#0a5e9c;background:0 0;border:none;border-radius:8px;padding:.4rem;display:none}.mobile-menu-btn:hover{background:#0a5e9c14}.mobile-nav{background:#fffffff2;border-top:1px solid #0000000f;padding:.5rem 1rem 1rem;display:none}.mobile-link{color:#334155;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:.25rem;padding:.8rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.mobile-link:hover{color:#0a5e9c;background:#0a5e9c14}.mobile-link.active{color:#0a5e9c;background:#0a5e9c1f}@media (width<=768px){.header-nav.desktop-nav{display:none}.mobile-menu-btn{display:inline-flex}.mobile-nav{display:block}.header-brand span{font-size:.95rem}}.inner-page{pointer-events:auto;background:#f8f9fc;min-height:100vh;padding:5rem 1.5rem 4rem;position:relative}.inner-page-content{max-width:1100px;margin:0 auto}.back-link{color:#64748b;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#1a8ad4}.inner-page-hero{text-align:center;max-width:800px;margin:0 auto;padding:2rem 1rem 3rem}.inner-page-hero .authority-badge{margin-bottom:1rem}.inner-page-hero h1{background:linear-gradient(135deg,#0a5e9c 0%,#1a8ad4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:3rem;font-weight:900;line-height:1.15}.inner-page-hero .lead{color:#334155;font-size:1.2rem;line-height:1.6}.inner-section{margin-bottom:3rem}.inner-section h2{color:#0f1f2e;margin-bottom:1.5rem;font-size:2rem;font-weight:800;line-height:1.2}.inner-section p{color:#334155;margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.highlight-box{background:linear-gradient(135deg,#0a5e9c0d 0%,#1a8ad40d 100%);border:1px solid #0a5e9c26;border-radius:20px;padding:2.5rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.step-card{background:#ffffffe6;border:1px solid #0000000f;border-radius:18px;padding:1.75rem;transition:all .3s;box-shadow:0 4px 16px #0000000a}.step-card:hover{border-color:#0a5e9c4d;transform:translateY(-4px);box-shadow:0 8px 24px #0a5e9c1a}.step-icon{color:#fff;background:linear-gradient(135deg,#0a5e9c 0%,#1a8ad4 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;display:flex}.step-number{text-transform:uppercase;letter-spacing:.08em;color:#0a5e9c;margin-bottom:.4rem;font-size:.8rem;font-weight:700}.step-card h3{color:#0f1f2e;margin-bottom:.6rem;font-size:1.15rem;font-weight:700;line-height:1.3}.step-card p{color:#475569;margin-bottom:0;font-size:.95rem;line-height:1.5}.check-list{margin:0;padding:0;list-style:none}.check-list li{color:#1e293b;align-items:flex-start;gap:.7rem;padding:.7rem 0;font-size:1.05rem;line-height:1.5;display:flex}.check-list li svg{color:#10b981;flex-shrink:0;margin-top:2px}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.kpi-card{background:#ffffffe6;border:1px solid #0000000f;border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px #0000000a}.kpi-icon{color:#0a5e9c;background:#0a5e9c1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;display:flex}.kpi-label{color:#64748b;margin-bottom:.4rem;font-size:.82rem;font-weight:500}.kpi-value{color:#0f1f2e;margin-bottom:.5rem;font-size:2.2rem;font-weight:900;line-height:1}.kpi-trend{border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;display:inline-flex}.kpi-trend.positive{color:#059669;background:#10b9811a}.kpi-trend.negative{color:#dc2626;background:#dc26261a}.risk-chart{background:#ffffffe6;border:1px solid #0000000f;border-radius:18px;padding:1.75rem;box-shadow:0 4px 16px #0000000a}.risk-row{border-bottom:1px solid #0000000d;grid-template-columns:240px 1fr;align-items:center;gap:1rem;padding:.75rem 0;display:grid}.risk-row:last-child{border-bottom:none}.risk-label{color:#334155;font-size:.95rem;font-weight:500}.risk-bar-bg{background:#0000000a;border-radius:14px;height:28px;position:relative;overflow:hidden}.risk-bar-fill{color:#fff;border-radius:14px;justify-content:flex-end;align-items:center;height:100%;padding:0 .8rem;font-size:.8rem;font-weight:700;transition:width .6s;display:flex}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-item{align-items:flex-start;gap:1rem;display:flex}.feature-item>svg{color:#0a5e9c;flex-shrink:0;margin-top:3px}.feature-item strong{color:#0f1f2e;margin-bottom:.25rem;font-size:1.05rem;font-weight:700;display:block}.feature-item p{color:#475569;margin:0;font-size:.95rem;line-height:1.45}@media (width<=768px){.inner-page-hero h1{font-size:2rem}.inner-section h2{font-size:1.5rem}.risk-row{grid-template-columns:1fr;gap:.4rem}}.faq-section{height:auto;min-height:100vh;padding-top:7rem;padding-bottom:5rem}.faq{text-align:left;width:100%;max-width:760px;margin:0 auto}.faq>.authority-badge{margin-bottom:1rem}.faq h2{margin-bottom:1.5rem}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe6;border:1px solid #00000014;border-radius:16px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.faq-item.open{border-color:#0a5e9c4d;box-shadow:0 6px 24px #0a5e9c1a}.faq-question{cursor:pointer;text-align:left;color:#1a2a3a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.4rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;line-height:1.4;display:flex}.faq-question svg{color:#0a5e9c;flex-shrink:0}.faq-answer{padding:0 1.4rem 1.25rem}.faq-answer p{color:#475569;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:none;background:0 0;border-radius:0;max-width:100%;margin:0;padding:0;font-size:1rem;line-height:1.6}@media (width<=768px){.faq-question{padding:1rem 1.1rem;font-size:.98rem}}.form-success{text-align:center;color:#0a5e9c}.form-success svg{color:#10b981;margin-bottom:.5rem}.form-success h3{color:#0f1f2e;margin-bottom:.5rem;font-size:1.3rem}.form-success p{color:#475569;font-size:.98rem;line-height:1.5}.form-error{color:#dc2626;text-align:center;margin-top:.8rem;font-size:.9rem}.contact-form button[disabled]{opacity:.6;cursor:not-allowed}
