@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--hyg-bg:var(--bg-primary);--hyg-bg-secondary:var(--bg-secondary);--hyg-card:var(--bg-card);--hyg-purple:#8b5cf6;--hyg-purple-dark:#7c3aed;--hyg-purple-glow:#8b5cf626;--hyg-teal:#14b8a6;--hyg-green:#22c55e;--hyg-yellow:#eab308;--hyg-red:#ef4444;--hyg-text:var(--text-primary);--hyg-text-secondary:var(--text-secondary);--hyg-text-muted:var(--text-muted);--hyg-border:var(--border-color)}*{box-sizing:border-box;margin:0;padding:0}.hyg-page{background:var(--hyg-bg);color:var(--hyg-text);opacity:0;min-height:100vh;font-family:Inter,sans-serif;transition:opacity .6s ease-out;overflow-x:hidden}.hyg-page.page-loaded{opacity:1}.hyg-container{max-width:1200px;margin:0 auto;padding:0 40px}.hyg-hero{text-align:center;padding:140px 0 60px;position:relative}.hyg-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf626,#0000 70%);width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hyg-badge{background:var(--hyg-purple-glow);color:var(--hyg-purple);border:1px solid #8b5cf64d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:13px;font-weight:500;display:inline-flex}.hyg-hero h1{margin-bottom:24px;font-size:64px;font-weight:700}.hyg-hero h1 span{background:linear-gradient(135deg,var(--hyg-purple),var(--hyg-teal));-webkit-background-clip:text}.hyg-hero-desc{color:var(--hyg-text-secondary);max-width:700px;margin:0 auto 40px;font-size:20px;line-height:1.8}.hyg-hero-stats{justify-content:center;gap:60px;margin-top:60px;display:flex}.hyg-stat{text-align:center}.hyg-stat-value{color:var(--hyg-purple);font-size:48px;font-weight:700;display:block}.hyg-stat-label{color:var(--hyg-text-muted);font-size:14px}.hyg-regulators{padding:100px 0}.hyg-section-title{text-align:center;margin-bottom:16px;font-size:40px;font-weight:700}.hyg-section-desc{color:var(--hyg-text-secondary);text-align:center;max-width:600px;margin:0 auto 60px;font-size:18px}.hyg-regulators-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hyg-regulator-card{background:var(--hyg-card);border:1px solid var(--hyg-border);text-align:center;border-radius:16px;padding:40px;transition:all .3s}.hyg-regulator-card:hover{border-color:var(--hyg-purple);transform:translateY(-4px)}.hyg-regulator-flag{margin-bottom:16px;font-size:48px}.hyg-regulator-name{margin-bottom:8px;font-size:24px;font-weight:700}.hyg-regulator-full{color:var(--hyg-text-secondary);margin-bottom:16px;font-size:14px}.hyg-regulator-checks{color:var(--hyg-purple);font-size:32px;font-weight:700}.hyg-regulator-checks-label{color:var(--hyg-text-muted);font-size:12px}.hyg-process{background:#0f172a4d;padding:100px 0}.hyg-process-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.hyg-process-step{text-align:center;max-width:200px}.hyg-process-icon{background:linear-gradient(135deg,var(--hyg-purple),var(--hyg-purple-dark));border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:36px;animation:3s ease-in-out infinite float;display:flex;box-shadow:0 8px 32px #8b5cf64d}.hyg-process-step:nth-child(2) .hyg-process-icon{animation-delay:.3s}.hyg-process-step:nth-child(3) .hyg-process-icon{animation-delay:.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hyg-process-arrow{color:var(--hyg-purple);font-size:32px}.hyg-process-title{margin-bottom:8px;font-size:16px;font-weight:600}.hyg-process-desc{color:var(--hyg-text-secondary);font-size:13px}.hyg-demo{padding:100px 0}.hyg-demo-browser{background:var(--hyg-bg-secondary);border:1px solid var(--hyg-border);border-radius:16px;max-width:1000px;margin:0 auto;overflow:hidden;box-shadow:0 40px 80px #00000080}.hyg-browser-header{border-bottom:1px solid var(--hyg-border);background:#0f172ae6;align-items:center;gap:8px;height:48px;padding:0 16px;display:flex}.hyg-browser-dot{border-radius:50%;width:12px;height:12px}.hyg-browser-dot:first-child{background:#ef4444}.hyg-browser-dot:nth-child(2){background:#eab308}.hyg-browser-dot:nth-child(3){background:#22c55e}.hyg-browser-content{padding:32px}.hyg-compliance-ui{grid-template-columns:1fr 300px;gap:24px;display:grid}.hyg-compliance-main{flex-direction:column;gap:24px;display:flex}.hyg-compliance-header{justify-content:space-between;align-items:center;display:flex}.hyg-compliance-title{font-size:20px;font-weight:600}.hyg-run-check-btn{background:linear-gradient(135deg,var(--hyg-purple),var(--hyg-purple-dark));color:#fff;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600}.hyg-score-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hyg-score-card{background:var(--hyg-card);text-align:center;border-left:4px solid;border-radius:12px;padding:24px}.hyg-score-card.critical{border-color:var(--hyg-red)}.hyg-score-card.warning{border-color:var(--hyg-yellow)}.hyg-score-card.info{border-color:#3b82f6}.hyg-score-value{font-size:36px;font-weight:700}.hyg-score-card.critical .hyg-score-value{color:var(--hyg-red)}.hyg-score-card.warning .hyg-score-value{color:var(--hyg-yellow)}.hyg-score-card.info .hyg-score-value{color:#3b82f6}.hyg-score-label{color:var(--hyg-text-muted);font-size:12px}.hyg-issues-list{flex-direction:column;gap:12px;display:flex}.hyg-issue{background:var(--hyg-card);border-radius:10px;align-items:flex-start;gap:12px;padding:16px;animation:.4s ease-out backwards slideIn;display:flex}.hyg-issue:first-child{animation-delay:.1s}.hyg-issue:nth-child(2){animation-delay:.2s}.hyg-issue:nth-child(3){animation-delay:.3s}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.hyg-issue-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.hyg-issue-icon.critical{color:var(--hyg-red);background:#ef444433}.hyg-issue-icon.warning{color:var(--hyg-yellow);background:#eab30833}.hyg-issue-icon.pass{color:var(--hyg-green);background:#22c55e33}.hyg-issue-content{flex:1}.hyg-issue-title{margin-bottom:4px;font-size:14px;font-weight:600}.hyg-issue-desc{color:var(--hyg-text-secondary);font-size:12px}.hyg-issue-ref{background:var(--hyg-purple-glow);color:var(--hyg-purple);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600}.hyg-compliance-sidebar{flex-direction:column;gap:24px;display:flex}.hyg-overall-score{background:var(--hyg-card);text-align:center;border-radius:16px;padding:32px}.hyg-score-circle{background:conic-gradient(var(--hyg-green)0deg 338deg,#ffffff1a 338deg 360deg);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 16px;display:flex;position:relative}.hyg-score-circle-inner{background:var(--hyg-bg-secondary);width:100px;height:100px;color:var(--hyg-green);border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:700;display:flex}.hyg-score-title{margin-bottom:8px;font-size:16px;font-weight:600}.hyg-score-subtitle{color:var(--hyg-text-muted);font-size:12px}.hyg-agencies{background:var(--hyg-card);border-radius:16px;padding:24px}.hyg-agencies-title{margin-bottom:16px;font-size:14px;font-weight:600}.hyg-agency-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.hyg-agency-name{width:40px;color:var(--hyg-text-muted);font-size:12px}.hyg-agency-bar{background:#ffffff1a;border-radius:4px;flex:1;height:8px;overflow:hidden}.hyg-agency-fill{border-radius:4px;height:100%;transition:width 1s}.hyg-agency-fill.fda{background:var(--hyg-teal);width:94%}.hyg-agency-fill.ema{background:var(--hyg-purple);width:91%}.hyg-agency-fill.ich{background:#3b82f6;width:97%}.hyg-agency-percent{text-align:right;width:40px;font-size:12px;font-weight:600}.hyg-cta{padding:100px 0}.hyg-cta-card{text-align:center;background:linear-gradient(135deg,#8b5cf633,#14b8a633);border:1px solid #8b5cf64d;border-radius:24px;padding:60px}.hyg-cta-title{margin-bottom:16px;font-size:36px;font-weight:700}.hyg-cta-desc{color:var(--hyg-text-secondary);margin-bottom:32px;font-size:18px}.hyg-btn{background:linear-gradient(135deg,var(--hyg-purple),var(--hyg-purple-dark));color:#fff;border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hyg-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.hyg-integration{padding:100px 0}.hyg-workflow{max-width:1000px;margin:0 auto}.hyg-workflow-center{justify-content:center;margin-bottom:40px;display:flex}.hyg-workflow-hub{background:linear-gradient(135deg,var(--hyg-purple),var(--hyg-purple-dark));border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;font-size:32px;display:flex;box-shadow:0 0 40px #8b5cf666}.hyg-workflow-hub-label{margin-top:4px;font-size:12px;font-weight:600}.hyg-integration-cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hyg-integration-card{background:var(--hyg-card);border:1px solid var(--hyg-border);border-radius:16px;padding:32px;transition:all .3s}.hyg-integration-card:hover{transform:translateY(-4px)}.hyg-integration-card.teal:hover{border-color:var(--hyg-teal)}.hyg-integration-card.blue:hover{border-color:#3b82f6}.hyg-integration-card.orange:hover{border-color:#f97316}.hyg-integration-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;display:flex}.hyg-integration-card.teal .hyg-integration-icon{background:#14b8a633}.hyg-integration-card.blue .hyg-integration-icon{background:#3b82f633}.hyg-integration-card.orange .hyg-integration-icon{background:#f9731633}.hyg-integration-card h3{margin-bottom:12px;font-size:18px;font-weight:600}.hyg-integration-card p{color:var(--hyg-text-secondary);margin-bottom:16px;font-size:14px;line-height:1.6}.hyg-integration-features{margin-bottom:20px;list-style:none}.hyg-integration-features li{color:var(--hyg-text-muted);padding:6px 0 6px 20px;font-size:13px;position:relative}.hyg-integration-features li:before{content:"✓";color:var(--hyg-purple);position:absolute;left:0}.hyg-integration-btn{border:1px solid;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hyg-integration-btn.teal{color:var(--hyg-teal);background:#14b8a61a;border-color:#14b8a64d}.hyg-integration-btn.teal:hover{background:var(--hyg-teal);color:#fff}.hyg-integration-btn.blue{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d}.hyg-integration-btn.blue:hover{color:#fff;background:#3b82f6}.hyg-integration-btn.orange{color:#f97316;background:#f973161a;border-color:#f973164d}.hyg-integration-btn.orange:hover{color:#fff;background:#f97316}@media (max-width:1000px){.hyg-regulators-grid,.hyg-compliance-ui{grid-template-columns:1fr}.hyg-process-flow{flex-direction:column}.hyg-process-arrow{transform:rotate(90deg)}.hyg-integration-cards{grid-template-columns:1fr}}@media (max-width:640px){.hyg-container{padding:0 24px}.hyg-hero h1{font-size:40px}.hyg-hero-stats{flex-direction:column;gap:32px}.hyg-score-cards{grid-template-columns:1fr}}
