body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.whatwedo-container,.whatwedo-top{display:flex;flex-direction:column}.whatwedo-container{align-items:start}.whatwedo-items-container{display:flex;flex-direction:row;gap:20px;justify-content:center;padding:0 15px;width:100%}.whatwedo-items{align-items:start;display:flex;flex-direction:column;width:100%}.whatwedo-header h1{color:#8b7355}.whatwedo-title{color:#8b7355;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.summ{color:#000;font-size:18px}.button-container{margin-top:2rem}.button{background:#0000;border:3px solid #000;border-radius:0;color:#2c3e50;cursor:pointer;font-size:18px;font-weight:600;overflow:hidden;padding:16px 32px;position:relative;transition:color .4s ease;z-index:1}.button:before{background:#a75a02;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.button:hover{color:#fff}.button:hover:before{left:0}@media screen and (max-width:768px){.whatwedo-items-container{align-items:stretch;flex-direction:column;gap:20px;padding:0 15px}.whatwedo-items{width:100%}}@media screen and (max-width:600px){.whatwedo-items-container{gap:18px;padding:0 12px}}@media screen and (max-width:480px){.whatwedo-items-container{gap:16px;padding:0 10px}}@media screen and (max-width:320px){.whatwedo-items-container{gap:12px;padding:0 5px}}.category-section{margin-bottom:40px}.category-title{border-bottom:2px solid #eee;color:#000;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:700;margin:20px 0;padding-bottom:5px;text-transform:uppercase}.grid-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.grid-item{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000d;display:flex;height:140px;justify-content:center;padding:10px;text-align:center;transition:transform .2s ease}.grid-item:hover{transform:scale(1.03)}.grid-item img{height:100px;max-height:100%;max-width:100%;object-fit:contain;width:auto}.brand-name{color:#333;font-size:.9rem;margin-top:8px}.about{background-color:#f8fafc;min-height:100vh;padding:4rem 1rem}.about-container{margin:0 auto;max-width:1280px}.section{margin-bottom:5rem}.section-header{margin-bottom:3rem;text-align:center}.section-title{animation:fadeInUp .8s ease-out forwards;color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;opacity:0}.section-subtitle{animation:fadeInUp .8s ease-out .2s forwards;color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:0}.hero-section{background:linear-gradient(135deg,#1e3a8a,#3730a3);text-align:center}.hero-content{margin:0 auto}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.stat-card{animation:fadeInUp .8s ease-out .7s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;opacity:0;padding:2rem;text-align:center}.stat-number{color:#fbbf24;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.values-section{background:#fff;padding:4rem 1rem;position:relative}.values-container{margin:0 auto;max-width:1280px;text-align:center}.values-header{align-items:center;animation:fadeInUp 1s ease-out .8s forwards;background:linear-gradient(135deg,#1e3a8a,#4338ca);display:flex;flex-direction:row;height:400px;justify-content:center;margin-bottom:4rem;margin-left:calc(-50vw + 50%);opacity:0;width:100vw}.values-badge{align-self:center;background:#283f93;border-radius:50px;border-radius:10px;display:inline-block;margin-bottom:2rem;padding:1.5rem 3rem}.values-title{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin:0 0 .5rem}.values-subtitle{color:#fffc;font-size:.9rem;letter-spacing:2px;margin:0}.values-grid{grid-gap:2rem;animation:fadeInUp 1s ease-out 1s forwards;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1200px;opacity:0}.value-card{align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px #0000000d;color:#374151;display:flex;flex-direction:column;justify-content:flex-start;min-height:280px;padding:2.5rem;text-align:center;transition:all .3s ease}.value-card:hover{background:#fff;box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.value-icon{align-items:center;background:linear-gradient(135deg,#3730a3,#1e3a8a);background:#000;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:64px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:64px}.value-card:hover .value-icon{background:linear-gradient(135deg,#4f46e5,#3730a3);background:linear-gradient(135deg,#585858,#636365);transform:scale(1.1)}.value-title{color:#1f2937;flex-shrink:0;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.value-description{align-items:center;color:#4b5563;color:#000;display:flex;flex-grow:1;font-size:1rem;line-height:1.6;opacity:.8;text-align:center}.values-closing{animation:fadeInUp 1s ease-out 1.2s forwards;margin-top:2rem;opacity:0}.values-closing-text{color:#4b5563;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:700px}.story-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:3rem}.story-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.story-content h3{color:#8b7355;font-size:1.875rem;font-size:4rem;font-weight:600;margin-bottom:1.5rem}.story-content p{color:#64748b;color:#000;line-height:1.7;margin-bottom:1.5rem}.story-image{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:12px;color:#64748b;display:flex;font-size:1.125rem;height:300px;justify-content:center;width:100%}@media (max-width:1024px){.values-grid{gap:2rem}.stats-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{gap:1.5rem}}@media (max-width:768px){.hero-title{font-size:2.25rem}.section-title{font-size:2rem}.story-grid{gap:2rem;grid-template-columns:1fr}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.values-grid{gap:2rem;grid-template-columns:1fr}.hero-section{padding:3rem 1rem}.story-section{padding:2rem}.values-title{font-size:2rem}.values-badge{padding:1rem 2rem}}@media (max-width:480px){.stats-grid{gap:1.5rem;grid-template-columns:1fr}.stat-number{font-size:2rem}.values-title{font-size:1.75rem}.value-card{min-height:260px;padding:2rem 1.5rem}.values-badge{padding:.75rem 1.5rem}}.slideshow-container{height:100vh;overflow:hidden;position:relative;width:100vw}.headerStyle{align-items:center;background:linear-gradient(180deg,#0009,#0003 70%,#0000);display:flex;justify-content:space-between;padding:20px 40px;right:0;z-index:20}.headerStyle,.slide{left:0;position:absolute;top:0}.slide{animation:kenBurns 5s ease-out;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;width:100%;z-index:1}.slide.active{opacity:1}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-container{align-items:center;background:#0006;bottom:0;display:flex;justify-content:flex-start;left:0;padding-left:5%;position:absolute;right:0;top:0;z-index:10}.hero-content{color:#fff;display:flex;flex-direction:column;padding:0 20px;text-align:left}.hero-title{animation:titleGlow 3s ease-in-out infinite alternate;color:#fff;font-size:4rem;font-weight:900;letter-spacing:3px;margin-bottom:2rem;text-shadow:2px 2px 4px #000000b3}@keyframes titleGlow{0%{text-shadow:2px 2px 4px #000000b3}to{text-shadow:2px 2px 20px #ffffff4d,2px 2px 4px #000000b3}}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin:0;max-width:700px;opacity:.95;text-shadow:1px 1px 2px #000c}.slide-indicators{bottom:30px;display:flex;gap:15px;left:50%;position:absolute;transform:translateX(-50%);z-index:15}.indicator{background:#ffffff80;border:2px solid #0000;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#fff;box-shadow:0 0 15px #fff9;transform:scale(1.2)}.indicator:hover{background:#fffc;transform:scale(1.1)}.social-buttons{gap:15px}.social-btn,.social-buttons{align-items:center;display:flex}.social-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.social-btn:hover{background:#fff3!important;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.social-btn svg{display:block;margin:0 auto}@media (max-width:768px){.headerStyle{flex-wrap:nowrap;padding:15px 20px}.hero-container{flex-direction:column;justify-content:center;padding:0 20px}.hero-container,.hero-content{align-items:center;text-align:center}.hero-content{max-width:100%;padding:0 15px}.slideshow-container{height:70vh}.hero-title{font-size:2.5rem;letter-spacing:2px;margin-bottom:1.5rem}.hero-subtitle{font-size:1.1rem;line-height:1.6}.social-buttons{gap:12px}.social-btn{height:40px;width:40px}.social-btn svg{height:18px;width:18px}}@media (max-width:480px){.headerStyle{padding:12px 15px}.hero-title{font-size:2rem;letter-spacing:1px}.hero-subtitle{font-size:1rem}.social-buttons{gap:10px}.social-btn{height:36px;width:36px}.social-btn svg{height:16px;width:16px}}@media (max-width:320px){.headerStyle{padding:10px}.social-buttons{gap:8px}}.hero{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.scroll-indicator{animation:bounce 2s infinite;bottom:2rem;color:#fff;left:50%;opacity:.7;position:absolute;transform:translateX(-50%);z-index:2}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:480px){.hero-section{padding:1rem .5rem}.hero-title{font-size:2rem}}.services{background-color:#f8fafc;min-height:100vh;padding:4rem 1rem}.services-container{margin:0 auto;max-width:1280px}.hero-section{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;margin:-4rem -1rem 5rem;overflow:hidden;padding:5rem 2rem;position:relative;text-align:left}.hero-section:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0;max-width:800px;position:relative;z-index:2}.hero-title{animation:fadeInUp .8s ease-out .3s forwards;font-size:3rem;font-weight:700;margin-bottom:1.5rem;opacity:0}.hero-description{animation:fadeInUp .8s ease-out .5s forwards;font-size:1.25rem;line-height:1.6;opacity:.9;opacity:0}.service-navigation{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.nav-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.nav-button:hover{border-color:#000;color:#000;transform:translateY(-2px)}.nav-button.active{background:#000;border-color:#000;color:#fff}.service-content{grid-gap:3rem;display:grid;gap:3rem}.service-header{margin-bottom:3rem;text-align:center}.service-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.service-subtitle{color:#64748b;font-size:1.25rem;margin-bottom:2rem}.service-description{color:#475569;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:800px}.highlights-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:3rem}.highlights-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.highlights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-item{align-items:flex-start;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem}.highlight-icon{background:beige;border-radius:8px;color:#000;flex-shrink:0;padding:.5rem}.categories-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.category-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;transition:all .3s ease}.category-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.category-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.category-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.service-list{grid-gap:.75rem;display:grid;gap:.75rem}.service-item{align-items:center;background:#f8fafc;border-radius:8px;color:#475569;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem}.service-bullet{background:#000;border-radius:50%;flex-shrink:0;height:8px;width:8px}.influencer-types{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:3rem}.influencer-types-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.influencer-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.influencer-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.influencer-card:hover{border-color:#000;transform:translateY(-2px)}.influencer-type{color:#000;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.influencer-range{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.influencer-focus{color:#64748b;font-size:.9rem}.platform-stats{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:3rem}.platform-stats-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.platform-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.platform-card{background:#f8fafc;border-left:4px solid #000;border-radius:12px;padding:2rem}.platform-name{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.platform-stat{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.platform-detail{color:#64748b;font-size:.9rem;line-height:1.4}.core-services{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:3rem}.core-services-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.core-services-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.core-service-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.core-service-item:hover{background:beige;transform:translateX(4px)}.cta-section{background:linear-gradient(135deg,#000,#1a1a1a);border-radius:16px;color:#fff;margin-top:4rem;padding:4rem 2rem;text-align:center}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-button{align-items:center;background:beige;border-radius:8px;color:#000;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.25rem}.service-navigation{align-items:center;flex-direction:column}.nav-button{justify-content:center;max-width:300px;width:100%}.categories-section,.timeline-grid{grid-template-columns:1fr}.hero-section{padding:3rem 1rem}.core-services,.highlights-section,.influencer-types,.platform-stats{padding:2rem}}@media (max-width:480px){.service-title{font-size:2rem}.timeline-card{padding:2rem}}
/*# sourceMappingURL=main.f0857b99.css.map*/