:root{--primary-dark: #15243D;--primary-light: #FFFFFF;--secondary-blue: #1941C0;--secondary-red: #EB2226;--text-dark: #333;--text-light: #f8fafc;--bg-light: #f8fafc;--bg-dark: #1a202c}body{font-family:Inter,sans-serif;background-color:var(--primary-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.container[data-astro-cid-3vbudev4]{max-width:1200px;margin:0 auto;padding:0 2rem}.nav[data-astro-cid-3vbudev4]{position:fixed;top:0;width:100%;background:#ffffffe6;backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.nav-container[data-astro-cid-3vbudev4]{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo[data-astro-cid-3vbudev4]{font-size:1.5rem;font-weight:700;color:var(--primary-dark);text-decoration:none}.nav-links[data-astro-cid-3vbudev4]{display:flex;gap:2rem;align-items:center}.nav-link[data-astro-cid-3vbudev4]{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link[data-astro-cid-3vbudev4]:hover{color:var(--secondary-blue)}.hero[data-astro-cid-3vbudev4]{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--secondary-blue) 100%);color:var(--text-light);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero[data-astro-cid-3vbudev4]:before{content:"";position:absolute;inset:0;background:url("/HGPdigitalbackground(1).png") center/cover;opacity:.1;z-index:1}.hero-content[data-astro-cid-3vbudev4]{position:relative;z-index:2}.hero-title[data-astro-cid-3vbudev4]{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle[data-astro-cid-3vbudev4]{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.gradient-text[data-astro-cid-3vbudev4]{background:linear-gradient(45deg,var(--secondary-red),#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section[data-astro-cid-3vbudev4]{padding:5rem 0}.section-light[data-astro-cid-3vbudev4]{background:var(--bg-light)}.section-dark[data-astro-cid-3vbudev4]{background:var(--bg-dark);color:var(--text-light)}.section-header[data-astro-cid-3vbudev4]{text-align:center;margin-bottom:4rem}.section-title[data-astro-cid-3vbudev4]{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-dark)}.section-dark[data-astro-cid-3vbudev4] .section-title[data-astro-cid-3vbudev4]{color:var(--text-light)}.section-subtitle[data-astro-cid-3vbudev4]{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto}.stats-grid[data-astro-cid-3vbudev4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:4rem 0}.stat-card[data-astro-cid-3vbudev4]{background:var(--primary-light);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.stat-card[data-astro-cid-3vbudev4]:hover{transform:translateY(-5px)}.stat-number[data-astro-cid-3vbudev4]{font-size:3rem;font-weight:700;color:var(--secondary-blue);margin-bottom:.5rem}.stat-label[data-astro-cid-3vbudev4]{font-size:1.1rem;color:var(--text-dark);font-weight:500}.partnership-grid[data-astro-cid-3vbudev4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin:3rem 0}.partnership-card[data-astro-cid-3vbudev4]{background:#ffffff1a;padding:2.5rem;border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.partnership-title[data-astro-cid-3vbudev4]{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--secondary-red)}.partnership-description[data-astro-cid-3vbudev4]{opacity:.9;line-height:1.7}.tech-grid[data-astro-cid-3vbudev4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem 0}.tech-card[data-astro-cid-3vbudev4]{background:var(--primary-light);padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;border-left:4px solid var(--secondary-blue)}.tech-title[data-astro-cid-3vbudev4]{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:var(--primary-dark)}.tech-description[data-astro-cid-3vbudev4]{opacity:.8;line-height:1.7;margin-bottom:1rem}.tech-highlight[data-astro-cid-3vbudev4]{background:linear-gradient(45deg,var(--secondary-blue),var(--secondary-red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.cta[data-astro-cid-3vbudev4]{background:linear-gradient(135deg,var(--secondary-blue) 0%,var(--primary-dark) 100%);color:var(--text-light);text-align:center;padding:4rem 2rem}.btn[data-astro-cid-3vbudev4]{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary[data-astro-cid-3vbudev4]{background:var(--secondary-red);color:var(--text-light)}.btn-primary[data-astro-cid-3vbudev4]:hover{background:#d41e22;transform:translateY(-2px)}@media (max-width: 768px){.hero-title[data-astro-cid-3vbudev4]{font-size:2.5rem}.hero-subtitle[data-astro-cid-3vbudev4]{font-size:1.1rem}.section-title[data-astro-cid-3vbudev4]{font-size:2rem}.stats-grid[data-astro-cid-3vbudev4]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-number[data-astro-cid-3vbudev4]{font-size:2.5rem}}
