.min-h-screen{min-height:100vh;}.bg-white{background-color:white;}.hero-section{background:linear-gradient(135deg,rgba(139,92,246,.1) 0%,rgba(196,181,253,.2) 100%);padding:80px 0 60px;text-align:center;position:relative;overflow:hidden;}.hero-content{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:24px;padding:60px 40px;box-shadow:0 20px 40px rgba(107,70,193,.15);border:1px solid rgba(255,255,255,.2);max-width:900px;margin:0 auto;}.hero-title{font-size:3.5rem;font-weight:800;color:#5b21b6;margin-bottom:20px;line-height:1.1;letter-spacing:-.02em;}.hero-subtitle{font-size:1.1rem;color:#6b7280;margin-bottom:40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto;}.text-center{text-align:center;}.section-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;}.section-subtitle{font-size:1.125rem;color:#4b5563;max-width:32rem;margin:0 auto;}.subsection-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;}.card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;}.content-section{padding:5rem 0;}.content-section-alt{padding:5rem 0;background-color:#f9fafb;}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;justify-items:center;max-width:1000px;margin:0 auto;}.feature-card{text-align:center;}.research-card{background-color:white;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;}.research-card-header{height:.5rem;}.research-card-header-blue{background-color:#2563eb;}.research-card-header-green{background-color:#16a34a;}.research-card-header-purple{background-color:var(--primary-purple);}.research-card-content{padding:1.5rem;}.publication-card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem;}.icon-wrapper{display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;width:60px;height:60px;}.number-badge{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;}.number-badge-blue{background-color:#dbeafe;color:#2563eb;}.number-badge-green{background-color:#dcfce7;color:#16a34a;}.number-badge-purple{background-color:#ede9fe;color:#8b5cf6;}.check-list{display:flex;flex-direction:column;gap:1rem;}.check-item{display:flex;align-items:flex-start;}.check-circle{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;margin-top:.125rem;flex-shrink:0;}.check-circle-green{background-color:#22c55e;}.check-circle-blue{background-color:#3b82f6;}.check-circle-purple{background-color:var(--primary-purple);}.check-mark{color:white;font-size:.875rem;}.check-text{color:#374151;line-height:1.6;}.bullet-list{font-size:.875rem;color:#4b5563;display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;}.bullet-list li{padding-left:1rem;position:relative;}.bullet-list li:before{content:"•";position:absolute;left:0;}.text-gray-900{color:#111827;}.text-gray-700{color:#374151;}.text-gray-600{color:#4b5563;}.text-gray-500{color:#6b7280;}.text-blue{color:#2563eb;}.text-green{color:#16a34a;}.text-purple{color:#8b5cf6;}.bg-gray-50{background-color:#f9fafb;}.bg-gradient{background:linear-gradient(135deg,#f4f5f8 0%,#e0e7ff 100%);}.mb-1{margin-bottom:.25rem;}.mb-2{margin-bottom:.5rem;}.mb-3{margin-bottom:.75rem;}.mb-4{margin-bottom:1rem;}.mb-6{margin-bottom:1.5rem;}.mb-8{margin-bottom:2rem;}.mb-12{margin-bottom:3rem;}.mb-16{margin-bottom:4rem;}.gap-1{gap:.25rem;}.gap-2{gap:.5rem;}.gap-4{gap:1rem;}.gap-6{gap:1.5rem;}.gap-8{gap:2rem;}.publication-meta{display:flex;align-items:center;font-size:.875rem;color:#6b7280;gap:.5rem;}.publication-meta span.separator{color:#6b7280;}.content-block{display:flex;align-items:flex-start;gap:1rem;}.content-block-body{flex:1;}.stat-card{text-align:center;padding:2rem;background:white;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);}.stat-number{font-size:2.5rem;font-weight:700;color:#8b5cf6;margin-bottom:.5rem;}.stat-label{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;}.stat-description{font-size:.875rem;color:#6b7280;line-height:1.5;}@media (max-width: 768px){.hero-title{font-size:2rem;}.hero-subtitle{font-size:1.125rem;}.section-title{font-size:1.875rem;}.feature-grid,.card-grid{grid-template-columns:1fr;}.content-section,.content-section-alt{padding:3rem 0;}}@media (max-width: 480px){.hero-title{font-size:1.75rem;}.hero-section{padding:2rem 0;}}.line-height-normal{line-height:1.6;}.font-semibold{font-weight:600;}.font-bold{font-weight:700;}.rounded{border-radius:.5rem;}.rounded-lg{border-radius:.75rem;}.shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.1);}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);}.overflow-hidden{overflow:hidden;}.flex{display:flex;}.flex-col{flex-direction:column;}.items-start{align-items:flex-start;}.items-center{align-items:center;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.newsletter-section .btn-primary{background:#2563eb;color:#fff;border:1px solid #2563eb;cursor:pointer;}.newsletter-section .btn-primary:hover{filter:brightness(.95);}