@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Great+Vibes&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:#250049;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}#root{justify-content:center;width:100%;display:flex}.app-wrapper{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}.portfolio-container{background-color:#7915ff;border-radius:40px;flex-direction:column;width:100%;max-width:1400px;height:850px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.navbar{z-index:10;justify-content:space-between;padding:2.5rem 3.5rem;display:flex}.logo-container{background-color:#ebdff4;border:1.5px solid #111;border-radius:50px;align-items:center;padding:.6rem 1.8rem;display:flex}.desktop-only{display:flex}.mobile-only{display:none!important}.mobile-break{display:none}.menu-btn{cursor:pointer;background-color:#ebdff4;border:1.5px solid #111;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.menu-icon{background-color:#111;border-radius:5px;width:3px;height:20px}.logo-text{color:#111;font-size:1.1rem;font-weight:800}.nav-links-container{background-color:#fff;border-radius:50px;align-items:center;gap:2.5rem;padding:.8rem 2.5rem;display:flex}.nav-link{color:#111;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s}.nav-link:hover{color:#7915ff}.bg-text{color:#e5d8f8;z-index:1;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;text-align:center;width:100%;font-size:clamp(90px,14.8vw,238px);font-weight:900;line-height:1;position:absolute;top:32%;left:50%;transform:translate(-50%,-50%)}.main-content{z-index:5;flex:1;padding:0 3.5rem;display:flex;position:relative}.left-col{z-index:10;flex-direction:column;flex:1;justify-content:flex-start;max-width:65%;padding-top:10.8rem;padding-bottom:2rem;display:flex}.text-line-1{color:#111;letter-spacing:-2px;margin-bottom:-.5rem;font-size:4.5rem;font-weight:900;line-height:1}.text-line-2-container{align-self:flex-start;margin-bottom:-.2rem;display:inline-block;transform:rotate(-3deg)}.text-line-2{color:#fff;letter-spacing:-2px;white-space:nowrap;background-color:red;border-radius:50px;padding:.1rem 1.2rem;font-size:3.8rem;font-weight:900}.text-line-3,.text-line-4{color:#111;letter-spacing:-3px;font-size:6.5rem;font-weight:900;line-height:.85}.text-line-4{margin-bottom:1.5rem}.description{color:#111;text-align:justify;max-width:480px;margin-bottom:2.5rem;font-size:1rem;font-weight:500;line-height:1.6}.buttons-container{align-items:center;gap:1.5rem;display:flex}.btn-hire{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:50px;align-items:center;gap:1.2rem;padding:.6rem .6rem .6rem 1.8rem;font-size:1rem;font-weight:700;transition:transform .2s;display:flex}.btn-hire:hover{transform:scale(1.05)}.arrow-circle{color:red;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;display:flex}.btn-cv{color:#fff;cursor:pointer;background-color:#0000;border:2px solid red;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.btn-cv:hover{background-color:red}.right-col{z-index:5;flex:1;height:85%;position:absolute;bottom:0;right:5%}.profile-image{object-fit:cover;height:100%}@media (width<=900px){.portfolio-container{flex-direction:column;height:auto;min-height:auto;padding-bottom:0}.navbar{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1.5rem}.desktop-only{display:none!important}.mobile-only{display:flex!important}.nav-links-container.open{z-index:100;background-color:#f1e4ff;border:1.5px solid #111;border-radius:20px;flex-direction:column;align-items:center;gap:0;width:80vw;padding:0 1.5rem;position:absolute;top:4rem;left:50%;transform:translate(-50%);display:flex!important}.nav-links-container.open .nav-link{text-align:center;border-bottom:1px solid #1111111a;width:100%;padding:1rem 0}.nav-links-container.open .nav-link:last-child{border-bottom:none}.nav-links-container{flex-wrap:wrap;justify-content:center;gap:1rem;padding:.8rem 1.5rem}.main-content{text-align:center;flex-direction:column;align-items:center;padding:0 2rem}.left-col{align-items:center;max-width:100%;padding-top:3rem}.text-line-2-container{margin-bottom:.2rem;margin-left:3vh}.bg-text{font-size:clamp(40px,15vw,120px);top:20%}.text-line-1{margin-bottom:.2rem;font-size:2.5rem}.text-line-2{padding:.2rem 1.2rem;font-size:2.2rem}.text-line-3,.text-line-4{letter-spacing:-2px;font-size:3rem}.description{max-width:100%;font-size:.95rem}.buttons-container{z-index:20;flex-direction:row;justify-content:center;gap:1.5rem;position:relative;top:2.5rem}.right-col{z-index:5;flex:none;width:100%;height:400px;margin-top:-6rem;position:relative}.profile-image{object-fit:contain;width:auto;height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}}@media (width<=600px){.navbar{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1rem}.bg-text{opacity:.5}.logo-container{padding:.4rem 1.2rem}.logo-text{font-size:1.2rem}.menu-btn{width:40px;height:40px}.menu-icon{width:2.5px;height:16px}.portfolio-container{min-height:95vh}.desktop-only{display:none!important}.mobile-only{display:flex!important}.nav-links-container{gap:.8rem}.nav-link{font-size:.75rem}.main-content{padding:0 1rem}.left-col{padding-top:2rem;padding-bottom:0}.bg-text{text-align:left;font-size:27vw;line-height:.85;top:22%;left:0;transform:translateY(-50%)}.mobile-break{display:block}.text-line-1{margin-bottom:-.2rem;font-size:3rem}.text-line-2-container{align-self:center;margin-left:0}.text-line-2{white-space:nowrap;border-radius:30px;padding:.2rem 1rem;font-size:2rem}.text-line-3,.text-line-4{letter-spacing:-1.5px;font-size:3.4rem}.description{text-align:center;margin-bottom:2rem;font-size:1.05rem;line-height:1.3}.buttons-container{gap:.8rem;top:15rem}.btn-hire{padding:.35rem .35rem .35rem .8rem;font-size:.75rem}.arrow-circle{width:32px;height:32px;margin-left:.6rem;font-size:1rem}.btn-cv{padding:.65rem 1rem;font-size:.75rem}.right-col{z-index:5;flex:none;height:450px;margin-top:-5rem}}.projects-wrapper{color:#fff;flex-direction:column;width:100%;max-width:1400px;margin-top:2rem;padding:0 1rem;font-family:Outfit,sans-serif;display:flex}.projects-header-container{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex;position:relative}.projects-header-left{position:relative}.projects-pill{color:#111;z-index:2;background-color:#fff;border-radius:50px;margin-bottom:1rem;margin-left:1rem;padding:.8rem 2rem;font-size:1.2rem;font-weight:800;display:inline-block;position:relative}.projects-huge-text{color:#ebdff4;letter-spacing:-5px;margin:0;font-size:clamp(100px,15vw,250px);font-weight:900;line-height:.8}.projects-header-right{text-align:right;flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.phr-text-block{color:#a78bfa;letter-spacing:1px;font-family:monospace;font-size:.9rem}.phr-stats-block{flex-direction:column;gap:.3rem;font-family:monospace;display:flex}.phr-stat-row{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.phr-stat-num{color:#fff;font-size:1.2rem;font-weight:700}.phr-stat-label{color:#a78bfa;letter-spacing:1px;font-size:1rem}.phr-cross-icon{background:linear-gradient(red 0 0) 50%/10px 100% no-repeat,linear-gradient(red 0 0) 50%/100% 10px no-repeat;width:30px;height:30px;margin-top:1rem;display:inline-block}.view-all-projects-btn{color:#111;letter-spacing:1px;cursor:pointer;background-color:#fff;border:1px solid #fff;border-radius:50px;align-items:center;gap:.6rem;margin-top:.8rem;padding:.8rem 1.6rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;transition:all .3s;display:inline-flex}.view-all-projects-btn:hover{color:#fff;background-color:#fff0;transform:translateY(-2px)scale(1.03)}.projects-grid{flex-direction:column;gap:1rem;display:flex}.project-card{border-radius:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.featured-card{background-color:red;align-items:center;min-height:500px;display:flex}.featured-content{z-index:10;flex-direction:column;flex:1;align-items:flex-start;max-width:45%;padding:4rem;display:flex}.featured-pill{color:#fff;text-transform:uppercase;border:1px solid #fff;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:600}.featured-pill.dark-text{color:#111;border-color:#111}.project-title{margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1}.project-desc{margin-bottom:2rem;font-size:1.2rem;font-weight:500;line-height:1.4}.project-tags{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.p-tag{border-radius:50px;padding:.4rem 1.5rem;font-size:.9rem;font-weight:600}.outline-tag{color:#fff;border:1px solid #fff}.outline-tag.dark-outline{color:#111;border:1px solid #111}.view-project-btn{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:50px;align-items:center;gap:1rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;display:flex}.view-project-btn:hover{transform:scale(1.05)}.featured-image-container{pointer-events:none;z-index:5;width:45%;height:115%;position:absolute;bottom:-30px;left:45%}.featured-img{object-fit:contain;object-position:bottom;mix-blend-mode:multiply;width:100%;height:100%}.featured-watermark-container{z-index:1;align-items:center;gap:2rem;display:flex;position:absolute;top:10%;right:2rem}.watermark-number{color:#d10000;font-size:18rem;font-weight:900;line-height:.8}.watermark-text{color:#d10000;letter-spacing:2px;font-size:1.2rem;font-weight:700;line-height:1.5}.watermark-number.wm-red,.watermark-text.wm-red{color:#d10000}.watermark-number.wm-purple,.watermark-text.wm-purple{color:#5d07ce}.watermark-number.wm-white,.watermark-text.wm-white{color:#1111110d}.interactive-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.interactive-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0006}.projects-subgrid{grid-template-columns:1fr 1fr 1fr;gap:1rem;min-height:380px;display:grid}.small-card{flex-direction:row;justify-content:space-between;padding:2.5rem;display:flex}.card-purple{background-color:#7915ff}.card-white{background-color:#fff}.card-red{background-color:red}.sc-content{z-index:10;flex-direction:column;align-items:flex-start;width:45%;display:flex}.sc-number{margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1}.sc-title{margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1}.sc-desc{margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.3}.sc-arrow-btn{cursor:pointer;z-index:20;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;transition:transform .2s;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.sc-arrow-btn:hover{transform:scale(1.1)}.white-bg{color:#111;background-color:#fff}.purple-bg{color:#fff;background-color:#7915ff}.dark-text{color:#111}.sc-image-container{z-index:5;width:52%;height:90%;position:absolute;bottom:0;right:0}.card-white .sc-image-container{width:50%;height:70%;bottom:1.5rem;right:1.5rem}.card-red .sc-image-container{width:52%;height:85%;bottom:0;right:0}.small-card .project-tags{gap:.5rem;margin-top:auto;margin-bottom:0}.small-card .p-tag{padding:.3rem .8rem;font-size:.75rem}.sc-img{object-fit:cover;border-radius:15px;width:100%;height:100%;box-shadow:0 10px 20px #0000004d}.sc-img.no-bg-img{object-fit:contain;box-shadow:none}@media (width<=1200px){.projects-subgrid{grid-template-columns:1fr;height:auto}.small-card{min-height:350px}}@media (width<=900px){.projects-header-container{flex-direction:column;align-items:flex-start;gap:2rem}.projects-header-right{text-align:left;align-items:flex-start;padding-left:1rem}.phr-stat-row{flex-direction:row-reverse;justify-content:flex-end}.featured-card{flex-direction:column;height:auto}.featured-content{max-width:100%;padding:2rem}.featured-image-container{width:100%;height:300px;position:relative;bottom:0;left:0}.featured-watermark-container{display:none}.small-card{flex-direction:column;height:auto;padding:2rem}.sc-content{width:100%;margin-bottom:2rem}.sc-image-container{width:100%;height:250px;position:relative;bottom:0;right:0}.card-white .sc-image-container,.card-red .sc-image-container{width:100%;height:250px;bottom:0;right:0}.sc-img{object-position:top}}@media (width<=600px){.projects-huge-text{letter-spacing:-2px;font-size:3.5rem}.projects-pill{margin-bottom:-1rem;padding:.5rem 1.2rem;font-size:.9rem}.project-title{font-size:2.5rem}.featured-content{padding:1.5rem}}.about-wrapper{justify-content:center;width:100%;padding:0;display:flex}.about-container{border:3px solid #fff3;border-radius:40px;flex-direction:column;gap:4rem;width:100%;max-width:1400px;padding:4rem;font-family:Space Grotesk,sans-serif;display:flex}.about-top{justify-content:space-between;align-items:center;gap:3rem;display:flex}.about-text-content{flex-direction:column;flex:1.5;align-items:flex-start;gap:1.5rem;display:flex}.about-title-pill{color:#250049;letter-spacing:1px;background-color:red;border-radius:50px;padding:.5rem 2rem;font-size:2.5rem;font-weight:900}.about-paragraph{color:#fffc;text-align:justify;max-width:800px;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.6}.about-image-content{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.about-profile-image{object-fit:cover;opacity:.3;filter:grayscale();border-radius:50%;width:300px;height:300px}.about-signature{color:#fff;white-space:nowrap;text-shadow:2px 2px 10px #00000080;pointer-events:none;font-family:Great Vibes,cursive;font-size:8rem;line-height:.8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.about-cards-container{flex-wrap:wrap;justify-content:space-between;gap:1rem;width:100%;display:flex}.about-card{border-radius:30px;flex-direction:column;justify-content:space-between;gap:2rem;width:23%;min-width:200px;padding:3rem 1.5rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.about-card:hover{z-index:10;transform:translateY(-10px)scale(1.03)}.about-card:hover .ac-tag{transform:translate(-50%,-50%)rotate(6deg)}.ac-tag{letter-spacing:1px;white-space:nowrap;border-radius:20px;padding:.4rem 1.2rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:800;transition:transform .3s;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.ac-text{text-align:justify;font-family:Space Grotesk,sans-serif;font-size:.85rem;line-height:1.5}.ac-btn{cursor:pointer;z-index:1;border:none;border-radius:30px;align-self:flex-start;align-items:center;gap:.8rem;padding:.4rem .4rem .4rem 1.2rem;font-size:.8rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.ac-btn:before{content:"";z-index:-1;border-radius:30px;width:calc(100% - 4px);transition:transform .4s;position:absolute;top:0;bottom:0;left:0;transform:translate(-105%)}.about-card:hover .ac-btn:before{transform:translate(0)}.ac-btn:hover{transform:scale(1.05)}.ac-btn:hover .ac-icon,.about-card:hover .ac-btn{transform:translate(4px)}.about-card:hover .ac-btn:hover{transform:translate(4px)scale(1.05)}.ac-icon{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:900;transition:transform .3s;display:flex}.ac-purple{background-color:#7915ff}.ac-purple .ac-text{color:#ffffffe6}.tag-white,.btn-white{color:#111;background-color:#fff}.btn-white:before{background-color:#250049}.about-card:hover .btn-white{color:#fff}.icon-dark{color:#fff;background-color:#250049;transition:all .3s}.ac-dark{background-color:#0000}.ac-dark .ac-text{color:#ffffffb3}.tag-red,.btn-red{color:#250049;background-color:red}.btn-red:before{background-color:#fff}.about-card:hover .btn-red{color:red}.ac-light{background-color:#f1e4ff}.ac-light .ac-text{color:#7915ffcc}.tag-purple,.btn-purple{color:#fff;background-color:#7915ff}.btn-purple:before{background-color:#fff}.about-card:hover .btn-purple{color:#7915ff}.icon-white{color:#7915ff;background-color:#fff;transition:all .3s}.ac-red{background-color:red}.ac-red .ac-text{color:#250049cc}.tag-dark,.btn-dark{color:#fff;background-color:#250049}.btn-dark:before{background-color:#fff}.about-card:hover .btn-dark,.btn-dark .icon-white{color:#250049}@media (width<=900px){.about-container{padding:2rem}.about-top{text-align:center;flex-direction:column}.about-text-content{align-items:center}.about-card{width:48%}}@media (width<=600px){.about-container{gap:3rem;padding:1.5rem}.about-top{gap:2rem}.about-title-pill{padding:.4rem 1.5rem;font-size:1.8rem}.about-profile-image{width:220px;height:220px}.about-signature{font-size:4rem}.about-card{width:100%;padding:2.5rem 1.2rem 1.2rem}.about-cards-container{row-gap:2.5rem}}.footer-wrapper{z-index:50;justify-content:center;width:100%;margin-top:4rem;padding:0;display:flex;position:relative}.footer-container{background-color:#7915ff;border-radius:40px;flex-direction:column;justify-content:space-between;width:100%;max-width:1400px;padding:4rem 4rem 0;font-family:Space Grotesk,sans-serif;display:flex;overflow:hidden}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-header{color:#fff9;letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.footer-link{color:#fff;font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .2s}.footer-link:hover{opacity:.7}.footer-contact{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;margin-left:auto;display:flex}.footer-logo{width:45px;height:45px;margin-bottom:2rem}.footer-divider{background-color:#fff3;width:100%;min-width:80px;height:1px;margin-bottom:.8rem}.footer-phone,.footer-email{color:#fff;margin:0;font-size:.95rem;font-weight:500}.footer-bottom{justify-content:center;align-items:flex-end;width:calc(100% + 9rem);margin-top:auto;margin-left:-4rem;margin-right:-4rem;display:flex}.footer-huge-text{color:#f1e4ff;letter-spacing:-2px;text-align:center;width:100%;margin:0;padding:0;font-family:Outfit,sans-serif;font-size:clamp(4rem,19vw,19.5rem);font-weight:900;line-height:.75;transform:translateY(12px)}@media (width<=900px){.footer-container{padding:3rem 2rem 0}.footer-top{gap:3rem}.footer-contact{text-align:left;align-items:flex-start;width:100%;margin-top:1rem}.footer-divider{margin-left:0}.footer-bottom{width:calc(100% + 4rem);margin-left:-2rem;margin-right:-2rem}}@media (width<=600px){.footer-container{padding:2.5rem 1.5rem 0}.footer-top{grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem;display:grid}.footer-contact{text-align:left;grid-column:1/-1;align-items:flex-start;width:100%;margin-top:1rem}.footer-huge-text{letter-spacing:-1px;font-size:clamp(3rem,17vw,10rem);transform:translateY(-2px)}.footer-bottom{width:calc(100% + 3rem);margin-top:4rem;margin-left:-1.5rem;margin-right:-1.5rem}}.all-projects-page{color:#fff;justify-content:center;width:100%;min-height:100vh;padding:3rem 1.5rem;font-family:Outfit,sans-serif;display:flex}.all-projects-container{flex-direction:column;width:100%;max-width:1400px;display:flex}.ap-top-nav{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.back-to-home-btn{color:#fff;cursor:pointer;background-color:#7915ff;border:1px solid #7915ff;border-radius:50px;align-items:center;gap:.8rem;margin-left:1rem;padding:.5rem 1.2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.back-to-home-btn:hover{color:#111;background-color:#fff;transform:translate(-5px)}.ap-badge{color:#fff;letter-spacing:1px;background-color:#7915ff;border-radius:50px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700}.ap-meta-line{opacity:.9;margin-bottom:.5rem;font-size:.95rem}.ap-meta-line strong{color:#fff}.ap-grid-title{letter-spacing:-1px;margin-top:4rem;margin-bottom:2rem;font-size:2.2rem;font-weight:800}.all-projects-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;display:grid}.ap-card-hover{min-height:360px}.all-projects-page .small-card{flex-direction:column;height:auto;padding:2rem}.all-projects-page .sc-content{width:100%;margin-bottom:2rem}.all-projects-page .sc-image-container,.all-projects-page .card-white .sc-image-container,.all-projects-page .card-red .sc-image-container{width:100%;height:250px;position:relative;bottom:0;right:0}.all-projects-page .sc-img{object-position:top}.text-decoration-none{text-decoration:none}@media (width<=900px){.all-projects-grid{grid-template-columns:1fr}}.contact-container-override{background-color:#0000;border-color:#ffffff1a;gap:2rem;padding:3rem 4rem}.contact-heading-container{justify-content:flex-start;margin-bottom:1rem;display:flex}.contact-grid{gap:2rem;width:100%;display:flex}.contact-left{flex-direction:column;flex:1;gap:1.5rem;display:flex}.contact-red-banner{background-color:red;border-radius:25px;justify-content:space-between;align-items:center;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #f003}.crb-text{color:#1a0b2e;z-index:2}.crb-small{letter-spacing:1px;margin-bottom:.5rem;font-family:monospace;font-size:.9rem;font-weight:700}.crb-large{letter-spacing:-1px;margin:0;font-size:2.5rem;font-weight:900;line-height:1.1}.crb-graphic{z-index:1;justify-content:center;align-items:flex-end;display:flex;position:absolute;bottom:-5px;right:0}.crb-computer-icon{filter:drop-shadow(4px 4px #0000004d);font-size:6rem}.crb-speech-bubble{color:#000;text-align:center;z-index:10;background-color:#fff;border:2px solid #000;border-radius:15px 15px 15px 0;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;font-weight:900;position:absolute;top:-20px;right:-20px;transform:rotate(5deg);box-shadow:4px 4px #000}.contact-socials-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cs-btn{border-radius:20px;align-items:center;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.cs-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.cs-purple{color:#fff;background-color:#7915ff}.cs-white{color:#1a0b2e;background-color:#fff}.cs-icon-wrapper{background-color:#0000;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;display:flex}.cs-white .cs-icon-wrapper{color:#fff;background-color:#1a0b2e}.cs-purple .cs-icon-wrapper{color:#7915ff;background-color:#fff}.cs-icon{font-size:1.5rem;font-style:normal;font-weight:700}.cs-text{white-space:nowrap;flex-direction:column;gap:.2rem;padding-right:2rem;display:flex;overflow:hidden}.cs-label{letter-spacing:1px;font-family:monospace;font-size:.75rem;font-weight:700}.cs-value{opacity:.9;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.cs-arrow{font-size:1.2rem;position:absolute;right:1.5rem}.contact-right{background-color:#1a0b2e80;border:1px solid #7915ff66;border-radius:25px;flex-direction:column;flex:1;gap:2rem;padding:2.5rem;display:flex}.cf-header{justify-content:space-between;align-items:center;display:flex}.cf-pill{color:#1a0b2e;letter-spacing:1px;background-color:red;border-radius:50px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:900}.cf-subtext{text-align:right;color:#fff9;letter-spacing:1px;font-family:monospace;font-size:.7rem;line-height:1.4}.cf-line{background-color:#fff9;width:30px;height:1px;margin-top:.5rem;margin-left:auto}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.cf-row{gap:1.5rem;display:flex}.cf-input-group{background-color:#0000;border:1px solid #ffffff4d;border-radius:12px;flex:1;align-items:center;padding:0 1rem;transition:border-color .3s;display:flex}.cf-input-group:focus-within{border-color:#7915ff}.cf-textarea-group{align-items:flex-start}.cf-textarea-group .cf-input-icon{margin-top:1rem}.cf-input-icon{opacity:.7;color:#fff;justify-content:center;align-items:center;margin-right:1rem;font-size:1.2rem;display:flex}.cf-input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:1rem 0;font-family:Space Grotesk,sans-serif;font-size:.9rem}.cf-input::placeholder{color:#ffffff80}.cf-textarea{resize:none;height:100px}.cf-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.cf-submit-btn{color:#fff;cursor:pointer;z-index:1;background-color:red;border:none;border-radius:50px;align-items:center;gap:1rem;padding:.4rem .4rem .4rem 1.6rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:800;transition:transform .2s;display:flex;position:relative;overflow:hidden}.cf-submit-btn:before{content:"";z-index:-1;background-color:#fff;border-radius:50px;width:calc(100% - 4px);transition:transform .4s;position:absolute;top:0;bottom:0;left:0;transform:translate(-105%)}.cf-submit-btn:hover{color:red;transform:scale(1.05)}.cf-submit-btn:hover:before{transform:translate(0)}.cf-submit-btn:hover .cf-submit-icon{color:#fff;background-color:red;transform:translate(4px)}.cf-submit-icon{color:red;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:900;transition:all .3s;display:flex}.cf-captcha{color:#ffffffb3;align-items:center;gap:.5rem;font-family:monospace;font-size:1rem;display:flex}.cf-captcha input[type=checkbox]{appearance:none;cursor:pointer;background-color:#0000;border:1px solid #ffffffb3;border-radius:3px;justify-content:center;align-items:center;width:15px;height:15px;display:flex}.cf-captcha input[type=checkbox]:checked{background-color:red;border-color:#fff}.cf-captcha input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:10px;font-weight:700}.cf-captcha-icon{opacity:.8;font-size:2rem}.contact-bottom-bar{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.cb-left{align-items:flex-start;gap:1rem;display:flex}.cb-plus{background:linear-gradient(red 0 0) 50%/8px 100% no-repeat,linear-gradient(red 0 0) 50%/100% 8px no-repeat;width:25px;height:25px}.cb-quote{color:#fff9;letter-spacing:1px;font-family:monospace;font-size:.75rem;line-height:1.5}.cb-line{background-color:#fff9;width:40px;height:1px;margin-top:.5rem}.cb-center{flex:1;justify-content:center;align-items:center;display:flex}.cb-right{color:#fff9;letter-spacing:1px;text-align:right;font-family:monospace;font-size:.75rem;line-height:1.5}.contact-signature-wrapper{opacity:.5;align-items:center;gap:1rem;display:flex;transform:rotate(-10deg)}.contact-signature{color:#a78bfa;text-shadow:0 0 15px #a78bfa66;font-family:Great Vibes,cursive;font-size:5rem;line-height:.8}.contact-signature-smiley{opacity:.9;transform:rotate(15deg)}@media (width<=1100px){.contact-grid{flex-direction:column}}@media (width<=768px){.contact-socials-grid{grid-template-columns:1fr}.cf-row{flex-direction:column}.cf-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-bottom-bar{text-align:center;flex-direction:column;gap:2rem}.cb-left,.cb-center,.cb-right{text-align:center;justify-content:center;align-items:center}.cb-line{margin:.5rem auto}.crb-text h2{font-size:1.8rem}}
