@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#fff;font-family:Times New Roman,Georgia,Palatino,serif;line-height:1.6}.fade-in-up{animation:fadeInUp 1s ease-out}h1,h2,h3,h4,h5,h6{font-family:Times New Roman,Georgia,Palatino,serif;font-weight:600;letter-spacing:.5px;line-height:1.2}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h2,h3{font-weight:600}h3{font-size:2rem}p{color:#b0b0b0;font-size:1.1rem;line-height:1.7}.btn{background:linear-gradient(135deg,#888,#aaa);border:none;border-radius:6px;color:#000;cursor:pointer;display:inline-block;font-family:Times New Roman,Georgia,Palatino,serif;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn:hover{background:linear-gradient(135deg,#aaa,#ccc);box-shadow:0 8px 25px #8888884d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #888;color:#fff}.btn-secondary:hover{background:#8888881a;border-color:#aaa}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:all .3s ease}.card:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.diamond-accent{position:relative}.diamond-accent:before{background:linear-gradient(135deg,#888,#aaa);border-radius:2px;content:"";height:20px;left:50%;position:absolute;top:-10px;transform:translateX(-50%) rotate(45deg);width:20px}.section{padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.main-content{min-height:calc(100vh - 120px);padding-top:120px}@media (max-width:768px){.main-content{padding-top:100px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width:480px){.main-content{padding-top:90px}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.3rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#050505fa;box-shadow:0 4px 20px #0000004d}.navbar-container{align-items:center;display:flex;height:120px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-brand{color:inherit;flex-shrink:0;text-decoration:none}.logo-container{align-items:center;display:flex}.navbar-logo{filter:drop-shadow(0 0 5px rgba(136,136,136,.3));height:80px;object-fit:contain;transition:all .3s ease;width:auto}.navbar-brand:hover .navbar-logo{filter:drop-shadow(0 0 8px rgba(136,136,136,.5));transform:scale(1.05)}.navbar-menu{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;margin-left:3rem}.nav-link{border-radius:6px;color:#b0b0b0;font-family:Times New Roman,Georgia,Palatino,serif;font-size:1rem;font-weight:500;letter-spacing:.3px;padding:12px 16px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:before{background:linear-gradient(90deg,#888,#aaa);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover{background:#ffffff0d;color:#fff}.nav-link:hover:before{width:80%}.nav-link.active{background:#ffffff1a;color:#fff}.nav-link.active:before{width:80%}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px}.mobile-menu-toggle span{background:#888;border-radius:1px;height:2px;transition:all .3s ease;width:25px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:1024px){.navbar-menu{gap:.5rem;margin-left:2rem}.nav-link{font-size:.95rem;padding:12px}}@media (max-width:900px){.navbar-menu{gap:.3rem;margin-left:1.5rem}.nav-link{font-size:.9rem;padding:12px 10px}}@media (max-width:1200px){.navbar-container{height:100px;padding:0 1rem}.navbar-logo{height:60px}.navbar-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050505fa;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.5rem;left:0;margin-left:0;opacity:0;padding:1rem 2rem 2rem;position:fixed;right:0;top:100px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-link{align-items:center;display:flex;font-size:1.1rem;justify-content:center;min-height:48px;padding:16px 20px;text-align:center;white-space:normal;width:100%}.mobile-menu-toggle{display:flex;padding:12px}.mobile-menu-toggle span{height:3px;width:28px}}@media (max-width:480px){.navbar-container{height:90px;padding:0 .8rem}.navbar-logo{height:50px}.navbar-menu{padding:.5rem 1.5rem 1.5rem;top:90px}.nav-link{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:44px;padding:14px 16px;white-space:normal}.mobile-menu-toggle{padding:10px}.mobile-menu-toggle span{height:2px;width:24px}}@media (max-width:360px){.navbar-container{height:80px;padding:0 .6rem}.navbar-logo{height:45px}.navbar-menu{padding:.5rem 1rem 1rem;top:80px}.nav-link{font-size:.95rem;min-height:40px;padding:12px 14px}}.hero{align-items:center;background:url(/static/media/harvard-campus.9addf08bac8a35b14c36.jpg) 100%/cover no-repeat;display:flex;min-height:80vh;overflow:hidden;position:relative}.hero-background{background:linear-gradient(90deg,#000000f2,#000c 33%,#0006 66%,#0000001a)}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:radial-gradient(circle at 30% 70%,#0000004d 0,#0000 50%),radial-gradient(circle at 70% 30%,#0003 0,#0000 50%)}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-text{animation:fadeInUp 1s ease-out;padding-right:2rem;text-align:left}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,silver);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.hero-subtitle{color:#e0e0e0;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;text-shadow:0 1px 2px #00000080}.hero-description{color:#d0d0d0;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 2px #00000080}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.hero-visual{display:none}@media (max-width:1200px){.hero{background:url(/static/media/harvard-campus.9addf08bac8a35b14c36.jpg) 50%/cover no-repeat;min-height:70vh}.hero-background{background:linear-gradient(135deg,#000c,#0009 50%,#0006)}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-text{padding-left:0;padding-right:0;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:.8rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.2rem}.hero-description{font-size:1rem;line-height:1.7;margin-bottom:1.8rem}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero{min-height:60vh;padding:1rem 0}.hero-content{gap:1.5rem}.hero-text{padding:0 1rem}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:.6rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.hero-description{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.hero-buttons{align-items:center;flex-direction:column;gap:.8rem}.btn{font-size:.95rem;max-width:200px;padding:10px 20px;width:100%}}@media (max-width:360px){.hero{min-height:55vh}.hero-title{font-size:1.8rem}.btn,.hero-description,.hero-subtitle{font-size:.9rem}.btn{padding:8px 16px}}.about-content,.about-us{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.about-content{padding:2rem 0 4rem}.about-text{margin:0 auto;max-width:900px;padding:0 2rem}.about-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,silver);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.about-text p{color:#b0b0b0;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;text-align:justify}.about-text p:last-child{margin-bottom:0}.mission{background:linear-gradient(135deg,#0f0f0f,#1f1f1f);padding:4rem 0;text-align:center}.mission-content{margin:0 auto;max-width:700px}.mission-content h2{color:#e0e0e0;font-size:2.5rem;margin-bottom:1.5rem}.mission-content p{color:#b0b0b0;font-size:1.2rem;line-height:1.6}.mission-visual{align-items:center;display:flex;justify-content:center}.diamond-pattern{height:200px;position:relative;width:200px}.diamond-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:100%;width:100%}.diamond-dot{border:2px solid #888;height:20px;margin:auto;transform:rotate(45deg);transition:all .3s ease;width:20px}.diamond-dot:hover{border-color:#aaa;transform:rotate(45deg) scale(1.2)}.values{background:linear-gradient(135deg,#0f0f0f,#1f1f1f)}.values-grid{margin-top:2rem}.value-card{padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:#e0e0e0;font-size:1.4rem;margin-bottom:1rem}.value-card p{color:#b0b0b0;line-height:1.6}@media (max-width:768px){.about-content{padding:4rem 0 2rem}.about-text{padding:0 1.5rem}.about-text h1{font-size:2.5rem;margin-bottom:1.5rem}.about-text p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;text-align:left}.mission-content h2{font-size:2rem}.mission-content p{font-size:1.1rem}.diamond-grid{gap:15px}.diamond-dot{height:15px;width:15px}}@media (max-width:480px){.about-content{padding:3rem 0 1.5rem}.about-text{padding:0 1rem}.about-text h1{font-size:2rem;margin-bottom:1.2rem}.about-text p{font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}}@media (max-width:360px){.about-content{padding:2.5rem 0 1rem}.about-text h1{font-size:1.8rem;margin-bottom:1rem}.about-text p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}}.current-members{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh;padding:40px 0 4rem;will-change:scroll-position}.members-content{margin:0 auto;max-width:1200px;padding:0 2rem}.executive-board{margin-bottom:4rem}.executive-board h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;margin-top:0;text-align:center}.executive-board .subtitle{color:#888;font-size:1.2rem;margin-bottom:2rem;text-align:center}.board-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.board-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;min-height:400px;padding:1.5rem;position:relative;text-align:center}.member-image{display:flex;justify-content:center;margin-bottom:1rem}.member-image img{border:2px solid #333;border-radius:8px;height:150px;object-fit:cover;width:150px}.member-image img[alt*=Matt]{object-position:center 30%}.member-info{display:flex;flex:1 1;flex-direction:column}.member-info h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.member-info h3,.member-position{font-family:Times New Roman,Georgia,Palatino,serif}.member-position{color:silver;font-size:.9rem;font-weight:500;margin-bottom:.8rem}.member-bio{color:#ccc;font-size:.85rem;line-height:1.4;margin-top:.5rem;text-align:center}.member-bio:empty{display:none}.linkedin-button{background:#0000;border:none;cursor:pointer;display:none;height:24px;margin:1rem auto 0;opacity:.7;width:24px}.linkedin-button:hover{opacity:1}.linkedin-button svg{fill:#fff;height:100%;width:100%}.active-partners{margin-top:4rem}.active-partners h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.partners-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.partner-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:1rem;text-align:center}.partners-footer{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1rem;text-align:center}.partners-footer p{color:#888;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.9rem;font-style:italic;margin:0}.fade-in-up{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.current-members{padding:30px 0 3rem}.members-content{padding:0 1rem}.active-partners h2,.executive-board h2{font-size:2rem}.board-cards{gap:1.5rem;grid-template-columns:1fr}.partners-list{gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.member-image img{height:120px;width:120px}.board-card{min-height:350px;padding:1rem}}@media (max-width:480px){.current-members{padding:20px 0 2rem}.active-partners h2,.executive-board h2{font-size:1.8rem}.member-image img{height:100px;width:100px}.board-card{min-height:300px}.partners-list{grid-template-columns:1fr}}.alumni{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh;padding:40px 0 4rem}.alumni-content{margin:0 auto;max-width:1200px;padding:0 2rem}.alumni-text{margin-bottom:4rem;text-align:center}.alumni-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:2rem}.alumni-text p{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.logos-grid{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(7,1fr);max-width:1200px}.company-logo{max-width:200px;min-height:80px}.company-logo img{max-height:60px}@media (max-width:768px){.alumni{padding:30px 0 3rem}.alumni-content{padding:0 1rem}.alumni-text h1{font-size:2.5rem}.alumni-text p{font-size:1.1rem}.logos-grid{gap:1.5rem;grid-template-columns:repeat(5,1fr);max-width:900px}.company-logo img{height:50px}}@media (max-width:480px){.alumni{padding:20px 0 2rem}.alumni-text h1{font-size:2rem}.alumni-text p{font-size:1rem}.logos-grid{gap:1rem;grid-template-columns:repeat(3,1fr);max-width:600px}.company-logo img{height:40px}}@media (max-width:360px){.logos-grid{gap:.8rem;grid-template-columns:repeat(2,1fr);max-width:400px}.company-logo img{height:35px}}.sponsorships{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh;padding:40px 0 4rem}.sponsorships-content{margin:0 auto;max-width:1200px;padding:0 2rem}.sponsorships-text{margin-bottom:4rem;text-align:center}.sponsorships-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:2rem}.sponsorships-text p{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.company-logos{margin-top:3rem}.logos-subtitle{color:#ccc;font-family:Times New Roman,Georgia,Palatino,serif;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.logos-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:repeat(3,1fr);justify-items:center;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:900px}.company-logo{align-items:center;display:flex;justify-content:center;max-width:250px;min-height:120px;width:100%}.company-logo img{filter:grayscale(100%) invert(100%) brightness(1.2);height:auto;max-height:100px;max-width:100%;object-fit:contain;width:auto}.no-logos{color:#888;font-style:italic;grid-column:1/-1;padding:2rem;text-align:center}.no-logos p{font-size:1.1rem;margin:0}@media (max-width:768px){.sponsorships{padding:30px 0 3rem}.sponsorships-content{padding:0 1rem}.sponsorships-text h1{font-size:2.5rem}.sponsorships-text p{font-size:1.1rem}.logos-grid{gap:2.5rem;grid-template-columns:repeat(2,1fr);max-width:600px}.company-logo{max-width:200px;min-height:100px}.company-logo img{max-height:80px}}@media (max-width:480px){.sponsorships{padding:20px 0 2rem}.sponsorships-text h1{font-size:2rem}.sponsorships-text p{font-size:1rem}.logos-grid{gap:2rem;grid-template-columns:repeat(2,1fr);max-width:400px}.company-logo{max-width:150px;min-height:80px}.company-logo img{max-height:60px}}@media (max-width:360px){.logos-grid{gap:1.5rem;grid-template-columns:repeat(1,1fr);max-width:250px}.company-logo{max-width:200px;min-height:70px}.company-logo img{max-height:50px}}.recruiting{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh;padding:40px 0 4rem}.recruiting-content{margin:0 auto;max-width:1200px;padding:0 2rem}.recruiting-text{margin-bottom:4rem;text-align:center}.recruiting-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:2rem}.recruiting-text p{color:#ccc;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.email-link{white-space:nowrap}@media (max-width:768px){.recruiting{padding:30px 0 3rem}.recruiting-content{padding:0 1rem}.recruiting-text h1{font-size:2.5rem}.recruiting-text p{font-size:1.1rem}}@media (max-width:480px){.recruiting{padding:20px 0 2rem}.recruiting-text h1{font-size:2rem}.recruiting-text p{font-size:1rem}}.footer{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-top:1px solid #ffffff1a;margin-top:auto;padding:2rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.footer-section h4{color:#e0e0e0;font-family:Times New Roman,Georgia,Palatino,serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem;position:relative}.footer-section h4:after{background:linear-gradient(90deg,#888,#0000);bottom:-5px;content:"";height:2px;left:0;position:absolute;width:30px}.footer-brand{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.footer-brand .diamond-logo{align-items:center;display:flex;height:80px;justify-content:center;width:80px}.footer-logo{filter:drop-shadow(0 0 8px rgba(136,136,136,.3));height:100%;object-fit:contain;transition:all .3s ease;width:100%}.footer-brand:hover .footer-logo{filter:drop-shadow(0 0 12px rgba(136,136,136,.5));transform:scale(1.1)}.footer-links{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:0}.footer-links a{color:#b0b0b0;display:inline-block;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.95rem;padding:4px 0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{border:1px solid #ffffff1a;border-radius:6px;color:#b0b0b0;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.9rem;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffffff0d;border-color:#888;color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-bottom-content p{color:#888;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#888;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.9rem;padding:4px 0;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#b0b0b0}.footer-link-button{background:none;border:none;color:#888;cursor:pointer;font-family:Times New Roman,Georgia,Palatino,serif;font-size:.9rem;padding:4px 0;text-decoration:none;transition:color .3s ease}.footer-link-button:hover{color:#b0b0b0}@media (max-width:768px){.footer{padding:1.5rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-brand{align-items:center}.footer-brand .diamond-logo{height:60px;width:60px}.footer-section{text-align:center}.footer-section h4:after{left:50%;transform:translateX(-50%)}.footer-links{align-items:center;display:flex;flex-direction:column;grid-template-columns:1fr}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer{padding:1rem 0 .8rem}.footer-container{padding:0 .8rem}.footer-content{gap:1.2rem}.footer-brand .diamond-logo{height:50px;width:50px}.footer-links a{font-size:.9rem;padding:6px 0}.social-link{font-size:.85rem;padding:10px 14px}.footer-bottom-links{flex-direction:column;gap:.5rem}.footer-bottom-links a{padding:6px 0}}@media (max-width:360px){.footer{padding:.8rem 0 .6rem}.footer-container{padding:0 .6rem}.footer-content{gap:1rem}.footer-brand .diamond-logo{height:45px;width:45px}.footer-links a{font-size:.85rem;padding:8px 0}.social-link{font-size:.8rem;padding:8px 12px}}
/*# sourceMappingURL=main.93e379bf.css.map*/