@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#0f172a;--secondary:#d97706;--bg-color:#f8fafc;--text-main:#111827;--text-muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.top-bar{background-color:#d97706;width:100%;height:4px}.navbar{z-index:50;background:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.nav-links a{color:#4b5563;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#111827}.btn-dark{color:#fff;background-color:#0f172a;border-radius:.375rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500}.btn-outline{border:1px solid #e5e7eb;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;display:flex}.hero{color:#fff;background-image:url(https://images.unsplash.com/photo-1596484552834-6a58f850e0a1?auto=format&fit=crop&q=80);background-position:50%;background-size:cover;align-items:center;min-height:600px;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0f172ae6 0%,#0f172a66 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#e2e8f0;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.5}.btn-glass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:background .2s;display:flex}.btn-glass:hover{background:#fff3}.btn-solid{color:#fff;background:#0f172a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;display:flex}.btn-solid:hover{background:#1e293b}.stats-section{background:#fff;border-bottom:1px solid #e5e7eb;padding:3rem 0}.stat-item{align-items:center;gap:1rem;display:flex}.stat-icon{color:#d97706;background:#fef3c7;border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-value{color:#111827;font-size:1.5rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem}.section-title{text-align:center;margin-bottom:3rem}.section-title span{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:600}.section-title h2{color:#0f172a;margin:.5rem 0;font-size:2.5rem;font-weight:800}.section-title p{color:#6b7280;font-size:1.125rem}.discover-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.discover-card{border-radius:1rem;height:400px;position:relative;overflow:hidden}.discover-card img{object-fit:cover;width:100%;height:100%}.discover-card-overlay{color:#fff;background:linear-gradient(#0000 50%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.discover-card-overlay h3{align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;display:flex}.discover-card-overlay p{color:#e2e8f0;font-size:.875rem}.about-section{background:#f8fafc;padding:6rem 0}.about-grid{background:#fff;border-radius:1rem;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.about-content{flex-direction:column;justify-content:center;padding:4rem;display:flex}.about-content span{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:600}.about-content h2{color:#0f172a;margin:.5rem 0 1.5rem;font-size:2rem;font-weight:800}.about-content p{color:#4b5563;font-size:1.125rem;line-height:1.7}.status-meaning-card{background:#fff;border-radius:1rem;max-width:1000px;margin:0 auto 6rem;padding:3rem;box-shadow:0 4px 6px -1px #0000000d}.status-row{border-bottom:1px solid #e5e7eb;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.status-row:last-child{border-bottom:none}.badge{text-align:center;border-radius:2rem;min-width:100px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.badge-processing{color:#475569;background:#f1f5f9}.badge-approved{color:#166534;background:#dcfce7}.badge-rejected{color:#991b1b;background:#fee2e2}.cta-section{text-align:center;color:#fff;background-image:url(https://images.unsplash.com/photo-1574691456952-4752b04f7f5d?auto=format&fit=crop&q=80);background-position:50%;background-size:cover;padding:6rem 0;position:relative}.cta-overlay{background:#0f172ad9;position:absolute;inset:0}.cta-content{z-index:2;position:relative}.footer-top{background:#fff;border-bottom:1px solid #e5e7eb;padding:4rem 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}.footer-bottom{color:#6b7280;background:#fff;justify-content:space-between;align-items:center;padding:2rem 0;font-size:.875rem;display:flex}@media (width<=1024px){.discover-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}}@media (width<=768px){.discover-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.stats-section .flex{flex-direction:column;align-items:flex-start;gap:2rem}.desktop-nav,.right-actions{display:none!important}.mobile-menu-btn{background:0 0;border:none;padding:.5rem;display:block!important}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.mobile-menu-btn{display:none}.mobile-nav{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;width:100%;padding:1rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 4px 6px -1px #0000001a}.mobile-nav a,.mobile-nav button{text-align:left;color:#111827;border-bottom:1px solid #f3f4f6;width:100%;padding:1rem 0;font-size:1.125rem;font-weight:500}.mobile-nav a:last-child,.mobile-nav button:last-child{border-bottom:none}
