@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua&family=Josefin+Sans&family=Poppins&display=swap");:root{--primary:#004080;--primary-dark:#003060;--background:#f4f7fa;--card-background:#ffffff;--text-color:#1f1f1f;--muted-text:#666666;--font-josefin:"Josefin Sans",sans-serif;--font-inknut:"Inknut Antiqua",serif;--font-poppins:"Poppins",sans-serif}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-poppins);background-color:var(--background);color:var(--text-color)}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;min-height:70vh;max-width:1200px;margin:0 auto;gap:2rem;font-family:Josefin Sans,sans-serif;color:#111827}.hero{flex:1 1;max-width:50%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.highlight{color:#2563eb}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:#4b5563}.hero-buttons button{padding:.75rem 1.5rem;margin-right:1rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease}.try-btn{background-color:#2563eb;color:white}.try-btn:hover{background-color:#1e40af}.contact-btn{border:2px solid #2563eb}.contact-btn,.contact-btn:hover{background-color:#2563eb;color:white}.sphere-container{flex:1 1;max-width:50%;display:flex;justify-content:center;align-items:center;height:400px}.additional,.brands-collaboration,.case-study,.offer-cards,.ready-to-collaborate,.top-influencers,.working{padding:3rem 1rem}.additional{background-color:#ffffff}.working{background-color:var(--card-background);border-radius:12px;max-width:850px;margin:auto;box-shadow:0 4px 10px rgba(0,0,0,.05)}.working h2{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.offer-heading,.working h2{font-family:var(--font-josefin)}.offer-heading{font-size:2rem;font-weight:600;text-align:center;margin-bottom:10px;margin-top:30px}.offer-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.card{background-color:var(--card-background);padding:2rem;border-radius:12px;width:280px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.08)}.icon{font-size:2rem;color:var(--primary);margin-bottom:.75rem}.title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.description{color:var(--muted-text);font-size:.95rem;margin-bottom:1rem}.learn-more{color:var(--primary);text-decoration:underline;font-weight:500}.case-study{background-color:#fff;text-align:center;padding:4rem 2rem}.case-study-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.case-study-subtitle{font-size:1.1rem;color:var(--muted-text);margin-bottom:3rem}.case-cards{gap:4rem}.case-row{justify-content:space-between;border-radius:16px;background-color:#f9f9f9;box-shadow:0 10px 25px rgba(0,0,0,.05);transition:transform .3s ease}.case-row:hover{transform:translateY(-4px)}.case-row.reverse{flex-direction:row-reverse}.case-text{flex:1 1;min-width:280px;text-align:left}.case-card-title{font-size:1.75rem;margin-bottom:.6rem;color:var(--primary)}.case-meta{font-size:1rem;color:#777;margin-bottom:.5rem;font-style:italic}.case-text p{line-height:1.6;margin-bottom:.8rem}.case-results{padding-left:1.2rem;margin-top:1rem}.case-results li{font-size:.95rem;color:#333;list-style:disc}.case-logo{flex:1 1;min-width:220px;text-align:center}.case-logo img{max-width:180px;border-radius:10px;transition:transform .3s ease}.case-logo img:hover{transform:scale(1.05)}@media screen and (max-width:768px){.case-row,.case-row.reverse{flex-direction:column;text-align:center}.case-text{text-align:center}.case-logo img{margin-top:1rem}}.brands-collaboration,.top-influencers{background:white;text-align:center}.brands-collaboration h1,.top-influencers h1{font-size:2rem;margin-bottom:2rem;color:var(--primary)}.top-influencers .highlight{color:#1c0d72}.influencer-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.influencer-card{background:white;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:1.5rem 1rem;width:100%;max-width:250px;display:flex;flex-direction:column;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.influencer-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.influencer-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #1c0d72}.influencer-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.influencer-card p{margin:.2rem 0;color:#333}.influencer-card .followers{color:var(--primary);font-weight:500;font-size:.95rem}.influencer-card a{margin-top:.6rem;color:#1c0d72;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.influencer-card a:hover{border-color:#1c0d72;color:#000}.brands-logos{flex-wrap:wrap;gap:2rem}.brand-card,.brands-logos{display:flex;justify-content:center}.brand-card{background:white;padding:1rem;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.05);width:100px;height:100px;align-items:center}.brand-card img{max-width:80%;max-height:80%;object-fit:contain}.ready-to-collaborate{background-color:#ffffff;text-align:center;border-top:1px solid #ccc}.ready-to-collaborate h2{font-size:2rem;margin-bottom:1rem;color:var(--primary)}.ready-to-collaborate p{font-size:1.1rem;margin-bottom:2rem;color:var(--muted-text)}.ready-to-collaborate button{background-color:var(--primary);color:white;border:none;padding:.8rem 2rem;font-size:1.05rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.ready-to-collaborate button:hover{background-color:var(--primary-dark)}a:focus,button:focus{outline:2px dashed var(--primary);outline-offset:4px}@media (max-width:600px){.hero{padding:1.5rem 1rem;align-items:center}.hero,.hero-container{flex-direction:column;text-align:center}.hero-container{padding:2rem 1rem}.sphere-wrapper{margin-top:10px;width:100%;display:flex;justify-content:center}.hero-title,.ready-to-collaborate h2{font-size:2.4rem;line-height:1.4;font-weight:700}.hero-subtitle,.ready-to-collaborate p{font-size:1.1rem;line-height:1.6;font-weight:400}.hero-buttons button{font-size:1.5rem;padding:.6rem 1.2rem;margin:1.2rem .5rem 0}.contact-btn,.try-btn{width:100%;font-size:1rem;padding:.6rem 1rem;margin:5px}.case-cards,.influencer-grid,.offer-cards{flex-direction:column;align-items:center;gap:1rem}.sphere-wrapper{height:auto;margin-top:2rem}.orbit,.sphere{width:200px;height:200px}.orbit{margin-left:-100px;margin-top:-100px}.orbit-icon{width:30px;height:30px}.footer-content h3{font-size:1.3rem}.footer-links{flex-direction:column;gap:.5rem}.team-grid{flex-direction:column;gap:1.2rem}.team-member{width:100%}}.case-details summary{cursor:pointer;font-weight:600;color:#0056b3;margin-top:.5rem}.case-details p{margin-top:.5rem;font-size:.95rem;white-space:pre-wrap;line-height:1.5}.our-work{max-width:900px;margin:4rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.our-work h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.our-work .highlight{color:#2563eb}.case-cards{display:flex;flex-direction:column;gap:3rem}.case-row{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;background:#f9f9f9;border-radius:10px;padding:2rem;box-shadow:0 6px 15px rgba(0,0,0,.1)}.case-text{flex:1 1 400px}.case-category{font-size:.9rem;font-weight:600;color:#2563eb;text-transform:uppercase;margin-bottom:.5rem}.case-card-title{font-size:1.6rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.case-text p{font-size:1rem;margin-bottom:1rem;color:#444;line-height:1.5}.case-results{list-style:disc inside;margin-bottom:1.2rem;padding-left:1rem;color:#555}.case-results li{margin-bottom:.5rem}.case-read-more{font-weight:600;color:#2563eb;text-decoration:none;font-size:1rem;transition:color .3s ease}.case-read-more:hover{color:#2563eb;text-decoration:underline}.case-logo{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.case-logo img{max-width:160px;height:auto;object-fit:contain;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.1))}@media (max-width:768px){.case-row{flex-direction:column;text-align:center}.case-logo{margin-top:1.5rem}}.influencer-review-section{padding:40px 20px;background-color:#f9f9f9;text-align:center}.review-heading{font-size:28px;margin-bottom:30px;color:#222}.review-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.review-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px 25px;width:260px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .2s ease}.review-card:hover{transform:translateY(-5px)}.influencer-name{font-size:20px;margin-bottom:10px;color:#111}.collab-brand{font-size:16px;color:#666}.sphere-wrapper{display:flex;justify-content:center;align-items:center;height:60vh;perspective:1000px;position:relative;background:linear-gradient(90deg,#f4f7fa,#ffffff)}.sphere{border-radius:50%;background:radial-gradient(circle at center,#ffffff,#dce3ea);z-index:1;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;font-family:Josefin Sans,sans-serif;font-size:2rem;font-weight:700;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:none}.orbit,.sphere{position:absolute;width:240px;height:240px;top:50%;left:50%;transform-style:preserve-3d}.orbit{margin-left:-120px;margin-top:-120px;animation:rotate 14s linear infinite;z-index:2}.orbit-icon{position:absolute;width:36px;height:36px;top:50%;left:50%;margin-left:-18px;margin-top:-18px;background-color:#ffffff;border:2px solid var(--primary);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.orbit-icon:hover{transform:scale(1.15);background-color:var(--primary);color:white}.orbit-icon:first-child{transform:rotateY(0deg) translateZ(120px)}.orbit-icon:nth-child(2){transform:rotateY(72deg) translateZ(120px)}.orbit-icon:nth-child(3){transform:rotateY(144deg) translateZ(120px)}.orbit-icon:nth-child(4){transform:rotateY(216deg) translateZ(120px)}.orbit-icon:nth-child(5){transform:rotateY(288deg) translateZ(120px)}@keyframes rotate{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}