:root{--primary-bg:#0a1833;--secondary-bg:#17334f;--accent-red:#e11d48;--accent-red-hover:#be185d;--accent-purple:#9e005c;--text-white:#fff;--text-light:#e0e6f7;--text-dark:#0a1833;--text-gray:#334155;--card-bg:#e0f2fe;--border-color:#1e293b}.startup-award-page{min-height:100vh;background-color:var(--primary-bg);font-family:Arial,Helvetica,sans-serif}.hero-section{background:linear-gradient(135deg,var(--primary-bg) 0,#1a2b4a 100%);padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:60rem;margin:0 auto;padding:0 2rem}@media (min-width:768px){.hero-section{padding-left:2rem;padding-right:2rem}}.hero-title{font-size:3.5rem;font-weight:800;color:var(--text-white);margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#9e005c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;line-height:1.6;max-width:50rem;margin:0 auto 2rem}@media (min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-microcopy{font-size:.875rem;color:rgba(203,213,225,.8);margin-top:1.5rem;font-style:italic}.button-group{display:flex;flex-direction:row;gap:1rem;margin-bottom:.5rem;justify-content:center;margin-top:2rem}.btn-primary{background-color:var(--accent-red);color:var(--text-white);padding:.75rem 1.75rem;border-radius:9999px;font-weight:600;font-size:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:none;cursor:pointer;transition:background-color .3s ease}.btn-primary:hover{background-color:var(--accent-red-hover)}.btn-secondary{background-color:var(--text-white);color:var(--primary-bg);padding:.75rem 1.75rem;border-radius:9999px;font-weight:600;font-size:1rem;border:1px solid var(--accent-red);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);cursor:pointer;transition:background-color .3s ease}.btn-secondary:hover{background-color:#f3f4f6}.btn-large{padding:1rem 2rem;font-size:1.125rem}.section{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.section{padding:0 2rem}}.section-large{max-width:96rem}@media (min-width:1200px){.section-large{padding:0 3rem}}.about-section{padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width:768px){.about-section{flex-direction:row}}.about-image{border-radius:1.5rem .75rem 1.5rem .75rem;width:100%;max-width:28rem;height:auto;object-fit:cover;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:transform .3s ease}.about-image:hover{transform:scale(1.02)}.about-content{text-align:left;margin-right:0;flex:1}@media (min-width:768px){.about-content{margin-right:3rem}}.about-title{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem}.about-text{font-size:1.125rem;color:var(--text-light);line-height:1.625;margin-bottom:1rem}.about-list{list-style:none;padding:0;margin:1.5rem 0 0}.about-list li{font-size:1.125rem;color:var(--text-light);line-height:1.625;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.about-list li:before{content:"•";color:var(--accent-purple);font-weight:700;position:absolute;left:0;font-size:1.5rem;line-height:1.5}.features-section{padding:4rem 0;background:linear-gradient(180deg,var(--primary-bg) 0,#0f1f3d 100%);position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.5}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.3);position:relative;text-align:center}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:4rem;height:.25rem;background:linear-gradient(90deg,#9e005c,#ff6b9d);border-radius:.125rem}.section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:3rem;max-width:50rem;margin-left:auto;margin-right:auto}.text-center{text-align:center}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;position:relative;z-index:1}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:linear-gradient(135deg,rgba(30,41,59,.6),rgba(51,65,85,.6));border:1px solid rgba(158,0,92,.2);border-radius:1rem;padding:2rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);border-color:rgba(158,0,92,.5);box-shadow:0 20px 25px -5px rgba(158,0,92,.2),0 10px 10px -5px rgba(158,0,92,.1)}.feature-icon{width:3rem;height:3rem;color:var(--accent-purple);margin-bottom:1rem;background:linear-gradient(135deg,rgba(158,0,92,.2),rgba(225,29,72,.2));border-radius:.75rem;display:flex;align-items:center;justify-content:center;padding:.75rem}.feature-title{font-size:1.25rem;font-weight:700;color:var(--text-white);margin-bottom:.75rem}.feature-description{font-size:1rem;color:var(--text-light);line-height:1.6}.process-section{padding:4rem 0;background:var(--secondary-bg)}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width:768px){.process-steps{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;padding:2rem;background:linear-gradient(135deg,rgba(30,41,59,.6),rgba(51,65,85,.6));border:1px solid rgba(158,0,92,.2);border-radius:1rem;transition:all .3s ease}.process-step:hover{transform:translateY(-4px);border-color:rgba(158,0,92,.5);box-shadow:0 10px 15px -3px rgba(158,0,92,.2)}.step-number{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,var(--accent-purple) 0,var(--accent-red) 100%);font-size:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step-number,.step-title{color:var(--text-white);font-weight:700}.step-title{font-size:1.25rem;margin-bottom:.75rem}.step-description{font-size:1rem;color:var(--text-light);line-height:1.6}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--accent-purple) 0,var(--accent-red) 100%);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.2}.cta-content{text-align:center;position:relative;z-index:1;max-width:50rem;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;color:var(--text-white);margin-bottom:1rem}@media (min-width:768px){.cta-title{font-size:3rem}}.cta-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:2rem;line-height:1.6}.cta-microcopy{font-size:.875rem;color:hsla(0,0%,100%,.8);margin-top:1.5rem;font-style:italic}@media (max-width:767px){.hero-content{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.button-group{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;text-align:center;margin:0 .5rem}.about-section{text-align:center}.about-content{margin-right:0}.features-grid,.process-steps{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.125rem}}@media (max-width:480px){.hero-section{padding:4rem 0 3rem}.hero-content{padding:0 1rem}.hero-title{font-size:2rem}}