/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.z-50{z-index:50}.\!container{width:100%!important}.container{width:100%}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.list-item{display:list-item}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.h-full{height:100%}.w-1\/2{width:50%}.w-2\/3{width:66.6667%}.w-3\/4{width:75%}.w-full{width:100%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.truncate{text-overflow:ellipsis;white-space:nowrap}.overflow-hidden,.truncate{overflow:hidden}.rounded-full{border-radius:3.40282e+38px}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.lowercase{text-transform:lowercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale,.invert{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}:root{--primary:#ff1242;--primary-light:#ff12421a;--secondary:#0a0a0a;--secondary-light:#777;--light:#f5f5f7;--white:#fff;--dark:#111;--accent:#3a86ff;--text:#333;--soft-bg:#f8f9fa;--soft-shadow:0 10px 30px #00000014;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--light);color:var(--text);font-family:Space Grotesk,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{color:var(--accent);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary)}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}.white-header{background-color:var(--white);z-index:1000;width:100%;transition:var(--transition);padding:1.2rem 0;position:fixed;top:0;left:0;box-shadow:0 2px 20px #0000000d}.white-header.scrolled{padding:.8rem 0}.navbar{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--secondary);letter-spacing:-.5px;font-size:1.8rem;font-weight:700;text-decoration:none;position:relative}.logo:after{content:"";background-color:var(--primary);width:30%;height:3px;transition:width .3s;position:absolute;bottom:-5px;left:0}.logo:hover:after{width:100%}.nav-list{gap:2.5rem;list-style:none;display:flex}.nav-link{color:var(--secondary);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link.active,.nav-link:hover{color:var(--primary)}.nav-link.active:after,.nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.hamburger{cursor:pointer;display:none}.bar{background-color:var(--secondary);width:25px;height:3px;margin:5px auto;transition:all .3s;display:block}.hero-section{background-color:var(--soft-bg);background:linear-gradient(90deg,#f8f9fb,#eef1f5);padding-top:120px;padding-bottom:6rem;position:relative;overflow:hidden}.hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-intro{position:relative}.hero-text-content{max-width:540px}.hero-subtitle{color:var(--primary);letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:500;display:block}.hero-title{color:var(--secondary);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-title .accent{color:var(--primary);position:relative}.hero-title .accent:after{content:"";background-color:var(--primary-light);z-index:-1;width:100%;height:8px;position:absolute;bottom:5px;left:0}.hero-description{color:var(--secondary-light);margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-stat-row{gap:2rem;margin-bottom:2rem;display:flex}.hero-stat{flex-direction:column;display:flex}.stat-number{color:var(--secondary);font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:var(--secondary-light);font-size:.9rem}.hero-cta{margin-bottom:2rem}.btn{border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{color:var(--primary);box-shadow:var(--soft-shadow);background-color:#0000;transform:translateY(-3px)}.thought-leadership{box-shadow:var(--soft-shadow);background-color:#fff;border-radius:10px;padding:2.5rem}.insights-title{color:var(--secondary);margin-bottom:1.5rem;font-size:1.5rem;display:inline-block;position:relative}.insights-title:after{content:"";background-color:var(--primary);width:40px;height:3px;position:absolute;bottom:-8px;left:0}.article-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}.article-card{background-color:var(--soft-bg);border-radius:8px;padding:1.5rem;transition:all .3s}.article-card:hover{box-shadow:var(--soft-shadow);transform:translateY(-5px)}.article-date{color:var(--secondary-light);margin-bottom:.5rem;font-size:.85rem}.article-title{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.article-excerpt{color:var(--secondary-light);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.article-link{color:var(--primary);align-items:center;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.article-link:after{content:"→";margin-left:.5rem;transition:transform .3s}.article-link:hover{color:var(--secondary)}.article-link:hover:after{transform:translate(5px)}.article-card.skeleton{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;height:200px;animation:shimmer 1.5s infinite}.article-card-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:1rem;margin-bottom:12px;animation:shimmer 1.5s infinite}.article-card-title.skeleton-text{width:90%;height:1.5rem;margin-bottom:16px}.article-card-excerpt.skeleton-text{height:4rem}.article-card-meta{justify-content:space-between;margin-top:auto;display:flex}.article-card-date.skeleton-text,.article-card-tags.skeleton-text{width:45%;height:.8rem;margin-bottom:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.about{background-color:#fff;padding:8rem 0}.section-title{text-align:center;color:var(--secondary);margin-bottom:4rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background-color:var(--primary);width:80px;height:3px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.about-grid{grid-template-columns:1fr 2fr;align-items:center;gap:4rem;display:grid}.about-image{border-radius:10px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-image img{width:100%;height:auto;transition:var(--transition);display:block}.about-image:hover img{transform:scale(1.05)}.experience-title{color:var(--secondary);margin-bottom:2rem;font-size:1.8rem}.experience-item{border-bottom:1px solid #0000001a;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.experience-role{font-size:1.1rem;font-weight:600}.experience-company{color:var(--primary)}.experience-period{text-align:right;color:#777}.brands{background-color:#fff;padding:8rem 0}.brands-intro{text-align:center;max-width:700px;margin:0 auto 4rem}.brands-grid{grid-template-columns:repeat(5,1fr);place-items:center;gap:30px;max-width:1200px;margin:0 auto;display:grid}.brand-item{justify-content:center;align-items:center;transition:all .3s;display:flex}.brand-item:hover{transform:scale(1.05)}.brand-item img{-o-object-fit:contain;object-fit:contain;width:64px;height:64px}.contact{background-color:#fff;padding:8rem 0;position:relative}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-info{width:90%}.contact-info h3{margin-bottom:1.5rem;font-size:2rem}.contact-text{margin-bottom:2rem;font-size:1.1rem}.contact-icon{justify-content:center;align-items:center;margin-top:2.5rem;margin-bottom:1.5rem;display:flex}.contact-svg{color:var(--primary);opacity:.8;transition:all .3s}.contact-icon:hover .contact-svg{opacity:1;transform:scale(1.05)}.contact-form{background-color:#fff;border-radius:10px;width:90%;padding:3rem}.form-group{margin-bottom:1.5rem}.form-control{width:100%;transition:var(--transition);border:1px solid #ddd;border-radius:5px;padding:1rem;font-family:Space Grotesk,sans-serif}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ff124233}textarea.form-control{resize:vertical;min-height:150px}.submit-btn{cursor:pointer;width:100%;font-size:1rem}.contact-image{border-radius:10px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.contact-image img{width:100%;height:auto;display:block}footer{background-color:var(--secondary);color:#fff;padding:4rem 0 2rem}.footer-container{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.footer-logo{color:#fff;margin-bottom:1rem;font-size:1.8rem;display:inline-block}.footer-text{max-width:300px;margin-bottom:1.5rem}.social-links{gap:1rem;list-style:none;display:flex}.social-links a{color:#fff;width:40px;height:40px;transition:var(--transition);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background-color:var(--primary);transform:translateY(-3px)}.footer-title{margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.2rem;position:relative}.footer-title:after{content:"";background-color:var(--primary);width:50px;height:2px;position:absolute;bottom:0;left:0}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ccc;transition:var(--transition)}.footer-links a:hover{color:#fff;padding-left:5px}.footer-contact{list-style:none}.footer-contact li{align-items:flex-start;margin-bottom:1rem;display:flex}.footer-contact span{color:var(--primary);margin-right:1rem}.copyright{text-align:center;color:#ccc;border-top:1px solid #ffffff1a;margin-top:4rem;padding-top:2rem;font-size:.9rem}.hero-option-2{background-color:var(--light);background-image:linear-gradient(135deg,#f5f5f7,#f8f9fb);padding:8rem 0 6rem;position:relative;overflow:hidden}.hero-wrapper-alt{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text-side{max-width:600px}.hero-visual-side{flex-direction:column;align-items:center;display:flex;position:relative}.hero-image-container{margin-bottom:2rem;position:relative}.hero-profile-image{border-radius:20px;transition:all .3s;transform:rotate(2deg);box-shadow:0 20px 40px #00000026}.hero-profile-image:hover{transform:rotate(0);box-shadow:0 25px 50px #0003}.experience-badge{background:var(--primary);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;animation:pulse 3s infinite;display:flex;position:absolute;bottom:-20px;left:-30px;box-shadow:0 8px 16px #ff12424d}.badge-number{font-size:1.8rem;font-weight:800;line-height:1}.badge-text{text-align:center;max-width:80px;font-size:.75rem;font-weight:500}.hero-achievements{justify-content:center;gap:2rem;display:flex}.achievement-item{text-align:center;flex-direction:column;align-items:center;display:flex}.achievement-label{color:var(--secondary-light);max-width:120px;font-size:.9rem}.hero-cta-group{gap:1rem;margin-top:2.5rem;display:flex}@keyframes pulse{0%{box-shadow:0 0 #ff124266}70%{box-shadow:0 0 0 10px #ff124200}to{box-shadow:0 0 #ff124200}}@media (max-width:992px){.hero-wrapper-alt{grid-template-columns:1fr;gap:3rem}.hero-text-side{text-align:center;margin:0 auto}.hero-cta-group{justify-content:center}}@media (max-width:768px){.hero-option-2{padding:6rem 0 4rem}.hero-profile-image{max-width:100%;height:auto}.experience-badge{width:80px;height:80px;bottom:-10px;left:-20px}.badge-number{font-size:1.4rem}.achievement-number{font-size:1.8rem}}.hero-option-3{background:linear-gradient(135deg,#f8f9fb,#f0f2f5);padding:10rem 0 8rem;position:relative;overflow:hidden}.hero-bg-pattern{z-index:0;background-image:radial-gradient(circle at 10% 20%,#ff124208 0,#0000 20%),radial-gradient(circle at 90% 30%,#ff124208 0,#0000 20%),radial-gradient(circle at 30% 70%,#00000008 0,#0000 25%),radial-gradient(circle at 70% 80%,#00000008 0,#0000 25%);background-size:120% 120%;position:absolute;inset:0}.hero-wrapper-no-photo{z-index:1;position:relative}.hero-content-centered{text-align:center;max-width:900px;margin:0 auto}.hero-title-large{color:var(--secondary);letter-spacing:-1px;margin-bottom:1rem;font-size:5rem;font-weight:800;line-height:1.1}.hero-tagline{color:var(--primary);letter-spacing:2px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-description-wide{color:var(--secondary-light);max-width:750px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.hero-stats-row{justify-content:center;gap:3rem;margin-bottom:3rem;display:flex}.hero-stat-box{border-left:3px solid var(--primary);background-color:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000000f}.hero-stat-box:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.stat-icon{color:var(--primary);font-size:2rem}.stat-content{flex-direction:column;display:flex}@media (max-width:992px){.hero-title-large{font-size:4rem}.hero-stats-row{flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero-stat-box{flex:1 0 200px;min-width:200px;padding:1rem 1.5rem}}@media (max-width:768px){.hero-option-3{padding:8rem 0 6rem}.hero-title-large{font-size:3rem}.hero-tagline{font-size:1.2rem}.hero-description-wide{font-size:1.1rem}.hero-stats-row{flex-direction:column;max-width:300px;margin-left:auto;margin-right:auto}.hero-stat-box{width:100%}.hero-cta-group{flex-direction:column}}@media (max-width:480px){.hero-title-large{font-size:2.5rem}}.hero-option-4{background-color:#f4f7fa;min-height:90vh;padding:10rem 0 6rem;position:relative;overflow:hidden}.gradient-blob{filter:blur(50px);z-index:0;background:radial-gradient(circle,#ff124214 0,#ff124200 70%);border-radius:50%;width:50%;height:70%;animation:float 15s ease-in-out infinite;position:absolute;top:-20%;right:-10%}.grid-pattern{z-index:0;opacity:.4;background-image:linear-gradient(#00000005 1px,#0000 0),linear-gradient(90deg,#00000005 1px,#0000 0);background-size:25px 25px;position:absolute;inset:0}.floating-shapes .shape{z-index:1;opacity:.1;position:absolute}.shape-1{background-color:var(--primary);width:40px;height:40px;animation:float 8s ease-in-out infinite;top:15%;left:10%;transform:rotate(45deg)}.shape-2{border:3px solid var(--primary);border-radius:50%;width:60px;height:60px;animation:float 12s ease-in-out infinite reverse;bottom:20%;right:15%}.shape-3{background-color:var(--secondary);border-radius:8px;width:50px;height:50px;animation:float 10s ease-in-out 2s infinite;top:30%;right:25%}.shape-4{border:3px solid var(--secondary);width:35px;height:35px;animation:spin 15s linear infinite;bottom:25%;left:15%}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.hero-container-4{z-index:2;position:relative}.hero-content-modern{max-width:700px;margin:0 auto 4rem}.headline-wrapper{margin-bottom:2rem}.hero-eyebrow{color:var(--primary);background-color:#ff124214;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:1.2rem;font-weight:500;display:inline-block;position:relative}.hero-dynamic-text{margin-bottom:1.5rem}.hero-title-dynamic{color:var(--secondary);flex-direction:column;gap:.5rem;font-size:4.5rem;font-weight:800;line-height:1;display:flex}.title-static{color:var(--secondary-light);font-size:.75em;display:block}.title-changing{color:var(--secondary);width:100%;height:1.2em;display:block;position:relative;overflow:hidden}.title-word{animation:rotateWord 8s cubic-bezier(.23,1,.32,1) infinite}@keyframes rotateWord{0%,18%,to{opacity:0;filter:blur(5px);transform:translateY(50px)}15%,2%{opacity:1;filter:blur();transform:translateY(0)}}.title-word{opacity:0;width:100%;color:var(--primary);position:absolute;left:0}.title-word:first-child{animation:rotateWord 8s ease-out infinite}.title-word:nth-child(2){animation:rotateWord 8s ease-out 2s infinite}.title-word:nth-child(3){animation:rotateWord 8s ease-out 4s infinite}.title-word:nth-child(4){animation:rotateWord 8s ease-out 6s infinite}@media (max-width:768px){.title-word{opacity:0;width:auto;position:absolute;left:50%;transform:translate(-50%)}.title-word:first-child{animation:rotateWordMobile 8s ease-out infinite}.title-word:nth-child(2){animation:rotateWordMobile 8s ease-out 2s infinite}.title-word:nth-child(3){animation:rotateWordMobile 8s ease-out 4s infinite}.title-word:nth-child(4){animation:rotateWordMobile 8s ease-out 6s infinite}}.hero-tagline-modern{background-color:#fff;border-radius:50px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:.75rem 1.5rem;display:inline-flex;box-shadow:0 10px 20px #0000000d}.tag-icon{font-size:1.25rem}.tag-text{color:var(--secondary);font-weight:600}.hero-description-modern{color:var(--secondary-light);margin:2rem 0;font-size:1.2rem;line-height:1.6}.tech-pills-container{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.tech-label{color:var(--secondary);white-space:nowrap;font-weight:600}.tech-pills{flex-wrap:wrap;gap:.5rem;display:flex}.tech-pill{color:var(--secondary);background-color:#fff;border:1px solid #e4e4e7;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.tech-pill:hover{background-color:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-3px)}.hero-cta-modern{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-neon{color:var(--secondary);z-index:1;background-color:#0000;border:1px solid #0000001a;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.btn-neon:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.btn-neon:hover{color:var(--primary);background-color:#fff;border-color:#0000;transform:translateY(-3px);box-shadow:0 7px 20px #0000001a}.btn-neon:hover:before{transform:translate(100%)}.btn-neon svg{transition:transform .2s}.btn-neon:hover svg{transform:translate(4px)}.achievement-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.achievement-card{background-color:#fff;border-top:4px solid #0000;border-radius:16px;align-items:center;gap:1rem;min-width:300px;padding:1.5rem;transition:all .4s;display:flex;box-shadow:0 10px 30px #00000014}.achievement-card:hover{border-top-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.achievement-icon{font-size:2.5rem;line-height:1}.achievement-content{flex-direction:column;display:flex}.achievement-number{color:var(--secondary);font-size:2rem;font-weight:800;line-height:1}.achievement-text{color:var(--secondary-light);font-size:.95rem;line-height:1.4}@media (max-width:992px){.hero-title-dynamic{font-size:3.5rem}.achievement-cards{flex-direction:column;max-width:350px;margin:0 auto}}@media (max-width:768px){.hero-option-4{padding:8rem 0 4rem}.hero-title-dynamic{text-align:center;width:100%;font-size:3rem}.title-changing{justify-content:center;margin:0 auto;display:flex}.title-word{width:auto;position:absolute;left:50%;transform:translate(-50%)}@keyframes rotateWordMobile{0%{opacity:0;filter:blur(5px);transform:translate(-50%,50px)}3%{opacity:1;filter:blur();transform:translate(-50%)}15%{opacity:1;filter:blur();transform:translate(-50%)}20%{opacity:0;filter:blur(5px);transform:translate(-50%,-50px)}80%{opacity:0}to{opacity:0}}.title-word{animation:rotateWordMobile 8s cubic-bezier(.23,1,.32,1) infinite}.hero-content-modern{text-align:center;padding:0 1rem}.hero-cta-modern,.tech-pills-container{justify-content:center}.hero-tagline-modern{margin:1.5rem auto 0}}@media (max-width:480px){.hero-title-dynamic{font-size:2.5rem}.hero-tagline-modern{font-size:.9rem}.hero-eyebrow{font-size:1rem}}@media (max-width:992px){.hero-title{font-size:3.5rem}.hero-wrapper{grid-template-columns:1fr;gap:3rem}.hero-text-content{max-width:100%}.about-grid,.contact-grid,.footer-container{grid-template-columns:1fr;gap:3rem}.about-image{max-width:500px;margin:0 auto}.brands-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (max-width:768px){.hamburger{display:block}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-menu{text-align:center;background-color:#fff;width:100%;padding:2rem 0;transition:all .3s;position:fixed;top:70px;left:-100%;box-shadow:0 10px 20px #0000001a}.nav-list,.nav-menu{flex-direction:column}.nav-list{gap:1.5rem}.nav-menu.active{left:0}.hero-title{font-size:2.8rem}.hero-stat-row{flex-wrap:wrap;gap:1.5rem}.hero-stat{min-width:120px}.experience-item{grid-template-columns:1fr}.experience-period{text-align:left;margin-top:.5rem}.contact-form{padding:2rem}}@media (max-width:576px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.stat-number{font-size:2rem}.thought-leadership{padding:1.5rem}.btn{width:100%;margin-bottom:1rem;display:block}.brands-grid{grid-template-columns:repeat(2,1fr)}}.admin-page{background-color:#fff;min-height:100vh}.admin-container{background-color:#fff;max-width:1200px;min-height:calc(100vh - 120px);margin:0 auto;padding:120px 1.5rem 2rem}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_fed136{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_fed136{--font-montserrat:"Montserrat","Montserrat Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dcad92{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dcad92{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
/*# sourceMappingURL=c5400cd611569b1a.css.map*/