.cta-button{display:inline-block;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.cta-button.primary{background:var(--color-bg-white);color:var(--color-primary)}.cta-button.secondary{background:transparent;color:var(--color-bg-white);border:2px solid var(--color-bg-white)}.cta-section .cta-button.primary{background:var(--color-bg-white);color:var(--color-primary)}.cta-section .cta-button.secondary{background:transparent;color:var(--color-bg-white);border:2px solid var(--color-bg-white)}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-bg-white);text-align:center;padding:5rem 0}.cta-section h2{font-size:2rem;margin:0 0 2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.cta-section{padding:3rem 0}}@font-face{font-family:DIN Condensed;src:url(/din_condensed_bold.ttf) format("truetype");font-weight:700;font-style:normal}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--color-bg-white);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);z-index:0}.hero-background:after{content:"";position:absolute;top:-30%;right:-20%;width:120%;height:120%;background-image:url(/sunshine.svg);background-size:contain;background-repeat:no-repeat;background-position:top right;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{position:relative;z-index:1;padding:2rem;transform:translateY(-5%)}.hero-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2rem}.hero-symbol{width:120px;height:120px;margin-bottom:1rem}.hero-title{font-family:DIN Condensed,sans-serif;font-size:4rem;font-weight:700;margin:0;letter-spacing:.3em}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin:0 auto 3rem;max-width:800px;text-align:center}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}}.about-us{background:var(--color-bg-light);padding:5rem 0}.about-content{max-width:900px;margin:0 auto}.about-content p{line-height:1.8;margin-bottom:1.5rem;color:var(--color-text-secondary)}.about-content h4{font-size:1.5rem;margin:2.5rem 0 1rem;color:var(--color-text-primary)}.about-content strong{color:var(--color-accent);font-weight:600}.core-business{background:var(--color-bg-white);padding:5rem 0}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 auto 4rem;max-width:900px}.business-card{background:var(--color-bg-light);padding:2rem;border-radius:8px;text-align:center}.business-card h4{font-size:1.5rem;margin:0 0 1rem;color:var(--color-text-primary)}.business-card ul{list-style:none;padding:0;margin:0}.business-card li{color:var(--color-text-tertiary);position:relative;padding:.5rem 0 .5rem 1.5rem;text-align:left}.business-card li:before{content:"•";position:absolute;left:0;color:var(--color-accent);font-weight:700}.tech-stack{display:flex;flex-direction:column;gap:3rem;margin:3rem auto 0;max-width:900px}.tech-item{background:var(--color-bg-light);padding:2rem;border-radius:8px;position:relative;overflow:hidden}.tech-item:before{content:"";position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);width:500px;height:400px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.125;z-index:0}.tech-item:nth-child(1):before{background-image:url(/programming_languages/react.svg),url(/programming_languages/typescript.svg);background-position:calc(50% - 130px) center,calc(50% + 110px) center;background-size:225px 225px,180px 180px}.tech-item:nth-child(2):before{background-image:url(/programming_languages/go.svg);width:400px}.tech-item:nth-child(3):before{background-image:url(/programming_languages/python.svg);width:400px;background-size:75%}.tech-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.tech-item h4{font-size:1.75rem;margin:0;color:var(--color-accent)}.tech-item p{position:relative;z-index:1;line-height:1.8;margin-bottom:1rem;color:var(--color-text-secondary)}@media(max-width:768px){.business-grid{grid-template-columns:1fr}}.supporting-services{background:var(--color-bg-light);padding:5rem 0}.service-content{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.service-image{display:flex;justify-content:center}.service-image img{height:auto;border-radius:8px}.service-text p{line-height:1.8;margin-bottom:2rem;color:var(--color-text-secondary)}.service-details{display:flex;flex-direction:column;gap:2rem}.service-detail-item h4{font-size:1.25rem;margin:0 0 .75rem;color:var(--color-accent)}.service-detail-item p{margin:0;line-height:1.8;color:var(--color-text-secondary)}@media(max-width:768px){.supporting-services{padding:3rem 0}}.particles-canvas-container{position:relative;width:100%;height:400px;overflow:hidden;background:var(--color-bg-light)}#particles-canvas{width:100%;height:100%;display:block}@media(max-width:768px){.particles-canvas-container{height:300px}}.design-philosophy{background:var(--color-bg-white);padding:5rem 0}.philosophy-content{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.philosophy-image{display:flex;justify-content:center}.philosophy-image img{height:auto;border-radius:8px}.philosophy-text{display:flex;flex-direction:column;gap:2rem}.philosophy-item h4{font-size:1.25rem;margin:0 0 1rem;color:var(--color-accent)}.philosophy-item p{line-height:1.8;margin-bottom:1rem;color:var(--color-text-secondary)}@media(max-width:768px){.design-philosophy{padding:3rem 0}}.philosophy-image-canvas{position:relative;width:100%;height:600px;overflow:hidden}.countdown-timer{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:700;color:var(--color-text-secondary);z-index:10}.shapes-container{position:relative;width:100%;height:100%}.shape{position:absolute}.shape-circle{border-radius:50%}@media(max-width:768px){.philosophy-image-canvas{height:300px}.countdown-timer{font-size:1.5rem;top:.5rem;right:.5rem}}.note-section{background:var(--color-bg-light);padding:5rem 0}.note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.note-card{background:var(--color-bg-white);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--color-shadow-light);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.note-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px var(--color-shadow-medium)}.note-card-image{width:100%;height:200px;overflow:hidden;background:var(--color-bg-light)}.note-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.note-card:hover .note-card-image img{transform:scale(1.05)}.note-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.note-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:var(--color-text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.note-card-description{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-card-hashtags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.hashtag{font-size:.8rem;color:var(--color-accent);background:#1a237e1a;padding:.25rem .75rem;border-radius:12px;font-weight:500}.note-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-bg-light)}.note-card-date{font-size:.85rem;color:var(--color-text-tertiary);margin:0}.note-card-likes{font-size:.85rem;color:var(--color-accent);margin:0;font-weight:600}.note-placeholder{min-height:200px;background:var(--color-bg-white);border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center}.note-placeholder p{color:#999;font-size:1.1rem}.error-message{text-align:center;color:#d32f2f;font-size:1rem;padding:1rem}@media(max-width:768px){.note-section{padding:3rem 0}.note-grid{grid-template-columns:1fr}}main[data-astro-cid-j7pv25f6]{width:100%}
