.navbar{position:fixed;top:0;left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border-gray);padding:1rem 0;z-index:1000;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.navbar.scrolled{padding:.75rem 0;box-shadow:0 4px 20px #00000026}.container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .3s ease}.nav-brand:hover{transform:scale(1.05)}.logo-img{width:50px;height:50px;object-fit:contain}.brand-name{font-size:1.5rem;font-weight:600;color:var(--black);letter-spacing:2px}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--black);font-weight:600;font-size:1rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-yellow);transition:width .3s ease}.nav-link:hover{color:var(--primary-yellow)}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:var(--black);transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 968px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--bg-white);border-bottom:1px solid var(--border-gray);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:.5rem;z-index:999}.nav-menu.active{left:0}.nav-link{padding:1rem 0;font-size:1.1rem}}@media (max-width: 768px){.navbar{padding:.75rem 0}.container{padding:0 1.5rem}.brand-name{font-size:1.2rem;letter-spacing:1px}.logo-img{width:40px;height:40px}.nav-link{font-size:1rem}}@media (max-width: 480px){.brand-name{font-size:1rem}.logo-img{width:35px;height:35px}.hamburger span{width:22px}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);padding:100px 1rem 40px;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero-overlay{position:absolute;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(255,193,7,.05) 0%,transparent 70%)}.hero-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border:2px solid rgba(0,0,0,.08);border-radius:50%}.shape-1{width:300px;height:300px;top:-80px;right:-80px;animation:float 15s ease-in-out infinite}.shape-2{width:200px;height:200px;bottom:-40px;left:-40px;animation:float 20s ease-in-out infinite reverse}.shape-3{width:150px;height:150px;top:50%;left:10%;animation:float 18s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.hero-container{max-width:1200px;width:100%;margin:0 auto;z-index:1;padding:0 1rem}.hero-content{text-align:center;animation:fadeInUp 1.2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-logo-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.hero-logo{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(255,193,7,.2));animation:logoFloat 4s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{margin-bottom:1.25rem}.title-main{font-size:3rem;font-weight:600;color:var(--black);letter-spacing:8px;text-transform:uppercase;display:block;line-height:1.1;margin-bottom:1rem}.title-divider{display:block;width:80px;height:3px;background:linear-gradient(90deg,transparent 0%,var(--primary-yellow) 50%,transparent 100%);margin:1rem auto}.hero-subtitle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem}.subtitle-item{font-size:1rem;font-weight:700;color:var(--primary-yellow);letter-spacing:2px;text-transform:uppercase}.subtitle-separator{display:none}.hero-description{font-size:1.05rem;color:var(--grey-600);max-width:600px;margin:0 auto 2rem;line-height:1.7;font-weight:400;padding:0 1rem}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem;padding:0 1rem}.cta-btn{width:100%;max-width:300px;margin:0 auto;padding:1rem 2rem;font-size:.9rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:1.5px;position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-btn:hover:before{left:100%}.cta-primary{background:var(--black);color:var(--white);box-shadow:0 8px 30px #0003}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000004d;background:var(--grey-900)}.cta-secondary{background:transparent;color:var(--black);border:2px solid var(--black)}.cta-secondary:hover{background:var(--primary-yellow);color:var(--black);border-color:var(--primary-yellow);transform:translateY(-3px)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px;margin:2.5rem auto;padding:0 1rem}.hero-stat-card{text-align:center;padding:1.5rem 1rem;background:var(--bg-white);border:2px solid var(--border-light);border-radius:0;transition:all .4s ease;position:relative}.hero-stat-card:hover{border-color:var(--primary-yellow);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.hero-stat-number{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:.5rem;line-height:1;letter-spacing:1px}.hero-stat-label{font-size:.85rem;color:var(--grey-600);font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 600px){.hero{padding:120px 2rem 60px}.hero-logo{width:150px;height:150px}.title-main{font-size:4rem;letter-spacing:10px}.title-divider{width:100px}.subtitle-item{font-size:1.1rem}.hero-description{font-size:1.15rem}.cta-btn{font-size:.95rem;padding:1.1rem 2.5rem}.hero-cta{flex-direction:row;gap:1.5rem}.cta-btn{width:auto}.hero-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px}.hero-stat-card{padding:1.75rem 1rem}.hero-stat-number{font-size:2.75rem}.hero-stat-label{font-size:.9rem}}@media (min-width: 1024px){.hero{padding:120px 2rem 80px}.hero-container{padding:0 2rem}.hero-logo{width:200px;height:200px}.hero-logo-wrapper{margin-bottom:2rem}.title-main{font-size:5.5rem;letter-spacing:12px;margin-bottom:1.5rem}.title-divider{width:120px;height:4px;margin:1.5rem auto}.hero-subtitle{flex-direction:row;gap:1.5rem;margin-bottom:2.5rem}.subtitle-separator{display:inline;color:var(--medium-gray);font-weight:300}.subtitle-item{font-size:1.1rem;letter-spacing:3px}.hero-description{font-size:1.3rem;margin-bottom:3rem;padding:0}.hero-cta{flex-direction:row;gap:1.5rem;margin-bottom:4rem;padding:0}.cta-btn{width:auto;padding:1.2rem 3rem;font-size:1rem;letter-spacing:2px}.hero-stats{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:3rem auto}.hero-stat-card{padding:2rem 1.5rem}.hero-stat-number{font-size:3rem}.hero-stat-label{font-size:.95rem}}.stats-section{padding:60px 1rem;background:linear-gradient(135deg,var(--grey-50) 0%,rgba(255,193,7,.05) 100%);position:relative}.stats-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--black),var(--primary-yellow),var(--black))}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1200px;margin:0 auto}.stat-card{text-align:center;padding:1.75rem 1rem;background:#00000008;border-radius:0;transition:all .4s ease;border:2px solid transparent;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-yellow);transform:scaleX(0);transition:transform .4s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{background:var(--white);transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.stat-number{font-size:2.75rem;font-weight:900;color:var(--black);margin-bottom:.5rem;line-height:1;letter-spacing:1px}.stat-label{font-size:.8rem;color:var(--grey-600);font-weight:700;text-transform:uppercase;letter-spacing:1px}@media (min-width: 600px){.stats-section{padding:70px 2rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:3.5rem;letter-spacing:2px}.stat-label{font-size:.95rem;letter-spacing:1.5px}}@media (min-width: 1024px){.stats-section{padding:80px 2rem}.stats-grid{gap:3rem}.stat-card{padding:2.5rem 2rem}.stat-number{font-size:4rem}.stat-label{font-size:1rem}}.services{padding:80px 1rem;background:var(--bg-light);width:100%;overflow-x:hidden;display:block}.services>.container,.services .container{max-width:1200px;margin:0 auto;width:100%;display:block!important;flex-direction:column!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:stretch!important}.services .container>*:not(.services-grid){display:block!important;width:100%!important;flex:none!important}.section-header{text-align:center;margin-bottom:2rem;width:100%;display:block!important}.section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center;width:100%}.services-grid{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem;width:100%}.service-category-card{background:var(--bg-white);padding:1.5rem 1.25rem;border-radius:0;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid var(--border-light);position:relative;overflow:hidden;width:100%;display:block}.service-category-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--primary-yellow);transition:height .4s ease}.service-category-card:hover:before{height:100%}.service-category-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary-yellow)}.service-category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}.service-category-number{font-size:2rem;font-weight:900;color:var(--grey-300);line-height:1;transition:all .4s ease;min-width:50px}.service-category-card:hover .service-category-number{color:var(--primary-yellow)}.service-category-title{font-size:1.25rem;font-weight:800;color:var(--black);letter-spacing:.5px;text-transform:uppercase;flex:1}.service-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.service-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--grey-700);font-size:.9rem;line-height:1.4;border-bottom:1px solid var(--grey-200);transition:all .3s ease}.service-item:last-child{border-bottom:none}.service-item-number{font-size:.85rem;font-weight:700;color:var(--grey-400);min-width:20px;transition:all .3s ease}.service-category-card:hover .service-item-number{color:var(--primary-yellow)}.service-item-text{flex:1;font-weight:500}.service-category-card:hover .service-item{color:var(--black)}@media (min-width: 600px){.services{padding:100px 2rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.15rem}.services-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin-left:auto;margin-right:auto}.service-category-card{padding:2.5rem 2rem}.service-category-number{font-size:3rem;min-width:70px}.service-category-title{font-size:1.75rem}.service-item{font-size:1rem;padding:.85rem 0}.service-item-number{font-size:.9rem;min-width:25px}}@media (min-width: 1024px){.services{padding:120px 2rem}.section-header{margin-bottom:5rem}.section-title{font-size:3.5rem}.section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;flex-direction:row!important;gap:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%!important;margin-top:2.5rem}.service-category-card{width:auto!important;max-width:none!important;padding:1.75rem 1.5rem}.service-category-header{margin-bottom:1.5rem;padding-bottom:.85rem}.service-category-number{font-size:2.25rem;min-width:55px}.service-category-title{font-size:1.4rem}.service-item{padding:.6rem 0;font-size:.95rem}.service-category-card{padding:3rem 2.5rem}.service-category-header{margin-bottom:2.5rem;padding-bottom:1.5rem}.service-category-number{font-size:3.5rem;min-width:80px}.service-category-title{font-size:2rem}.service-item{font-size:1.05rem;padding:1rem 0;gap:1.25rem}.service-item-number{font-size:1rem;min-width:30px}}.why-choose-us{padding:80px 1rem;background:var(--bg-light);width:100%;overflow-x:hidden}.why-choose-us>.container,.why-choose-us .container{max-width:1200px;margin:0 auto;width:100%;display:block!important;flex-direction:column!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:stretch!important}.why-choose-us .container>*:not(.reasons-grid){display:block!important;width:100%!important;flex:none!important}.why-choose-us .section-header{text-align:center;margin-bottom:2rem;width:100%;display:block!important}.why-choose-us .section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.why-choose-us .section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-yellow),transparent);margin:1rem auto 0}.why-choose-us .section-subtitle{font-size:1.05rem;color:var(--grey-600);margin-top:1.5rem;font-weight:400;text-align:center;line-height:1.6;padding:0 1rem}.reasons-grid{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem;width:100%}.reason-card{text-align:left;padding:1.5rem 1.25rem;background:var(--bg-white);border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid var(--border-light);position:relative;overflow:hidden;width:100%;display:block}.reason-card:after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background:var(--primary-yellow);transition:width .4s ease}.reason-card:hover:after{width:100%}.reason-card:hover{transform:translateY(-10px);border-color:var(--primary-yellow);box-shadow:0 15px 50px #0000001a}.reason-number{font-size:2rem;font-weight:900;color:var(--grey-300);margin-bottom:.75rem;line-height:1;transition:all .4s ease}.reason-card:hover .reason-number{color:var(--primary-yellow);transform:scale(1.1)}.reason-title{font-size:1.15rem;font-weight:800;color:var(--black);margin-bottom:.5rem;letter-spacing:.5px;text-transform:uppercase}.reason-description{font-size:.9rem;color:var(--grey-600);line-height:1.6}@media (min-width: 600px){.why-choose-us{padding:100px 2rem}.why-choose-us .section-title{font-size:3rem}.why-choose-us .section-subtitle{font-size:1.15rem}.reasons-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.reason-card{padding:1.75rem 1.5rem}.reason-number{font-size:2.25rem;margin-bottom:.85rem}.reason-title{font-size:1.3rem;margin-bottom:.6rem}.reason-description{font-size:.95rem}}@media (min-width: 1024px){.why-choose-us{padding:120px 2rem}.why-choose-us .section-header{margin-bottom:2.5rem}.why-choose-us .section-title{font-size:3.5rem}.why-choose-us .section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.reasons-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%!important;margin-top:2.5rem}.reason-card{padding:1.75rem 1.5rem;width:auto!important;max-width:none!important}.reason-number{font-size:2.5rem;margin-bottom:.85rem}.reason-title{font-size:1.35rem;margin-bottom:.65rem}.reason-description{font-size:.95rem}}.about{padding:120px 2rem;background:var(--bg-light);position:relative}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--black),var(--primary-yellow),var(--black))}.about .section-title{font-size:3.5rem;font-weight:900;color:var(--black);margin-bottom:1.5rem;letter-spacing:2px;position:relative;display:block;text-transform:uppercase}.about .section-title:after{content:"";position:absolute;bottom:-15px;left:0;width:120px;height:4px;background:linear-gradient(90deg,var(--primary-yellow),transparent)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-text{max-width:650px}.about-description{font-size:1.1rem;color:var(--grey-700);margin-bottom:1.75rem;line-height:1.9}.about-description strong{color:var(--black);font-weight:900}.values-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:3rem}.value-item{display:flex;gap:1.25rem;padding:1.75rem;background:var(--white);border-radius:0;box-shadow:0 5px 20px #00000014;transition:all .4s ease;border:2px solid transparent;position:relative}.value-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--black);transform:scaleY(0);transition:transform .4s ease}.value-item:hover:before{transform:scaleY(1)}.value-item:hover{transform:translate(10px);border-color:var(--black)}.value-number{font-size:2rem;font-weight:900;color:var(--grey-300);flex-shrink:0;transition:all .4s ease;min-width:50px}.value-item:hover .value-number{color:var(--primary-yellow)}.value-content h4{font-size:1.2rem;font-weight:800;color:var(--black);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.value-content p{font-size:.95rem;color:var(--grey-600);line-height:1.7}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:500px;aspect-ratio:1;background:var(--white);border-radius:0;display:flex;justify-content:center;align-items:center;box-shadow:0 20px 60px #00000026;padding:4rem;position:relative;border:4px solid var(--black)}.about-logo{width:100%;height:100%;object-fit:contain}.about-badge{position:absolute;bottom:-30px;right:-30px;background:var(--black);color:var(--white);padding:2rem;border-radius:0;width:140px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 15px 40px #0000004d;border:4px solid var(--primary-yellow)}.badge-text{font-size:2.5rem;font-weight:900;line-height:1;color:var(--primary-yellow)}.badge-label{font-size:.7rem;font-weight:700;text-align:center;margin-top:.75rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 968px){.about{padding:100px 2rem}.about-content{grid-template-columns:1fr;gap:3rem}.about-text{max-width:100%}.values-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about{padding:80px 1.5rem}.about .section-title{font-size:2.5rem}.about-description{font-size:1rem}.values-grid{gap:1rem}.value-item{padding:1.5rem}.value-number{font-size:1.75rem}.value-content h4{font-size:1.1rem}.value-content p{font-size:.9rem}.image-placeholder{padding:2.5rem;max-width:350px}.about-badge{width:110px;height:110px;bottom:-20px;right:-20px}.badge-text{font-size:2rem}.badge-label{font-size:.65rem}}@media (max-width: 480px){.about{padding:60px 1rem}.about .section-title{font-size:2rem}.about-description{font-size:.95rem}.value-item{padding:1.25rem;gap:1rem}.value-number{font-size:1.5rem;min-width:40px}.value-content h4{font-size:1rem}.value-content p{font-size:.85rem}.image-placeholder{padding:2rem}.about-badge{width:90px;height:90px;bottom:-15px;right:-15px;padding:1.5rem}.badge-text{font-size:1.75rem}}.founder{padding:80px 1rem;background:var(--bg-white);width:100%;position:relative}.founder:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--black),var(--primary-yellow),var(--black))}.founder .container{max-width:1200px;margin:0 auto;width:100%}.founder-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.founder-image-wrapper{width:100%;max-width:400px;position:relative}.founder-image{width:100%;height:auto;object-fit:cover;border-radius:0;border:3px solid var(--border-light);box-shadow:0 15px 40px #0000001a;transition:all .4s ease}.founder-image:hover{border-color:var(--primary-yellow);box-shadow:0 20px 50px #00000026;transform:translateY(-5px)}.founder-info{width:100%;text-align:center}.founder-name{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:.75rem;letter-spacing:2px;text-transform:uppercase}.founder-title{font-size:1.2rem;font-weight:700;color:var(--primary-yellow);margin-bottom:.5rem;letter-spacing:1px}.founder-subtitle{font-size:1.1rem;font-weight:600;color:var(--grey-600);margin-bottom:2rem;letter-spacing:.5px}.founder-description{margin-bottom:2rem;text-align:left}.founder-description p{font-size:1rem;color:var(--grey-700);line-height:1.8;margin-bottom:1.25rem}.founder-description p:last-child{margin-bottom:0}.founder-expertise{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.expertise-item{padding:.6rem 1.25rem;background:var(--bg-light);border:2px solid var(--border-light);color:var(--black);font-size:.9rem;font-weight:600;letter-spacing:.5px;transition:all .3s ease;text-transform:uppercase}.expertise-item:hover{background:var(--primary-yellow);border-color:var(--primary-yellow);color:var(--black);transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}@media (min-width: 600px){.founder{padding:100px 2rem}.founder-name{font-size:3rem}.founder-title{font-size:1.3rem}.founder-subtitle{font-size:1.15rem}.founder-description p{font-size:1.05rem}.founder-image-wrapper{max-width:450px}}@media (min-width: 1024px){.founder{padding:120px 2rem}.founder-content{flex-direction:row;gap:4rem;align-items:flex-start}.founder-image-wrapper{max-width:450px;flex-shrink:0}.founder-info{flex:1;text-align:left}.founder-name{font-size:3.5rem;margin-bottom:1rem}.founder-title{font-size:1.4rem;margin-bottom:.75rem}.founder-subtitle{font-size:1.2rem;margin-bottom:2.5rem}.founder-description{margin-bottom:2.5rem}.founder-description p{font-size:1.1rem;margin-bottom:1.5rem}.founder-expertise{justify-content:flex-start;gap:1rem}.expertise-item{font-size:.95rem;padding:.75rem 1.5rem}}.portfolio{padding:80px 1rem;background:var(--bg-light);width:100%;overflow-x:hidden}.portfolio>.container,.portfolio .container{max-width:1200px;margin:0 auto;width:100%;display:block!important;flex-direction:column!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:stretch!important}.portfolio .container>*:not(.portfolio-grid){display:block!important;width:100%!important;flex:none!important}.portfolio .section-header{text-align:center;margin-bottom:3rem;width:100%;display:block!important}.portfolio .section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.portfolio .section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-yellow),transparent);margin:1rem auto 0}.portfolio .section-subtitle{font-size:1.05rem;color:var(--grey-600);margin-top:1.5rem;font-weight:400;text-align:center;line-height:1.6;padding:0 1rem}.portfolio-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;width:100%}@media (min-width: 1024px){.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1200px;margin-left:auto;margin-right:auto}}.portfolio-item{background:var(--bg-light);border-radius:0;overflow:hidden;transition:all .4s ease;border:2px solid var(--border-light);box-shadow:0 5px 20px #0000000d;width:100%;display:block}.portfolio-item:hover{transform:translateY(-15px);border-color:var(--primary-yellow);box-shadow:0 25px 60px #0000001f}.portfolio-image{width:100%;height:220px;overflow:hidden;background:var(--black);position:relative}.portfolio-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;position:relative;background:linear-gradient(135deg,var(--grey-800) 0%,var(--black) 100%);transition:all .4s ease}.portfolio-item:hover .portfolio-placeholder{background:linear-gradient(135deg,var(--grey-900) 0%,var(--black) 100%)}.portfolio-number{font-size:4rem;font-weight:900;color:#0003;transition:all .4s ease;line-height:1}.portfolio-item:hover .portfolio-number{color:#0000004d;transform:scale(1.2)}.portfolio-category{font-size:.85rem;font-weight:800;color:var(--primary-yellow);text-transform:uppercase;letter-spacing:1.5px;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.6rem 1.5rem;background:#000000b3;transition:all .4s ease}.portfolio-item:hover .portfolio-category{background:var(--black);color:var(--primary-yellow)}.portfolio-content{padding:2rem 1.5rem}.portfolio-title{font-size:1.3rem;font-weight:800;color:var(--black);margin-bottom:.75rem;letter-spacing:.5px;text-transform:uppercase;line-height:1.3}.portfolio-description{font-size:.9rem;color:var(--grey-600);line-height:1.7;margin-bottom:1.25rem}.portfolio-btn{padding:.8rem 1.75rem;background:transparent;color:var(--black);border:2px solid var(--black);border-radius:0;font-weight:700;cursor:pointer;transition:all .4s ease;font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;width:100%}.portfolio-btn:hover{background:var(--black);color:var(--primary-yellow)}@media (min-width: 600px){.portfolio{padding:100px 2rem}.portfolio .section-title{font-size:3rem}.portfolio .section-subtitle{font-size:1.15rem}.portfolio-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin-left:auto;margin-right:auto}.portfolio-image{height:250px}.portfolio-content{padding:2.25rem 2rem}.portfolio-title{font-size:1.4rem}.portfolio-description{font-size:.95rem}.portfolio-btn{font-size:.85rem;padding:.85rem 2rem}}@media (min-width: 1024px){.portfolio{padding:120px 2rem}.portfolio .section-header{margin-bottom:5rem}.portfolio .section-title{font-size:3.5rem}.portfolio .section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.portfolio-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%!important}.portfolio-item{width:auto!important;max-width:none!important}.portfolio-image{height:280px}.portfolio-number{font-size:5rem}.portfolio-category{font-size:1rem;padding:.75rem 2rem;bottom:2rem}.portfolio-content{padding:2.5rem}.portfolio-title{font-size:1.5rem}.portfolio-description{font-size:.95rem}.portfolio-btn{padding:.85rem 2rem;font-size:.9rem}}.testimonials{padding:80px 1rem;background:var(--bg-light);width:100%;overflow-x:hidden}.testimonials>.container,.testimonials .container{max-width:1200px;margin:0 auto;width:100%;display:block!important;flex-direction:column!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:stretch!important}.testimonials .container>*:not(.testimonials-grid){display:block!important;width:100%!important;flex:none!important}.testimonials .section-header{text-align:center;margin-bottom:3rem;width:100%;display:block!important}.testimonials .section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.testimonials .section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-yellow),transparent);margin:1rem auto 0}.testimonials .section-subtitle{font-size:1.05rem;color:var(--grey-600);margin-top:1.5rem;font-weight:400;text-align:center;line-height:1.6;padding:0 1rem}.testimonials-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;width:100%}.testimonial-card{background:var(--bg-white);padding:2rem 1.5rem;border-radius:0;transition:all .4s ease;border:2px solid var(--border-light);position:relative;box-shadow:0 5px 20px #0000000d;width:100%;display:block}.testimonial-card:before{content:"";position:absolute;top:0;left:0;width:0;height:4px;background:var(--primary-yellow);transition:width .4s ease}.testimonial-card:hover:before{width:100%}.testimonial-card:hover{transform:translateY(-10px);border-color:var(--primary-yellow);background:var(--bg-white);box-shadow:0 20px 60px #0000001a}.testimonial-rating{margin-bottom:1.25rem}.star{color:var(--primary-yellow);font-size:1.2rem;margin-right:.2rem}.testimonial-text{font-size:.95rem;line-height:1.8;color:var(--grey-700);margin-bottom:2rem;font-style:italic;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.75rem;border-top:2px solid var(--border-gray)}.author-image{width:55px;height:55px;border-radius:0;background:var(--black);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:900;color:var(--primary-yellow);flex-shrink:0;letter-spacing:1px;transition:all .4s ease}.testimonial-card:hover .author-image{background:var(--primary-yellow);color:var(--black)}.author-info{flex:1}.author-name{font-size:1rem;font-weight:800;color:var(--black);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.author-position{font-size:.85rem;color:var(--grey-600);font-weight:600}@media (min-width: 600px){.testimonials{padding:100px 2rem}.testimonials .section-title{font-size:3rem}.testimonials .section-subtitle{font-size:1.15rem}.testimonials-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonial-card{padding:2.5rem 2rem}.star{font-size:1.4rem}.testimonial-text{font-size:1.05rem}.author-image{width:65px;height:65px;font-size:1.4rem}.author-name{font-size:1.15rem}.author-position{font-size:.9rem}}@media (min-width: 1024px){.testimonials{padding:120px 2rem}.testimonials .section-header{margin-bottom:5rem}.testimonials .section-title{font-size:3.5rem}.testimonials .section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%!important}.testimonial-card{width:auto!important;max-width:none!important}.testimonial-card{padding:3rem 2.5rem}.star{font-size:1.5rem}.testimonial-text{font-size:1.1rem;margin-bottom:2.5rem}.author-image{width:70px;height:70px;font-size:1.5rem}.author-name{font-size:1.2rem}.author-position{font-size:.95rem}}.clients{padding:80px 1rem;background:var(--bg-light);width:100%;position:relative}.clients:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--black),var(--primary-yellow),var(--black))}.clients .container{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column}.section-header{text-align:center;margin-bottom:1.5rem;width:100%;display:block}.section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-yellow),transparent);margin:1rem auto 0}.section-subtitle{font-size:1.05rem;color:var(--grey-600);margin-top:1.5rem;font-weight:400;text-align:center;line-height:1.6;padding:0 1rem}.clients-divider{width:100%;max-width:200px;height:2px;background:var(--border-grey);margin:2rem auto 2.5rem;display:block}.clients-marquee-wrapper{overflow:hidden;width:100%;margin-top:0;position:relative;display:block;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.clients-marquee{display:flex;gap:2rem;animation:scroll 30s linear infinite;width:fit-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.client-logo-wrapper{background:var(--bg-white);padding:2rem 2.5rem;border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;transition:all .4s ease;position:relative;overflow:hidden;min-height:180px;min-width:200px;flex-shrink:0}.client-logo-wrapper:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--primary-yellow);transition:height .4s ease}.client-logo-wrapper:hover:before{height:100%}.client-logo-wrapper:hover{border-color:var(--primary-yellow);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.client-logo{max-width:100%;max-height:140px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .4s ease}.client-logo-wrapper:hover .client-logo{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@media (min-width: 600px){.clients{padding:100px 2rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.15rem}.client-logo-wrapper{padding:2.5rem 3rem;min-height:200px;min-width:220px}.client-logo{max-height:160px}}@media (min-width: 1024px){.clients{padding:120px 2rem}.section-header{margin-bottom:2rem}.section-title{font-size:3.5rem}.section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.clients-divider{max-width:300px;margin:3rem auto}.clients-marquee-wrapper{margin-top:0}.clients-marquee{gap:3rem}.client-logo-wrapper{padding:3rem 3.5rem;min-height:220px;min-width:250px}.client-logo{max-height:180px}}@media (min-width: 1400px){.client-logo-wrapper{padding:3.5rem 4rem;min-height:240px;min-width:280px}.client-logo{max-height:200px}}.contact{padding:80px 1rem;background:var(--bg-light);width:100%}.contact>.container,.contact .container{max-width:1200px;margin:0 auto;width:100%;display:block!important}.contact .section-header{text-align:center;margin-bottom:3rem;width:100%;display:block!important}.contact .section-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.contact .section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-yellow),transparent);margin:1rem auto 0}.contact .section-subtitle{font-size:1.05rem;color:var(--grey-600);margin-top:1.5rem;font-weight:400;text-align:center;line-height:1.6;padding:0 1rem}.contact-content{display:flex;flex-direction:column;gap:3rem;margin-top:3rem;width:100%}.contact-info{display:flex;flex-direction:column;gap:1.5rem;width:100%}.info-item{padding:1.75rem 1.5rem;background:var(--bg-white);border-radius:0;border:2px solid var(--border-light);transition:all .4s ease;position:relative;overflow:hidden}.info-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--primary-yellow);transition:height .4s ease}.info-item:hover:before{height:100%}.info-item:hover{transform:translateY(-5px);border-color:var(--primary-yellow);background:var(--bg-white);box-shadow:0 10px 30px #0000001a}.info-label{font-size:.75rem;font-weight:900;color:var(--grey-600);letter-spacing:2px;margin-bottom:.75rem;text-transform:uppercase}.info-text p{font-size:1rem;color:var(--black);line-height:1.7;font-weight:600;margin:0}.contact-form{background:var(--bg-white);padding:2.5rem 2rem;border-radius:0;border:2px solid var(--border-light);box-shadow:0 5px 20px #0000000d;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:700;color:var(--black);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid var(--border-light);border-radius:0;font-size:.95rem;font-family:inherit;transition:all .3s ease;background:var(--grey-50);color:var(--black);font-weight:500}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--grey-500);font-weight:500}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-yellow);box-shadow:0 3px 15px #ffc10726}.form-group textarea{resize:vertical;min-height:140px}.btn-submit{width:100%;margin-top:1rem;padding:1rem 2.5rem;background:var(--black);color:var(--white);border:2px solid var(--black);border-radius:0;font-weight:700;cursor:pointer;transition:all .4s ease;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;position:relative;overflow:hidden}.btn-submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:var(--primary-yellow);border-radius:50%;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.btn-submit:hover:before{width:400%;height:400%}.btn-submit:hover{color:var(--black);border-color:var(--primary-yellow)}.btn-submit span{position:relative;z-index:1}@media (min-width: 600px){.contact{padding:100px 2rem}.contact .section-title{font-size:3rem}.contact .section-subtitle{font-size:1.15rem}.contact-content{gap:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-info{gap:2rem}.info-item{padding:2rem 1.75rem}.info-label{font-size:.8rem}.info-text p{font-size:1.1rem}.contact-form{padding:3rem 2.5rem}.form-group input,.form-group textarea{padding:1.1rem;font-size:1rem}.btn-submit{padding:1.1rem 3rem;font-size:.95rem}}@media (min-width: 1024px){.contact{padding:120px 2rem}.contact .section-header{margin-bottom:5rem}.contact .section-title{font-size:3.5rem}.contact .section-subtitle{font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.contact-info{gap:2.5rem}.info-item{padding:2rem}.info-label{font-size:.85rem}.info-text p{font-size:1.15rem}.contact-form{padding:3.5rem}.form-group{margin-bottom:1.75rem}.form-group input,.form-group textarea{padding:1.25rem;font-size:1rem}.form-group textarea{min-height:160px}.btn-submit{padding:1.25rem 3rem;font-size:1rem}}@media (max-width: 480px){.contact{padding:60px 1rem}.contact .section-title{font-size:2rem}.contact .section-subtitle{font-size:1rem}.contact-content{gap:2.5rem}.contact-info{gap:1.25rem}.info-item{padding:1.5rem 1.25rem}.info-label{font-size:.7rem}.info-text p{font-size:.95rem}.contact-form{padding:2rem 1.5rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{padding:.9rem;font-size:.9rem}.form-group textarea{min-height:120px}.btn-submit{padding:.9rem 2rem;font-size:.85rem;letter-spacing:1.5px}}.footer{background:var(--grey-900);color:var(--white);padding:80px 2rem 30px;border-top:4px solid var(--primary-yellow);width:100%}.footer .container{max-width:1200px;margin:0 auto;width:100%}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:2.5rem;width:100%}.footer-section{display:flex;flex-direction:column;width:100%;text-align:left}.footer-brand-section{text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.footer-logo{width:80px;height:80px;object-fit:contain;margin-bottom:1rem;filter:none;display:block}.footer-brand-name{font-size:1.8rem;font-weight:900;color:var(--white);margin-bottom:0;letter-spacing:2px;text-transform:uppercase}.footer-description{font-size:.95rem;color:var(--grey-400);line-height:1.7;text-align:center;margin:0}.footer-title{font-size:1.2rem;font-weight:900;color:var(--white);margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;list-style:none;padding:0;margin:0}.footer-links li{color:var(--grey-400);transition:all .3s ease;cursor:pointer;font-size:.95rem;font-weight:400;text-transform:capitalize;letter-spacing:0}.footer-links li:hover{color:var(--primary-yellow)}.footer-links a{color:var(--grey-400);transition:all .3s ease;font-size:.95rem;font-weight:400;text-transform:capitalize;letter-spacing:0}.footer-links a:hover{color:var(--primary-yellow)}.footer-contact{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;list-style:none;padding:0;margin:0}.footer-contact li{color:var(--grey-400);line-height:1.6;font-size:.95rem;font-weight:400;text-align:left;display:flex;align-items:flex-start;gap:.5rem}.contact-label{color:var(--primary-yellow);font-weight:700;flex-shrink:0}.contact-text{color:var(--grey-400)}.footer-social{margin-top:2rem}.social-links{display:flex;gap:1rem;align-items:center}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid var(--grey-400);border-radius:50%;color:var(--grey-400);transition:all .3s ease;text-decoration:none}.social-link:hover{border-color:var(--primary-yellow);color:var(--primary-yellow);transform:translateY(-3px);box-shadow:0 5px 15px #ffc1074d}.social-link svg{width:20px;height:20px}.footer-divider{width:100%;height:1px;background:#ffffff1a;margin:2.5rem 0}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;width:100%}.footer-copyright{color:var(--grey-400);font-size:.9rem;font-weight:400;letter-spacing:0;text-transform:none;margin:0}.footer-developer{font-size:.85rem;color:var(--grey-400);font-weight:400;text-transform:none;letter-spacing:0;margin:0}.developer-name{color:var(--primary-yellow);font-weight:700}@media (min-width: 1024px){.footer{padding:80px 2rem 30px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:2.5rem}.footer-title{font-size:1.1rem;margin-bottom:1.25rem}.footer-divider{margin:2rem 0}.footer-bottom{flex-direction:row;justify-content:center;gap:1rem}}@media (max-width: 768px){.footer{padding:60px 1rem 25px}.footer-content{gap:2.5rem}.footer-title{font-size:1.1rem;margin-bottom:1.25rem}.footer-links li,.footer-links a,.footer-contact li{font-size:.9rem}.footer-copyright{font-size:.85rem}.footer-developer{font-size:.8rem}}@media (max-width: 480px){.footer{padding:50px 1rem 20px}.footer-content{gap:2rem}.footer-logo{width:70px;height:70px}.footer-brand-name{font-size:1.5rem}.footer-title{font-size:1rem;margin-bottom:1rem}.footer-links{gap:.65rem}.footer-links li{font-size:.85rem}.footer-contact{gap:.85rem}.footer-contact li{font-size:.85rem}.footer-copyright{font-size:.8rem}.footer-developer{font-size:.75rem}}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s ease;text-decoration:none}.whatsapp-button:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 25px #25d36680}.whatsapp-icon{width:32px;height:32px;fill:#fff}@media (max-width: 768px){.whatsapp-button{width:56px;height:56px;bottom:20px;right:20px}.whatsapp-icon{width:28px;height:28px}}@media (max-width: 480px){.whatsapp-button{width:52px;height:52px;bottom:15px;right:15px}.whatsapp-icon{width:26px;height:26px}}*{margin:0;padding:0;box-sizing:border-box}:root{--white: #FFFFFF;--grey-50: #FAFAFA;--grey-100: #F5F5F5;--grey-200: #EEEEEE;--grey-300: #E0E0E0;--grey-400: #BDBDBD;--grey-500: #9E9E9E;--grey-600: #757575;--grey-700: #616161;--grey-800: #424242;--grey-900: #212121;--yellow-50: #FFFDE7;--yellow-100: #FFF9C4;--yellow-200: #FFF59D;--yellow-300: #FFF176;--yellow-400: #FFEE58;--yellow-500: #FFEB3B;--yellow-600: #FDD835;--yellow-700: #FBC02D;--yellow-800: #F9A825;--yellow-900: #F57F17;--primary-yellow: #FFC107;--yellow-light: #FFE082;--yellow-dark: #FFA000;--bg-white: #FFFFFF;--bg-light: #FAFAFA;--bg-grey: #F5F5F5;--text-black: #000000;--text-dark: #212121;--text-grey: #616161;--text-light: #9E9E9E;--border-light: #E0E0E0;--border-grey: #BDBDBD;--border-dark: #757575;--black: #000000;--dark-gray: #424242;--medium-dark-gray: #616161;--gray: #757575;--medium-gray: #9E9E9E;--light-gray: #E0E0E0;--lighter-gray: #F5F5F5;--border-gray: #E0E0E0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--black);overflow-x:hidden;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){body{font-size:16px}}button,a,input,textarea{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.developer-watermark{text-align:center;font-size:.8rem;color:var(--grey-600);padding:.75rem 1rem 1.25rem;background:var(--grey-900)}.developer-watermark a{color:var(--primary-yellow);font-weight:600}.developer-watermark a:hover{text-decoration:underline}
