@import"https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap";.nav-item{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:16px;color:#333;padding:0 10px;transition:color .3s ease-in-out;position:relative}.nav-item i{font-size:20px;transition:transform .3s ease-in-out}.top-navbar{display:flex;justify-content:space-around;align-items:center;padding:8px 20px;background-color:#f8f9fa;border-bottom:2px solid #ddd;position:fixed;top:0;width:100%;z-index:1000;gap:40px}.logo-title{display:flex;align-items:center}.logo{height:40px;margin-right:10px}.title{font-size:1.4rem;font-weight:700;text-transform:uppercase;font-weight:500}.nav-links{display:flex;gap:20px}.nav-item{gap:4px;transition:all .2s}.nav-item:hover{color:gray}.lang-mobile{display:none}.bottom-navbar{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;width:100%;background-color:#f8f9fa;border-top:1px solid #ddd}.bottom-navbar .nav-item{flex-direction:column;font-size:.8rem}.nav-item.active{font-weight:700}.nav-item.active[href="/"],.nav-item.active[href="/discover"],.nav-item.active[href="/mystartup"]{color:#ff5733!important}.nav-item.active i{animation:rotateStar .5s ease-in-out}.nav-item.active span{background-color:#fabda5c4;padding:2px 6px;border-radius:10px}@keyframes rotateStar{0%{transform:rotate(0) scale(1)}50%{transform:rotate(10deg) scale(1.2)}to{transform:rotate(0) scale(1)}}@media (min-width: 768px){.bottom-navbar{display:none}}@media (max-width: 767px){.lang-mobile{display:block}.top-navbar{display:none}.nav-item{flex-direction:column;text-align:center;gap:4px;padding:10px}}:root{--primary-color: #FF5733;--secondary-color: #4A90E2;--tertiary-color: #50C878;--black: #272020;--gradient-bg: linear-gradient(135deg, #fff8f6 0%, #fff 100%);--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 10px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px rgba(0, 0, 0, .1);--card-bg: rgba(255, 255, 255, .9);--featured-gradient: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);--footer-bg: #1a1a1a}.home-container{width:100%;overflow-x:hidden}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:2.2rem;color:var(--black);margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:10px}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.hero-section{width:100%;padding:60px 20px 0;background:var(--gradient-bg);overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-text{flex:1;padding:20px 0}.hero-text h1{font-size:2.8rem;color:var(--black);font-weight:700;line-height:1.2;margin-bottom:16px}.hero-subtitle{font-size:1.25rem;color:var(--primary-color);font-weight:600;margin-bottom:16px}.hero-description{font-size:1rem;color:#555;line-height:1.6;margin-bottom:24px}.hero-stats{display:flex;justify-content:flex-start;gap:40px;margin-bottom:32px}.stat-item{display:flex;flex-direction:column;align-items:flex-start}.stat-number{font-size:1.8rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.9rem;color:#666}.submit-button{background-color:var(--primary-color);color:#fff;border:none;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:var(--shadow-sm)}.submit-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background-color:#e64a2e}.submit-button i{font-size:1.2rem;transition:transform .3s ease}.submit-button:hover i{transform:translate(4px)}.hero-image{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-image img{max-width:100%;max-height:100%;object-fit:contain;z-index:1}.floating-card{position:absolute;background:var(--card-bg);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-md);z-index:2;animation:float 4s ease-in-out infinite}.card-1{top:20%;left:0;animation-delay:0s}.card-2{top:45%;right:5%;animation-delay:1s}.card-3{bottom:20%;left:10%;animation-delay:2s}.card-icon{font-size:1.5rem}.card-text{font-weight:600;color:var(--black)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.trending-startups{padding:0 20px;background-color:#f9f9f9}.trending-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.trending-card{position:relative;background-color:#fff7f7;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;text-decoration:none;color:inherit;display:block}.trending-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.trending-rank{position:absolute;top:20px;right:20px;background-color:var(--primary-color);color:#fff;font-weight:700;font-size:1rem;padding:8px 12px;border-radius:30px;z-index:1}.trending-content{padding:24px}.trending-content h3{font-size:1.5rem;margin-bottom:2px;color:var(--black)}.funding-amount{display:flex;align-items:center;gap:8px;font-weight:600;color:#50c878;margin-bottom:8px;margin-top:-2px}.funding-amount i{font-size:1.2rem}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tag{background-color:#f0f0f0;color:#666;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.founder-info{display:flex;align-items:center;gap:10px;border-top:2px solid #eee}.founder-info i{font-size:1.5rem;color:#666}.founder-name{font-weight:600;color:var(--black);margin-bottom:0}.founder-college{font-size:.85rem;color:#666;margin-top:2px}.view-more{display:flex;justify-content:center}.view-more button{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color);padding:12px 24px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.view-more button:hover{background-color:var(--primary-color);color:#fff}.view-more button i{transition:transform .3s ease}.view-more button:hover i{transform:translate(4px)}.featured-startup{padding:40px 20px;background:linear-gradient(135deg,#f6f0ff,#fff)}.featured-card{display:flex;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative;gap:20px;width:80%;height:max-content;margin:auto}.featured-content{flex:1.5;padding:30px 10px 30px 30px;display:flex;flex-direction:column}.featured-header{margin-bottom:0}.featured-badge{display:inline-flex;align-items:center;gap:6px;background:var(--featured-gradient);color:#fff;padding:8px 16px;border-radius:50px;font-weight:600;font-size:.9rem;margin-top:-30px}.featured-badge i{font-size:1.1rem}.featured-header h3{font-size:2rem;color:var(--black);margin-top:20px}.featured-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:0;margin-top:-20px}.achievement{display:flex;align-items:center;gap:10px;padding:12px 10px;background-color:#f0f7ff;border-radius:8px;margin-bottom:24px;font-size:.9rem}.achievement i{color:var(--secondary-color);font-size:1.2rem}.achievement span{font-weight:600;color:var(--secondary-color)}.connect-button{background-color:var(--secondary-color);color:#fff;border:none;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;margin-top:20px;align-self:flex-start}.connect-button:hover{background-color:#3c7dd9;transform:translateY(-2px)}.featured-image{flex:1;padding:40px;display:flex;align-items:center;justify-content:center}.image-container{position:relative;width:280px;height:100%;display:flex;align-items:center;justify-content:center}.image-container img{width:90%;height:100%;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-md)}.crown-icon{position:absolute;top:-20px;right:20px;font-size:2.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));z-index:2;animation:float 3s ease-in-out infinite}.testimonials-section{padding:10px 20px 80px;background-color:#fff}.testimonials-container{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background-color:#ececec;border-radius:16px;padding:30px;position:relative;box-shadow:var(--shadow-sm);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.quote-icon{font-size:3rem;color:var(--primary-color);opacity:.5;position:absolute;top:15px;left:20px;line-height:.7}.testimonial-quote{font-size:1rem;line-height:1.6;color:#555;margin-bottom:0;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:10px}.author-avatar{width:50px;height:50px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.author-name{font-weight:600;color:var(--black);margin-bottom:-10px}.author-position{font-size:.85rem;color:#666;margin-bottom:-10px}.author-college{font-size:.85rem;color:#666}.footer{background-color:var(--footer-bg);color:#fff;padding:60px 20px 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px}.footer-column h4{font-size:1.2rem;margin-bottom:20px;color:#f9f9f9}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#b0b0b0;text-decoration:none;transition:color .2s ease}.footer-column ul li a:hover{color:var(--primary-color)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #333}.heart{color:red;display:inline-block;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.social-icons{display:flex;gap:15px}.social-icon{width:36px;height:36px;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-icon:hover{background-color:var(--primary-color);transform:translateY(-3px)}.social-icon i{font-size:1.2rem}@media (max-width: 1024px){.trending-cards,.testimonials-container{grid-template-columns:repeat(2,1fr)}.featured-card{flex-direction:column}.featured-image{order:-1;padding-bottom:0}}@media (max-width: 992px){.hero-content{flex-direction:column}.hero-text{order:1;text-align:center;padding:0}.hero-stats{justify-content:center}.stat-item{align-items:center}.hero-image{order:0;height:400px;margin-bottom:20px}.submit-button{margin:0 auto}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-header h2{font-size:1.8rem}.hero-text h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.trending-cards,.testimonials-container{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:20px}.stat-item{width:45%}.featured-content{padding:25px}.featured-header h3{font-size:1.6rem}.featured-description{font-size:1rem}}@media (max-width: 576px){.hero-text h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-stats{justify-content:space-between}.stat-item{width:100%}.stat-number{font-size:1.5rem}.submit-button{width:100%;justify-content:center}.footer-links{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.trending-rank{top:15px;right:15px;padding:4px 8px;font-size:.8rem}.trending-content{padding:20px}.trending-content h3{font-size:1.3rem}.achievement{padding:10px 15px}.connect-button{width:100%;justify-content:center}.testimonial-card{padding:25px 20px}.quote-icon{font-size:2.5rem}}.featured-card{background:linear-gradient(135deg,#f8f0d3,#fff);border:1px solid #e6d28c}.featured-badge{background:linear-gradient(to right,#f9d423,#e6b422)}.achievement{background-color:#f9d4231a}.achievement i,.achievement span{color:#d4af37}.connect-button{background:linear-gradient(to right,#d4af37,#f9d423);color:#272020;font-weight:700;transition:all .3s ease}.connect-button:hover{background:linear-gradient(to right,#b49330,#e6b422);transform:translateY(-2px);box-shadow:0 8px 15px #d4af3733}@media (max-width: 480px){.hero-image{height:300px}.floating-card{padding:8px 12px}.card-1{top:15%;left:5%}.card-2{top:40%;right:5%}.card-3{bottom:15%;left:5%}.card-icon{font-size:1.2rem}.card-text{font-size:.9rem}.section-container{padding:0 15px}.trending-startups,.featured-startup,.testimonials-section{padding:50px 15px}.footer{padding:40px 15px 20px}.image-container img{max-height:200px}}@media (max-width: 768px){.trending-card,.testimonial-card,.featured-card,.submit-button,.connect-button,.view-more button,.social-icon,.footer-column ul li a{transition:all .2s ease}.trending-card:active,.testimonial-card:active{transform:scale(.98)}.submit-button:active,.connect-button:active,.view-more button:active{transform:scale(.95)}.social-icon:active{transform:scale(.9)}}@media (max-width: 320px){.hero-text h1{font-size:1.5rem}.trending-content h3,.featured-header h3{font-size:1.2rem}.featured-description{font-size:.9rem}}.discover-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.discover-hero{text-align:center;margin-bottom:3rem;padding:3rem 1rem;background:linear-gradient(135deg,#f0f9ff,#e2f1ff);border-radius:12px}.discover-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,#3b82f6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.discover-hero p{font-size:1.25rem;color:#4b5563;max-width:800px;margin:0 auto 2rem}.search-section{margin:2rem 0}.search-box{max-width:600px;margin:0 auto;display:flex;position:relative}.search-box input{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f64d}.search-button{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#6b7280;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.discover-tabs{display:flex;justify-content:center;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab-button{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:transparent;border:none;color:#6b7280;cursor:pointer;position:relative;transition:all .3s ease}.tab-button:hover,.tab-button.active{color:#3b82f6}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#3b82f6}.filter-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.category-tag{padding:.5rem 1rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.category-tag:hover{background-color:#e5e7eb}.category-tag.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.startups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.startup-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer;border:1px solid #e5e7eb}.startup-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.startup-logo{display:flex;align-items:center;justify-content:center;height:100px;width:300px;padding:1rem;background-color:#f9fafb}.startup-logo img{width:250px;height:80px;object-fit:contain}.placeholder-logo{width:60px;height:60px;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border-radius:8px}.startup-info{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.startup-info h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#111827}.startup-category{display:inline-block;padding:.25rem .5rem;background-color:#f3f4f6;color:#4b5563;border-radius:4px;font-size:.75rem;margin-bottom:.75rem}.startup-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.startup-metrics{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.funding-status{font-size:.75rem;font-weight:500}.funded{color:#10b981}.seeking{color:#f59e0b}.upvote-button{display:flex;align-items:center;gap:.25rem;background-color:#f3f4f6;border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.upvote-button:hover{background-color:#e5e7eb}.upvote-button.upvoted{background-color:#bfdbfe;color:#3b82f6}.upvote-count{font-size:.875rem;font-weight:600}.investors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.investor-card{display:flex;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.investor-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.investor-avatar{flex-shrink:0;width:80px;height:80px;margin-right:1rem}.investor-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.placeholder-avatar{width:100%;height:100%;background-color:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border-radius:50%}.investor-info{flex-grow:1}.investor-info h3{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:#111827}.investor-title{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.investor-bio{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.investor-focus h4{font-size:.875rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.focus-tags{display:flex;flex-wrap:wrap;gap:.25rem}.focus-tag{padding:.125rem .5rem;background-color:#f3f4f6;border-radius:20px;font-size:.75rem;color:#4b5563}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0}.loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid #e5e7eb;border-top-color:#3b82f6;animation:spinner 1s linear infinite;margin-bottom:1rem}@keyframes spinner{to{transform:rotate(360deg)}}.no-results{text-align:center;padding:3rem;background-color:#f9fafb;border-radius:12px;border:1px dashed #e5e7eb}.no-results h3{font-size:1.25rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.no-results p{color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.startup-detail-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative}.close-modal{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b7280;z-index:10}.close-modal:hover{color:#111827}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;position:sticky;top:0;background-color:#fff;z-index:5}.modal-logo{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-right:1.5rem}.modal-logo img{max-width:100%;max-height:100%;object-fit:contain}.placeholder-modal-logo{width:80px;height:80px;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border-radius:8px}.modal-title{flex-grow:1}.modal-title h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827}.modal-category{display:inline-block;padding:.25rem .75rem;background-color:#f3f4f6;color:#4b5563;border-radius:20px;font-size:.875rem}.modal-body{padding:1.5rem}.modal-section{margin-bottom:2rem}.modal-section h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.modal-section p{color:#4b5563;line-height:1.6}.modal-metrics{margin-bottom:2rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.metric-card{background-color:#f9fafb;padding:1rem;border-radius:8px;text-align:center}.metric-card h4{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.metric-value{font-size:1.5rem;font-weight:700;color:#111827}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}.team-member{text-align:center}.member-avatar{width:80px;height:80px;margin:0 auto .75rem}.team-member h4{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#111827}.team-member p{font-size:.875rem;color:#6b7280}.funding-history{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.funding-round{background-color:#f9fafb;padding:1rem;border-radius:8px;text-align:center}.funding-round h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#111827}.funding-amount{font-size:1.25rem;font-weight:700;color:#10b981;margin-bottom:.25rem}.funding-date{font-size:.75rem;color:#6b7280}.charts-section{margin-bottom:2rem}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.chart-container{background-color:#f9fafb;padding:1rem;border-radius:8px}.chart-container h4{font-size:1rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#4b5563}.patents-list{display:flex;flex-direction:column;gap:1rem}.patent-item{background-color:#f9fafb;padding:1rem;border-radius:8px}.patent-item h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#111827}.patent-id{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.patent-date{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.patent-description{font-size:.875rem;color:#4b5563}.contact-section{background-color:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:0}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#3b82f6;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width: 768px){.discover-hero h1{font-size:2rem}.discover-hero p{font-size:1rem}.charts-grid{grid-template-columns:1fr}.modal-header{flex-direction:column;text-align:center}.modal-logo{margin-right:0;margin-bottom:1rem}.startup-detail-modal{max-width:95%}}@media (max-width: 640px){.startups-grid,.investors-grid{grid-template-columns:1fr}.tab-button{padding:.75rem 1rem}.modal-overlay{padding:.5rem}.metrics-grid,.team-grid,.funding-history{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.metrics-grid,.team-grid,.funding-history{grid-template-columns:1fr}.discover-hero{padding:2rem 1rem}.discover-hero h1{font-size:1.75rem}}@media (max-width: 767px){.home-title{display:flex;align-items:center;justify-content:flex-start;padding:6px 16px;position:fixed;top:0;width:100vw;background:#ffffff75;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(9.4px);-webkit-backdrop-filter:blur(9.4px);border:1px solid rgba(255,255,255,.3);z-index:7}.home-title span{font-size:1.2rem}.home-title img{height:32px}}:root{--primary-color: #FF5733;--black:#272020}body{font-family:var(--font-family);--font-family: "Host Grotesk", sans-serif;background-color:#f8f9fa;color:var(--black);margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}*{-webkit-tap-highlight-color:transparent}button,a{outline:none;box-shadow:none}
