:root{--bg-primary:#f7f6f3;--bg-secondary:#fff;--bg-tertiary:#f0efec;--text-primary:#111;--text-secondary:#888880;--text-muted:#ccc;--border-color:#e5e4e0;--accent-red:#cb0021;--section-padding:100px;--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:"Space Mono", monospace;--shadow-card:0 16px 40px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;max-width:100vw;font-size:16px;line-height:1.6;overflow-x:hidden}body{background-color:var(--bg-primary);max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-weight:700;line-height:1.1}.text-stroke{color:#0000;-webkit-text-stroke:1.5px var(--text-primary)}.nav{z-index:50;-webkit-backdrop-filter:blur(20px);background:#f7f6f3cc;border-bottom:1px solid #e5e4e080;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.nav-scrolled{-webkit-backdrop-filter:blur(32px);background:#fffffffa;border-bottom:none;border-radius:0;width:100%;top:0;left:0;right:0;transform:none;box-shadow:0 8px 40px #0f0f0f24,0 2px 8px #0f0f0f14}@media (min-width:1024px){.nav-scrolled{border-radius:999px;width:60%;top:12px;left:50%;right:auto;transform:translate(-50%)}.nav-scrolled .nav-inner{max-width:100%;height:62px;padding:0 24px}.nav-scrolled .header-logo{width:54px;height:42px}.nav-scrolled .nav-brand-top{letter-spacing:.06em;font-size:18px}.nav-scrolled .nav-brand-bottom{letter-spacing:.03em;font-size:10px}.nav-scrolled .nav-link{padding:6px 11px;font-size:13px}.nav-scrolled .nav-cta{padding:8px 14px;font-size:12px}}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:80px;margin:0 auto;padding:0 24px;display:flex}.nav-brand{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:0;font-size:20px;font-weight:700;display:flex;position:relative}.header-logo{object-fit:contain;width:100px;height:75px}.nav-brand-text{flex-direction:column;line-height:1.2;display:flex;position:relative}.nav-brand-text:after{content:"";background:linear-gradient(180deg, var(--accent-red), transparent);opacity:.3;border-radius:2px;width:2px;height:28px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.nav-brand-top{letter-spacing:-.05em;color:var(--text-primary);font-family:Rajdhani,sans-serif;font-size:24px;font-weight:700;line-height:1;display:block}.brand-cap{font-size:1.1em;font-weight:700}.nav-brand-bottom{letter-spacing:.65em;text-transform:uppercase;color:var(--text-secondary);margin-top:3px;font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:600;line-height:1;display:block}@media (max-width:767px){.nav-brand-text:after{display:none}.nav-brand-top{letter-spacing:-.02em;font-size:16px}.nav-brand-bottom{letter-spacing:.38em;font-size:8px}.header-logo{border-radius:4px;width:55px;height:40px;padding:3px}}.nav-links{background:var(--bg-tertiary);border-radius:100px;align-items:center;gap:1px;padding:4px;display:none}.nav-link{color:var(--text-primary);border-radius:100px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.nav-link:hover{background:var(--bg-secondary)}.nav-link.active{background:var(--text-primary);color:var(--bg-primary)}.nav-cta{background:var(--text-primary);color:var(--bg-primary);border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .3s;display:none}.nav-cta:hover{transform:scale(1.03)}.dma-menu-btn{cursor:pointer;z-index:99999;background:#111;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,transform .2s;display:flex}.dma-menu-btn:hover{background:var(--accent-red)}.dma-menu-btn:active{transform:scale(.95)}@media (min-width:1024px){.nav-links{display:flex}.nav-cta{display:inline-flex}.dma-menu-btn{display:none!important}}@media (max-width:1023px){.dma-menu-btn{display:flex!important}}.mobile-menu{z-index:9999;-webkit-backdrop-filter:blur(20px);background:#f7f6f3fa;justify-content:center;align-items:center;animation:.3s forwards mobileMenuFade;display:flex;position:fixed;inset:0}@keyframes mobileMenuFade{0%{opacity:0}to{opacity:1}}.mobile-menu-inner{text-align:center;width:100%;max-width:400px;padding:40px 24px;position:relative}.mobile-menu-close{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.mobile-menu-close:hover{background:var(--bg-tertiary);transform:rotate(90deg)}.mobile-menu-link{font-family:var(--font-display);color:var(--text-primary);border-radius:16px;justify-content:center;align-items:center;gap:16px;margin:8px 0;padding:20px 24px;font-size:clamp(22px,5.5vw,36px);font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-link:hover{background:var(--bg-secondary);color:var(--accent-red)}.mobile-menu-number{font-family:var(--font-mono);color:var(--text-secondary);opacity:.7;font-size:13px;font-weight:600}.mobile-menu-cta{background:var(--accent-red);color:#fff;border-radius:100px;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:16px 36px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.mobile-menu-cta:hover{background:#a3001a;transform:scale(1.03)}.hero-section{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-ticker{z-index:11;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f6f3d9;padding-top:80px;position:absolute;top:0;left:0;right:0}.ticker-wrap{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:12px 0;overflow:hidden}.ticker-track{white-space:nowrap;animation:25s linear infinite ticker;display:flex}.ticker-track:hover{animation-play-state:paused}.ticker-item{flex-shrink:0;align-items:center;gap:16px;padding:0 16px;display:inline-flex}.ticker-item span{letter-spacing:.12em;color:var(--text-primary);text-transform:uppercase;font-size:11px;font-weight:500}.ticker-dot{background:var(--accent-red);border-radius:50%;flex-shrink:0;width:3px;height:3px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-content{z-index:2;grid-template-columns:1fr 45%;align-items:start;gap:60px;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-left{padding-top:20px}.hero-desc{color:var(--text-secondary);max-width:360px;margin-bottom:32px;font-size:14px;font-weight:300;line-height:1.7}.hero-title{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(56px,7vw,88px);line-height:1}.hero-title-line{flex-wrap:wrap;align-items:baseline;gap:20px;display:flex}.hero-title-line+.hero-title-line{margin-top:6px}.hero-location{color:var(--text-secondary);letter-spacing:.04em;margin-top:16px;font-size:13px;font-weight:400}.hero-pills{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.hero-pill{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);letter-spacing:.02em;border-radius:40px;padding:6px 14px;font-size:11px}.hero-projects-strip{margin:32px 0;overflow:hidden}.projects-track{gap:12px;animation:20s linear infinite slide-projects;display:flex}.projects-track:hover{animation-play-state:paused}.project-pill{border:1px solid var(--border-color);background:var(--bg-secondary);white-space:nowrap;border-radius:40px;flex-shrink:0;align-items:center;gap:10px;padding:8px 16px;display:inline-flex}.project-pill-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.project-pill-name{color:var(--text-primary);font-size:13px;font-weight:500}.project-pill-type{color:var(--text-secondary);font-size:12px}@keyframes slide-projects{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-cta-row{flex-wrap:wrap;gap:12px;display:flex}.hero-btn-primary{background:var(--accent-red);color:#fff;border-radius:4px;align-items:center;gap:8px;padding:15px 30px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.hero-btn-primary:hover{opacity:.9}.hero-btn-secondary:hover{border-color:var(--text-primary)}.hero-visual{pointer-events:none;height:520px;position:relative}.hero-card{box-shadow:var(--shadow-card);border-radius:10px;transition:transform .4s;position:absolute;overflow:hidden}.hero-card img{object-fit:cover;width:100%;height:100%}.hero-card-label{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:space-between;align-items:center;padding:8px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-card-label span:first-child{color:#fff;font-size:11px;font-weight:500}.hero-card-label span:last-child{color:#ffffff80;font-size:10px}.hero-badge-live{z-index:4;background:var(--bg-secondary);pointer-events:auto;border-radius:40px;align-items:center;gap:8px;padding:6px 12px;display:flex;position:absolute;top:20px;right:10px;box-shadow:0 4px 16px #0000001a}.hero-badge-dot{background:#1d9e75;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-badge}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.5}}.hero-badge-text{color:var(--text-primary);font-size:11px;font-weight:500}.hero-scroll{align-items:center;gap:12px;margin-top:40px;display:flex}.hero-scroll-line{background:var(--border-color);width:1px;height:44px}.clients-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:28px 0;overflow:hidden}.clients-inner{align-items:center;display:flex}.clients-label{border-right:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;padding:0 40px;font-size:11px}.clients-track-wrap{flex:1;overflow:hidden}.clients-track{gap:12px;animation:30s linear infinite ticker;display:flex}.clients-track:hover{animation-play-state:paused}.client-pill{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);white-space:nowrap;border-radius:40px;flex-shrink:0;padding:7px 18px;font-size:13px}@media (max-width:768px){.clients-label{display:none}}.services-section .text-stroke{color:var(--accent-red);-webkit-text-stroke:0}.services-section{background:linear-gradient(135deg,#f7f6f3 0%,#f0efec 50%,#e8e5e0 100%);margin-top:80px;padding:120px 6vw;position:relative;overflow:hidden}.services-digital-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.services-bg-image{pointer-events:none;z-index:0;background-image:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781687554/AQPqEfQY7KCGO6l6kexc9wZecTTZRzmelId_ulbCzx807tMDAZmY4DXobBKYZObGjmIzJYK4Nz62tRkLCai8IxxQAESf_AJtC2Z_JbfEFO_zQIHgsFCLqSddIMq80Mnc5IhRJ54kG6fkvrc1GYQK24Fz9_tK-w.jpeg_kc4oh6.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.services-text-overlay{pointer-events:none;z-index:1;background:linear-gradient(135deg,#f7f6f3e0 0%,#f0efecd1 50%,#e8e5e0d9 100%);position:absolute;inset:0}.services-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#cb00211a,#0000 70%);border-radius:50%;width:700px;height:700px;animation:18s ease-in-out infinite float;position:absolute;top:-40%;right:-15%}.services-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#11111108,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-20%;left:-5%}.services-section .section-header,.services-section .tw-cases{z-index:1;position:relative}.section-header{z-index:1;flex-direction:column;gap:24px;margin-bottom:80px;display:flex;position:relative}.section-header-row{flex-direction:column;gap:24px;display:flex}@media (min-width:768px){.section-header-row{flex-direction:row;justify-content:space-between;align-items:center;gap:60px}}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-red);background:#cb002114;border:1px solid #cb002126;border-radius:100px;width:fit-content;margin-bottom:16px;padding:10px 20px;font-size:11px;font-weight:700;transition:all .3s;display:inline-block}.section-header:hover .section-label{background:#cb002126;border-color:#cb00214d}.section-title{color:var(--text-primary);letter-spacing:-.02em;max-width:700px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.15;animation:.8s ease-out fadeInUp}.section-link{color:var(--text-primary);border-bottom:2px solid var(--text-primary);white-space:nowrap;align-items:center;gap:8px;padding-bottom:4px;font-size:15px;font-weight:700;transition:all .3s;display:inline-flex}.section-link:hover{color:var(--accent-red);border-color:var(--accent-red);transform:translate(4px)}.tw-cases{column-count:2;z-index:1;column-gap:16px;display:block;position:relative}@media (min-width:640px){.tw-cases{column-count:2}}@media (min-width:1024px){.tw-cases{column-count:3}}@media (min-width:1280px){.tw-cases{column-count:4}}.service-card{text-align:left;cursor:pointer;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid;border:2px solid #d73d56;border-radius:20px;flex-direction:column;justify-content:flex-end;width:100%;margin-bottom:24px;padding:24px 20px;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s,border-color .4s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #00000024}.services-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;z-index:2;-ms-overflow-style:none;scrollbar-width:none;gap:24px;padding-bottom:32px;display:flex;position:relative;overflow-x:auto}.services-slider::-webkit-scrollbar{display:none}.services-slider .service-card{scroll-snap-align:center;-webkit-font-smoothing:antialiased;flex:0 0 calc(50% - 12px);margin-bottom:0;transform:translateZ(0)}@media (min-width:1024px){.services-slider{gap:32px}.services-slider .service-card{flex:0 0 350px}.mobile-slider{display:none!important}}.desktop-cases .service-card:nth-child(4n+1) .service-image{min-height:120px}.desktop-cases .service-card:nth-child(4n+2) .service-image{min-height:180px}.desktop-cases .service-card:nth-child(4n+3) .service-image{min-height:140px}.desktop-cases .service-card:nth-child(4n+4) .service-image{min-height:160px}.service-image{object-fit:cover;width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-webkit-font-smoothing:antialiased;border-radius:16px;margin-bottom:24px;transition:transform .5s;display:block;box-shadow:0 8px 20px #00000026}.service-card:hover .service-image{transform:scale(1.03)}.service-text{z-index:2;margin-top:auto;position:relative}.service-card h3{color:var(--card-text,#111);margin:0 0 8px;font-size:20px;font-weight:800;line-height:1.3}.service-card .service-desc{color:var(--card-desc,#444);margin:0;font-size:14px;line-height:1.6}@media (max-width:575px){.services-section{margin-top:30px;padding:40px 4vw;overflow:visible}.services-section .section-header{margin-bottom:24px}.services-section .section-header-row{text-align:center;align-items:center}.services-section .section-title{font-size:clamp(22px,5.5vw,30px)}.services-section .section-header p{max-width:300px!important;margin:10px auto 0!important;font-size:13px!important}.services-section .section-link{border:1px solid var(--border-color);border-radius:100px;align-items:center;gap:6px;margin-top:6px;padding:10px 22px;font-size:13px;transition:all .3s;display:inline-flex}.services-section .section-label{margin-bottom:12px;padding:6px 14px;font-size:10px}.tw-cases{display:block}.tw-cases::-webkit-scrollbar{width:3px}.tw-cases::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.service-card{border:2px solid #d73d56;border-radius:10px;width:100%;max-width:100%;min-height:auto;margin-bottom:10px;padding:10px 8px}.desktop-cases .service-card .service-image{object-fit:cover;height:100%;max-height:70px;margin-bottom:8px;min-height:50px!important}.service-card:last-child{margin-bottom:0}.service-card h3{margin:0 0 4px;font-size:13px}.service-card .service-desc{font-size:11px;line-height:1.4}.service-center-image{width:80px;height:80px;margin:8px 0 16px}}.strength-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:100px 6vw}.strength-grid{grid-template-columns:1fr;align-items:start;gap:64px;display:grid}@media (min-width:1024px){.strength-grid{grid-template-columns:1fr 2fr}}.strength-left{position:sticky;top:120px}.strength-left .section-label{margin-bottom:16px}.strength-left h2{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(32px,4vw,52px);line-height:1.1}.strength-left p{color:var(--text-secondary);max-width:360px;font-size:16px;font-weight:300;line-height:1.8}.strength-link{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-top:32px;padding-bottom:2px;font-size:14px;transition:opacity .2s;display:inline-block}.strength-link:hover{opacity:.7}.strength-items{flex-direction:column;display:flex}.strength-item{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:20px;padding:24px 0;display:flex}.strength-item:last-child{border-bottom:none}.strength-item-num{color:var(--text-muted);flex-shrink:0;min-width:24px;font-size:13px}.strength-item-title{color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:500}.strength-item-desc{color:var(--text-secondary);font-size:14px;font-weight:300;line-height:1.65}.growth-playbook-section{background:linear-gradient(135deg,#f7f6f3 0%,#f0efec 50%,#e8e5e0 100%);margin:60px 0;padding:100px 6vw;position:relative;overflow:hidden}.growth-playbook-bg{z-index:0;background:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781672145/9bb7164c-894f-4024-97f5-f269f38bd9c4_mar1ff.png) 50%/cover no-repeat;position:absolute;inset:0}.growth-playbook-section:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#cb00211f,#0000 60%),radial-gradient(60% 40% at 100% 100%,#cb002114,#0000 50%),radial-gradient(70% 60% at -10%,#11111108,#0000 60%);position:absolute;inset:0}.growth-playbook-section:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#cb002105 50%,#0000 100%);animation:8s ease-in-out infinite subtlePulse;position:absolute;inset:0}@keyframes subtlePulse{0%,to{opacity:1}50%{opacity:1.1}}.playbook-content{z-index:2;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:20px;max-width:850px;margin:0 auto;padding:60px 40px;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;box-shadow:0 8px 32px #0000000d,inset 0 1px 1px #ffffff80}.playbook-content:hover{background:#ffffffd9;transform:translateY(-4px);box-shadow:0 20px 48px #0000001a,inset 0 1px 1px #fff9}.playbook-badge{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-red);background:linear-gradient(135deg,#cb00211f,#cb00210f);border:1px solid #cb00214d;border-radius:100px;margin-bottom:24px;padding:10px 24px;font-size:11px;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #cb00211a}.playbook-badge:hover{background:linear-gradient(135deg,#cb002133,#cb00211f);border-color:#cb002180;transform:translateY(-2px)}.playbook-text h2{letter-spacing:-.03em;color:var(--text-primary);background:linear-gradient(135deg, var(--text-primary), var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(40px,5.5vw,72px);font-weight:800;line-height:1.1;animation:.8s ease-out fadeInUp}.playbook-text p{color:var(--text-secondary);max-width:600px;margin:0 auto 40px;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.8;animation:.8s ease-out .1s backwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.playbook-actions{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}@media (min-width:640px){.playbook-actions{flex-direction:row}}@media (max-width:640px){.growth-playbook-section{margin:24px 0;padding:40px 4vw}.growth-playbook-bg{background-attachment:scroll}.playbook-content{border-radius:14px;max-width:100%;padding:28px 18px}.playbook-badge{margin-bottom:12px;padding:6px 14px;font-size:9px}.playbook-text h2{margin-bottom:10px;font-size:clamp(22px,5vw,28px)}.playbook-text p{max-width:100%;margin-bottom:18px;font-size:clamp(12px,2.5vw,14px)}.playbook-actions{gap:10px}.playbook-btn-primary,.playbook-btn-secondary{border-radius:8px;justify-content:center;width:100%;padding:10px 20px;font-size:12px}}.playbook-btn-primary{background:linear-gradient(135deg, var(--accent-red), #980018);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:18px 40px;font-size:15px;font-weight:700;transition:all .35s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #cb00214d,inset 0 1px #fff3}.playbook-btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.playbook-btn-primary:hover{background:linear-gradient(135deg,#b3001d,#8a0015);transform:translateY(-4px);box-shadow:0 16px 32px #cb002166,inset 0 1px #ffffff4d}.playbook-btn-primary:hover:before{left:100%}.playbook-btn-primary:active{transform:translateY(-2px)}.playbook-btn-secondary{color:var(--text-primary);border:2px solid var(--border-color);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:10px;padding:18px 40px;font-size:15px;font-weight:700;transition:all .35s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.playbook-btn-secondary:before{content:"";z-index:-1;background:linear-gradient(135deg,#cb00210d,#cb002105);transition:all .3s;position:absolute;inset:0}.playbook-btn-secondary:hover{border-color:var(--accent-red);color:var(--accent-red);background:#cb002114;transform:translateY(-4px);box-shadow:0 12px 28px #cb002133}.playbook-btn-secondary:active{transform:translateY(-2px)}.work-section{background:linear-gradient(#f7f6f3 0%,#fff 45%,#f4f2ee 100%);padding:100px 0;position:relative;overflow:hidden}.work-section .work-bg-image{opacity:.08;pointer-events:none;z-index:0;background-image:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781687554/AQPqEfQY7KCGO6l6kexc9wZecTTZRzmelId_ulbCzx807tMDAZmY4DXobBKYZObGjmIzJYK4Nz62tRkLCai8IxxQAESf_AJtC2Z_JbfEFO_zQIHgsFCLqSddIMq80Mnc5IhRJ54kG6fkvrc1GYQK24Fz9_tK-w.jpeg_kc4oh6.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.work-section .work-text-overlay{pointer-events:none;z-index:1;background:linear-gradient(135deg,#f7f6f3e6 0%,#ffffffd9 50%,#f4f2eee0 100%);position:absolute;inset:0}.work-section:after{content:"";pointer-events:none;z-index:0;border:1px solid #cb002114;border-radius:50%;width:400px;height:400px;position:absolute;top:15%;right:8%}.work-header{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:20px;margin-bottom:64px;display:flex;position:relative}@media (min-width:768px){.work-header{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:60px}}.work-header>div{flex:1;max-width:720px}.work-header .section-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(38px,5vw,64px);font-weight:900;line-height:1.05;animation:.8s ease-out fadeInUp}.work-header .section-title br{display:none}@media (max-width:767px){.work-header .section-title br{display:inline}}.work-link{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-red);border-bottom:2px solid var(--accent-red);white-space:nowrap;align-items:center;gap:8px;padding-bottom:3px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.work-link:hover{color:#750d20;border-color:#750d20;transform:translate(6px)}.work-link svg{transition:transform .3s}.work-link:hover svg{transform:translate(4px)}.work-subtitle{color:var(--text-secondary);max-width:600px;margin:0;font-size:clamp(16px,1.8vw,19px);font-weight:400;line-height:1.7}.portfolio-slider-wrapper{z-index:2;margin-bottom:60px;position:relative}.portfolio-slider{-webkit-backdrop-filter:blur(20px);background:#fff6;border:1px solid #ffffffb3;border-radius:20px;padding:20px;overflow:hidden;transform:translateZ(0);box-shadow:0 12px 48px #00000014}.slider-track{transition:transform .6s cubic-bezier(.23,1,.32,1);display:flex}.portfolio-slide{flex:0 0 33.3333%;align-items:stretch;min-width:33.3333%;padding:0 12px;animation:.6s ease-out forwards slideIn;display:flex}@media (max-width:1024px){.portfolio-slide{flex:0 0 50%;min-width:50%}}@media (max-width:768px){.portfolio-slide{flex:0 0 100%;min-width:100%}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.portfolio-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fffc;border-radius:16px;flex-direction:column;width:100%;height:100%;min-height:400px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014,inset 0 1px 1px #ffffffe6}.portfolio-card:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#cb00210d,#0000);transition:opacity .4s;position:absolute;inset:0}.portfolio-card:hover{background:#fffffff2;transform:translateY(-12px);box-shadow:0 24px 56px #00000029,inset 0 1px 1px #fff}.portfolio-card:hover:before{opacity:1}.portfolio-image{background-position:50%;background-size:cover;width:100%;height:280px;position:relative;overflow:hidden}.portfolio-overlay{z-index:1;background:#0000001a;transition:background .4s;position:absolute;inset:0}.portfolio-card:hover .portfolio-overlay{background:#0006}.portfolio-content{z-index:2;flex-direction:column;flex:1;padding:32px 28px;display:flex;position:relative}.portfolio-category{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-red);background:#cb002114;border-radius:6px;width:fit-content;margin-bottom:12px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .3s;display:inline-block}.portfolio-card:hover .portfolio-category{background:#cb002126;transform:translate(4px)}.portfolio-content h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.3}.portfolio-content p{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:14px;line-height:1.6}.explore-btn{background:linear-gradient(135deg, var(--accent-red), #980018);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #cb002140,inset 0 1px #fff3}.explore-btn:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.explore-btn:hover{background:linear-gradient(135deg,#b3001d,#8a0015);transform:translateY(-4px);box-shadow:0 16px 32px #cb002166,inset 0 1px #ffffff4d}.explore-btn:hover:before{left:100%}.explore-btn:active{transform:translateY(-2px)}.slider-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #fff9;border-radius:16px;justify-content:center;align-items:center;gap:48px;margin-bottom:48px;padding:32px;display:flex}.slider-nav{border:2px solid var(--border-color);width:52px;height:52px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;box-shadow:0 4px 12px #00000014}.slider-nav:hover{border-color:var(--accent-red);color:#fff;background:linear-gradient(135deg, var(--accent-red), #980018);transform:scale(1.15);box-shadow:0 12px 28px #cb00214d}.slider-nav:active{transform:scale(1.08)}.slider-dots{align-items:center;gap:10px;display:flex}.dot{cursor:pointer;background:#cb002133;border:2px solid #0000;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s;box-shadow:0 2px 8px #00000014}.dot.active{background:var(--accent-red);border-radius:5px;width:32px;box-shadow:0 4px 12px #cb00214d}.dot:hover{background:#cb002166;border-color:#cb002166}.slider-counter{text-align:center;font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.05em;font-size:16px;font-weight:700}.slider-counter .divider{opacity:.5;margin:0 12px}.about-section{background:#f6f4ef;border-top:1px solid #e5e4e0a6;padding:96px 6vw;position:relative;overflow:hidden}.about-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#cb002114,#0000 66%);border-radius:50%;width:520px;height:520px;animation:18s ease-in-out infinite float;position:absolute;top:-45%;left:-8%}.about-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#11111108,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-18%;right:-8%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.about-grid{z-index:1;grid-template-columns:1fr;align-items:start;gap:48px;display:grid;position:relative}@media (min-width:1024px){.about-grid{grid-template-columns:1fr .9fr;align-items:center;gap:72px}}.about-text{animation:.8s ease-out fadeInUp}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-red);background:#cb002114;border:1px solid #cb002126;border-radius:100px;margin-bottom:24px;padding:10px 20px;font-size:11px;font-weight:700;transition:all .3s;display:inline-block}.about-text .section-label:hover{background:#cb002126;border-color:#cb00214d}.about-text h2{letter-spacing:-.02em;background:linear-gradient(135deg, var(--text-primary), var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:28px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.15}.about-text p{color:var(--text-secondary);max-width:520px;margin-bottom:28px;font-size:16px;font-weight:400;line-height:1.85}.about-text .hero-btn-primary{background:linear-gradient(135deg, var(--accent-red), #b31b2a);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 30px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #cb002138,inset 0 1px #ffffff24}.about-text .hero-btn-primary:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.about-text .hero-btn-primary:hover{background:linear-gradient(135deg,#b3001d,#8a0015);transform:translateY(-4px);box-shadow:0 16px 40px #cb002159,inset 0 1px #ffffff4d}.about-text .hero-btn-primary:hover:before{left:100%}.about-stats{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.about-stat-num{color:var(--text-primary);font-size:clamp(28px,3vw,40px);font-weight:700}.about-stat-label{color:var(--text-secondary);margin-top:4px;font-size:14px}.about-process-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (min-width:1024px){.about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}.process-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#fffffff5;border:1px solid #e2e2e2e6;border-radius:24px;padding:28px;transition:transform .4s,box-shadow .4s,background .4s;animation:.8s ease-out both fadeInUp;position:relative;overflow:hidden;box-shadow:0 16px 34px #0f0f0f14}.process-card:first-child{animation-delay:.1s}.process-card:nth-child(2){animation-delay:.18s}.process-card:nth-child(3){animation-delay:.26s}.process-card:nth-child(4){animation-delay:.34s}@media (min-width:1024px){.process-card:first-child{grid-area:card1;min-height:420px}.process-card:nth-child(2){grid-area:card2;min-height:300px}.process-card:nth-child(3){grid-area:card3;min-height:420px}.process-card:nth-child(4){grid-area:card4;min-height:300px}}.process-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 0 0,#cb00211f,#0000 30%),linear-gradient(#0000 0%,#ffffff73 40%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.process-card:after{content:"";pointer-events:none;background:#cb002114;border-radius:50%;width:60px;height:60px;position:absolute;top:18px;right:18px;box-shadow:0 0 0 10px #ffffff2e}.process-card.ruby:after{background:#cb002124}.process-card.sapphire:after{background:#264fda24}.process-card.amber:after{background:#eb9a2624}.process-card.emerald:after{background:#13947724}.process-card:hover{background:#fff;transform:translateY(-10px);box-shadow:0 28px 72px #0f0f0f24,inset 0 1px 1px #fffffff5}.process-card:hover:before{opacity:1}.process-card:hover:after{opacity:.85;transform:translateY(-6px)}.process-card-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.process-card-num{width:46px;height:46px;font-size:16px;font-family:var(--font-mono);color:var(--accent-red);letter-spacing:-.02em;background:#cb00211f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.process-card-icon{width:50px;height:50px;color:var(--accent-red);background:linear-gradient(135deg,#cb00212e,#cb002114);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .35s,background .35s,color .35s;display:flex}.process-card:hover .process-card-icon{transform:scale(1.1)rotate(-4deg)}.process-card h3{color:var(--text-primary);margin-bottom:16px;font-size:25px;font-weight:800;line-height:1.2}.process-card p{color:var(--text-secondary);max-width:100%;font-size:15px;font-weight:400;line-height:1.75}.process-card:hover .process-card-icon{background:linear-gradient(135deg,#cb002140,#cb002126);transform:scale(1.1)rotate(-5deg)}.testimonials-section{background:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781674951/0a696251-362e-4fef-b95c-bfa75a8458eb_dkh8nr.png) 50%/cover no-repeat;padding:110px 6vw 120px;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;z-index:0;background:#ffffffbf;position:absolute;inset:0}.testimonials-section .container{z-index:1;position:relative}.testimonials-section .section-title{color:var(--text-primary);text-shadow:none}.testimonials-section .testimonials-header .section-label{color:var(--accent-red);background:#cb00211f}.testimonials-section .testimonials-header span{text-shadow:none;background:#ffffffd9;border:1px solid #00000014;border-radius:999px;padding:4px 12px;color:var(--text-secondary)!important;font-size:13px!important;font-weight:600!important}.testimonials-bg{display:none}.testimonials-section:after{content:"";filter:blur(22px);pointer-events:none;background:#2666ff14;border-radius:50%;width:260px;height:260px;position:absolute;bottom:8%;right:8%}.testimonials-header{z-index:1;max-width:720px;margin-bottom:48px;position:relative}.testimonials-header .section-label{color:var(--accent-red);text-transform:uppercase;letter-spacing:.15em;background:#cb00211f;border-radius:999px;margin-bottom:18px;padding:10px 18px;font-size:12px;font-weight:700;display:inline-block}.section-title{color:var(--text-primary);margin-bottom:16px;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.08}.section-subtitle{max-width:680px;color:var(--text-secondary);font-size:16px;line-height:1.85}.testimonials-grid{grid-template-columns:1fr;gap:24px;margin-top:12px;display:grid}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonial-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffeb;border:1px solid #ffffffbf;border-radius:28px;flex-direction:column;padding:40px 32px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #0f0f0f14}@media (max-width:768px){.testimonials-section{padding:40px 4vw 50px;overflow:hidden}.testimonials-header{margin-bottom:16px}.testimonials-header .section-label{margin-bottom:10px;padding:6px 14px;font-size:10px}.testimonials-section .section-title{margin-bottom:8px;font-size:clamp(20px,5vw,26px)}.testimonials-section .testimonials-header span{font-size:10px!important}.testimonials-grid{grid-template-columns:1fr;gap:12px;display:grid}.testimonial-card{border-radius:14px;padding:16px}.testimonial-card div[style*="rgba(255,255,255,0.6)"]{display:none!important}.testimonial-quote{margin-bottom:6px;font-size:28px}.testimonial-text{margin-bottom:12px;font-size:13px;line-height:1.5}.testimonial-divider{margin-bottom:12px}.testimonial-author{gap:10px}.testimonial-avatar{width:30px;height:30px;font-size:11px}.testimonial-name{font-size:12px}.testimonial-location{font-size:10px}.testimonial-card div[style]{border-radius:8px!important;margin-top:10px!important;padding:8px 10px!important}.testimonial-card div[style] p{font-size:10px!important;line-height:1.5!important}.testimonial-card div[style] p strong{font-size:10px}}.testimonial-card:before{content:"";pointer-events:none;background:#2958d714;border-radius:50%;width:110px;height:110px;position:absolute;top:-20px;right:-30px}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 38px 100px #0f0f0f1f}.testimonial-quote{font-family:var(--font-display);color:#cb00211f;margin-bottom:18px;font-size:62px;line-height:.8}.testimonial-text{color:var(--text-primary);flex:1;margin-bottom:30px;font-size:20px;font-weight:400;line-height:1.9}.testimonial-divider{background:#e5e4e0e6;height:1px;margin-bottom:24px}.testimonial-author{align-items:center;gap:16px;display:flex}.testimonial-avatar{width:44px;height:44px;color:var(--accent-red);background:linear-gradient(135deg,#cb00212e,#cb00210f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.testimonial-name{color:var(--text-primary);font-size:15px;font-weight:700}.testimonial-location{color:var(--text-secondary);font-size:13px}.cta-section{background:var(--text-primary);padding:100px 6vw;position:relative;overflow:hidden}.cta-inner{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.cta-title{color:#fafaf8;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(36px,5vw,72px);line-height:1.1}.cta-title-outline{letter-spacing:-.02em;color:#0000;-webkit-text-stroke:2px #fafaf8;margin-bottom:8px;font-size:clamp(36px,5vw,72px);line-height:1.1}.cta-title-muted{letter-spacing:-.02em;color:#fafaf8;opacity:.3;margin-bottom:32px;font-size:clamp(36px,5vw,72px);line-height:1.1}.cta-desc{color:#666;max-width:640px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-btn-primary{background:var(--accent-red);color:#fff;border-radius:4px;align-items:center;gap:8px;padding:16px 32px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.cta-btn-primary:hover{opacity:.9}.cta-btn-secondary{color:#fafaf8;background:0 0;border:1px solid #333;border-radius:4px;justify-content:center;align-items:center;padding:16px 32px;font-size:15px;font-weight:400;transition:all .2s;display:inline-flex}.cta-btn-secondary:hover{border-color:#666}.cta-stats{border-top:1px solid #222;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px;padding-top:48px;display:grid}.cta-stat-num{color:#fafaf8;font-size:clamp(24px,3vw,36px);font-weight:700}.cta-stat-label{color:#666;margin-top:4px;font-size:14px}.footer-cta{background:#0d0d0d;border-top:1px solid #161616;border-bottom:1px solid #161616;padding:56px 6vw}.footer-cta-inner{z-index:1;flex-direction:column;gap:32px;display:flex;position:relative}@media (min-width:768px){.footer-cta-inner{flex-direction:row;justify-content:space-between;align-items:center}}.footer-cta-title{color:#fafaf8;font-size:32px;line-height:1.2}.footer-cta-desc{color:#666;margin-top:12px;font-size:14px;font-weight:300;line-height:1.7}.footer-cta-btns{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-offices-section{background:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781676987/a9b50f72-ecd0-4cb6-8db8-5d5e95ddb8ff_xs03hl.png) 50%/cover no-repeat;border:1px solid #ffffffd1;padding:56px 6vw;position:relative;overflow:hidden}.footer-offices-section:before{content:"";pointer-events:none;z-index:0;background:#00000026;position:absolute;inset:0}.footer-offices-section:after{content:"";filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#fffffff2 0%,#fff0 60%);border-radius:50%;width:280px;height:280px;position:absolute;top:-80px;right:-80px}.footer-offices-section .footer-cta-title{color:#000;text-shadow:0 0 20px #fffc,0 0 40px #ffffff80;font-size:42px}.footer-offices-section .footer-cta-desc{color:#333;text-shadow:0 0 20px #fffc,0 0 40px #ffffff80;font-size:18px}.footer-office-hero{max-width:520px}.footer-office-hero p{color:#fff;text-shadow:0 2px 12px #0006;max-width:560px;font-size:15px;line-height:1.8}.footer-office-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;width:100%;display:grid}@media (min-width:768px){.footer-office-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.footer-office-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-office-card{background:#fffffffa;border:1px solid #94a3b829;border-radius:30px;padding:28px 26px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.footer-office-card:hover{transform:translateY(-4px);box-shadow:0 28px 100px #0f172a24}.footer-office-card:after{content:"";pointer-events:none;background:#3b82f624;border-radius:50%;width:92px;height:92px;position:absolute;top:-14px;right:-14px}.footer-office-card strong{color:#0f172a;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:14px;display:block}.footer-office-card p{color:#475569;margin:0;font-size:14px;line-height:1.8}.footer-office-card p+p{margin-top:10px}.footer-office-phone{color:#1d4ed8;margin-top:10px;font-weight:600}.footer-main{background:#111;padding:64px 6vw 40px}.footer-grid{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand p{color:#aaa;max-width:220px;margin-top:16px;font-size:13px;font-weight:300;line-height:1.7}.footer-socials{gap:10px;margin-top:24px;display:flex}.footer-social{color:#999;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:color .2s,border-color .2s;display:flex}.footer-social:hover{border-color:#fafaf8;color:#fafaf8!important}.footer-badges{flex-direction:column;gap:8px;margin-top:24px;display:flex}.footer-badge{color:#999;border:1px solid #2a2a2a;border-radius:40px;width:fit-content;padding:6px 14px;font-size:11px;display:inline-flex}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:20px;font-size:14px;font-weight:700}.footer-col ul{flex-direction:column;gap:12px;display:flex}.footer-col a{color:#ccc;font-size:14px;transition:color .2s}.footer-col a:hover{color:#fafaf8}.footer-contact-item{align-items:flex-start;gap:12px;display:flex}.footer-contact-icon{color:#999;background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-contact-text{color:#fafaf8;font-size:14px}.footer-contact-sub{color:#888;font-size:12px}.footer-bottom{background:#0d0d0d;border-top:1px solid #161616;flex-direction:column;align-items:center;gap:12px;padding:20px 6vw;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-left{color:#999;font-size:12px}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:#bbb;font-size:12px;transition:color .2s}.footer-bottom-links a:hover{color:#fafaf8}.page-utils{z-index:50;gap:12px;display:grid;position:fixed;bottom:24px;right:24px}.util-btn{color:#f8fafc;background:#111827eb;border:1px solid #f8fafc24;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 18px 40px #0f172a38}.util-btn:hover,.util-btn:focus-visible{background:#111827;transform:translateY(-2px);box-shadow:0 24px 48px #0f172a47}.util-btn-icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.util-btn-call{color:#fff;background:#22c55e;border-color:#fff3}.util-btn-call:hover,.util-btn-call:focus-visible{background:#16a34a}.util-btn-top{color:#111827;background:#f8fafcf5}.util-btn-top:hover,.util-btn-top:focus-visible{background:#f8fafc}@media (max-width:640px){.page-utils{bottom:16px;right:16px}.util-btn{padding:10px 14px;font-size:13px}}.footer-bottom-right{color:#888;font-size:12px}@media (max-width:1024px){.hero-ticker{padding-top:70px}.clients-section,.services-section,.strength-section,.growth-playbook-section,.work-section,.about-section,.testimonials-section,.cta-section,.footer-cta,.footer-offices-section,.footer-main,.footer-bottom{padding-left:5vw;padding-right:5vw}.footer-office-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.nav-inner{height:auto;min-height:64px;padding:0 18px}.hero-ticker{padding-top:80px}.hero-section{min-height:100dvh}.hero-slide-inner{justify-content:flex-start;padding:130px 5vw 20px}.hero-text-card{padding:20px 18px}.hero-title{font-size:clamp(28px,8vw,48px)}.hero-desc{margin-bottom:20px}.hero-btn-primary{width:100%;padding:14px 18px}.clients-section{padding:22px 0}.footer-office-list{grid-template-columns:1fr}.footer-main{padding:48px 18px 32px}.footer-grid{grid-template-columns:1fr}.footer-bottom{padding:20px 18px}.footer-contact-item{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.hero-ticker{padding-top:70px}.ticker-wrap{padding:8px 0}.ticker-item span{font-size:9px}.hero-counter{font-size:10px;top:8px;right:8px}}@media (max-width:640px){.services-section,.work-section,.about-section,.growth-playbook-section,.testimonials-section,.cta-section,.footer-cta,.footer-offices-section{padding-left:4vw;padding-right:4vw}.work-section{padding:50px 4vw}.work-header{gap:12px;margin-bottom:32px}.work-header .section-title{font-size:clamp(22px,6vw,30px)}.work-subtitle{font-size:13px}.work-link{font-size:12px}.portfolio-slider-wrapper{margin-bottom:32px}.portfolio-slider{border-radius:14px;padding:10px}.portfolio-slide{padding:0 6px}.portfolio-card{min-height:auto}.portfolio-image{height:180px}.portfolio-content{padding:18px 16px}.portfolio-content h3{margin-bottom:8px;font-size:16px}.portfolio-content p{margin-bottom:16px;font-size:12px;line-height:1.5}.portfolio-category{margin-bottom:8px;padding:4px 10px;font-size:9px}.explore-btn{padding:10px 20px;font-size:12px}.slider-controls{gap:24px;margin-bottom:24px;padding:16px}.slider-nav{width:40px;height:40px}.dot{width:8px;height:8px}.dot.active{width:24px}.slider-counter{font-size:13px}.hero-title{font-size:clamp(26px,10vw,42px)}.hero-progress-bar{width:48px}.hero-bottom-nav{gap:6px}.hero-dot{width:6px;height:6px}.hero-dot.active{width:24px}}#contact.contact-section{padding:var(--section-padding) 0;background:linear-gradient(#f6f5f1 0%,#fff 45%,#f4f2ee 100%);width:100%;position:relative;overflow:hidden}#contact .contact-bg-image{opacity:.35;pointer-events:none;z-index:0;background-image:url(https://res.cloudinary.com/didtfhfme/image/upload/f_auto,q_auto/v1781687554/AQPqEfQY7KCGO6l6kexc9wZecTTZRzmelId_ulbCzx807tMDAZmY4DXobBKYZObGjmIzJYK4Nz62tRkLCai8IxxQAESf_AJtC2Z_JbfEFO_zQIHgsFCLqSddIMq80Mnc5IhRJ54kG6fkvrc1GYQK24Fz9_tK-w.jpeg_kc4oh6.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}#contact .contact-text-overlay{pointer-events:none;z-index:1;background:0 0;position:absolute;inset:0}#contact .contact-bg{pointer-events:none;z-index:0;position:absolute;inset:0}#contact .contact-bg:before{content:"";pointer-events:none;background-image:linear-gradient(#cb002105 1px,#0000 1px),linear-gradient(90deg,#cb002105 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}#contact .contact-bg:after{content:"";pointer-events:none;border:1px solid #cb00210d;border-radius:50%;width:300px;height:300px;position:absolute;top:20%;right:10%}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0)}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:767px){section>div[style*="grid-template-columns: 1fr 1fr"],section>div[style*="grid-template-columns: 1fr 1.6fr"]{grid-template-columns:1fr!important;gap:40px!important}section{padding-left:16px!important;padding-right:16px!important}form>div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}.responsive-two-column-grid{grid-template-columns:1fr;align-items:center;gap:32px;display:grid}@media (min-width:768px){.responsive-two-column-grid{grid-template-columns:1fr 1fr;gap:60px}}@media (min-width:1024px){.responsive-two-column-grid.about-gap{gap:80px}}.font-display-italic{font-family:var(--font-display);color:#d73d56;font-style:italic}.loader{border:3px solid var(--border-color);border-top-color:#d73d56;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contact-grid{grid-template-columns:45% 55%;align-items:start;gap:56px;display:grid}.contact-panel{background:#fffffff2;border:1px solid #e0dfddf2;border-radius:32px;padding:50px 42px;position:relative;overflow:hidden;box-shadow:0 40px 90px #0f0f0f0f}.contact-panel:before{content:"";background:var(--cf-accent-blob);filter:blur(24px);pointer-events:none;border-radius:50%;width:160px;height:160px;position:absolute;top:-24px;right:-24px}.contact-detail-card{background:#ffffffe6;border:1px solid #e5e5e3f2;border-radius:24px;gap:14px;margin-bottom:20px;padding:26px 28px;transition:transform .35s,border-color .35s,box-shadow .35s;display:grid}.contact-detail-card:hover{border-color:var(--cf-accent-border);transform:translateY(-4px);box-shadow:0 24px 46px #13121114}.contact-detail-title{font-size:13px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-weight:700}.contact-detail-value{color:var(--text-primary);font-size:18px;font-weight:700;line-height:1.3}.contact-detail-sub{color:var(--text-secondary);font-size:14px;line-height:1.7}.contact-form{background:#fffffff5;border:1px solid #e0dfddf2;border-radius:32px;flex-direction:column;gap:18px;padding:34px 32px;display:flex;position:relative;box-shadow:0 36px 88px #0f0f0f14}.contact-form:before{content:"";background:var(--cf-accent-blob);filter:blur(24px);pointer-events:none;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-20px;left:-20px}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-row.full{grid-template-columns:1fr}.form-input-box{flex-direction:column;gap:10px;display:flex}.form-input-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.form-text-input,.form-select,.form-textarea{width:100%;font-family:var(--font-body);color:var(--text-primary);background:#faf8f5f2;border:1px solid #e0dfdd;border-radius:18px;outline:none;padding:16px 18px;font-size:15px;transition:border-color .3s,box-shadow .3s}.form-text-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--cf-accent);box-shadow:var(--cf-accent-shadow)}.form-select{appearance:none;cursor:pointer}.form-textarea{resize:vertical;min-height:120px}.submit-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.form-success-tip{color:#28522c;background:#55c28d1f;border:1px solid #55c28d40;border-radius:18px;margin-top:20px;padding:18px 22px;font-size:15px;line-height:1.75}.btn-send{padding:16px 42px}@media (max-width:992px){.contact-grid,.form-row{grid-template-columns:1fr}}@media (max-width:575px){.contact-panel{border-radius:20px;padding:24px 18px}.contact-detail-card{border-radius:16px;margin-bottom:14px;padding:18px 16px}.contact-detail-value{word-break:break-all;overflow-wrap:break-word;font-size:15px}.contact-detail-title{font-size:11px}.contact-detail-sub{font-size:12px}.contact-form{border-radius:20px;padding:24px 18px}.contact-section .section-label{padding:6px 14px;font-size:10px}.contact-section h2{font-size:clamp(24px,6vw,32px)!important}.contact-section p{font-size:14px!important}}@keyframes hFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes hSlideRight{0%{opacity:0;transform:translate(60px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hScaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes hPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}@keyframes hSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hFloatDiag{0%,to{transform:translate(0)}50%{transform:translate(5px,-8px)}}@keyframes hDotFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-16px)scale(1.15)}}@keyframes hWidthGrow{0%{width:0}to{width:100%}}@keyframes hProgress{0%{width:0%}to{width:100%}}@keyframes hGlow{0%,to{opacity:.15}50%{opacity:.35}}@keyframes hBounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes hBadgePulse{0%,to{box-shadow:0 0 0 0 var(--pulse-color)}50%{box-shadow:0 0 0 8px #0000}}.hero-slider-wrap{z-index:1;flex:1;position:relative;overflow:hidden}.hero-slider-track{height:100%;transition:transform .8s cubic-bezier(.65,0,.35,1);display:flex}.hero-slide{min-width:100%;height:100%;position:relative;overflow:hidden}.hero-bg-overlay{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bg-overlay img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-slide-inner{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:120px 6vw 60px;display:flex;position:relative}.hero-left{flex-direction:column;align-items:center;gap:0;display:flex}.hero-text-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background:#ffffff26;border:2px solid #cb0021;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:780px;height:800px;padding:24px 40px;display:flex}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;background:#ffffffb3;border:1px solid #0000000f;border-radius:100px;align-items:center;gap:10px;width:fit-content;margin-bottom:20px;padding:8px 18px;display:inline-flex}.hero-slide.active .hero-badge{animation:.6s cubic-bezier(.16,1,.3,1) 50ms forwards hFadeUp}.hero-badge-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.hero-badge-dot:after{content:"";border-radius:50%;animation:2s infinite hPulse;position:absolute;inset:0}.hero-badge-text{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:11px;font-weight:600}.hero-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(42px,5.5vw,82px);font-weight:800;line-height:.93}.hero-title .word{opacity:0;display:inline-block}.hero-slide.active .hero-title .word{animation:.65s cubic-bezier(.16,1,.3,1) forwards hFadeUp}.hero-slide.active .hero-title .word:first-child{animation-delay:.15s}.hero-slide.active .hero-title .word:nth-child(2){animation-delay:.25s}.hero-slide.active .hero-title .word:nth-child(3){animation-delay:.35s}.hero-slide.active .hero-title .word:nth-child(4){animation-delay:.45s}.hero-title .accent{color:var(--accent-red)}.hero-desc{color:#111;opacity:0;max-width:560px;margin:0 auto 28px;font-size:clamp(14px,1.3vw,16px);font-weight:400;line-height:1.75}.hero-slide.active .hero-desc{animation:.6s cubic-bezier(.16,1,.3,1) .35s forwards hFadeUp}.hero-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.hero-pill-item{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);letter-spacing:.02em;opacity:0;border-radius:100px;padding:6px 14px;font-size:11px;font-weight:500;transform:scale(.8)translateY(6px)}.hero-slide.active .hero-pill-item{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards hScaleIn}.hero-slide.active .hero-pill-item:first-child{animation-delay:.5s}.hero-slide.active .hero-pill-item:nth-child(2){animation-delay:.56s}.hero-slide.active .hero-pill-item:nth-child(3){animation-delay:.62s}.hero-slide.active .hero-pill-item:nth-child(4){animation-delay:.68s}.hero-slide.active .hero-pill-item:nth-child(5){animation-delay:.74s}.hero-slide.active .hero-pill-item:nth-child(6){animation-delay:.8s}.hero-ctas{opacity:0;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.hero-slide.active .hero-ctas{animation:.6s cubic-bezier(.16,1,.3,1) .6s forwards hFadeUp}.hero-btn-primary{background:var(--accent-red);color:#fff;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.hero-btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000) 0 0/200% 100%;animation:3s infinite hShimmer;position:absolute;inset:0}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #cb002140}.hero-btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:0 0;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-btn-secondary:hover{border-color:var(--text-primary);transform:translateY(-2px)}.hero-trust{opacity:0;justify-content:center;align-items:center;gap:14px;display:flex}.hero-slide.active .hero-trust{animation:.6s cubic-bezier(.16,1,.3,1) .75s forwards hFadeUp}.hero-trust-avatars{display:flex}.hero-trust-avatar{border:2px solid var(--bg-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:-8px;font-size:9px;font-weight:700;display:flex}.hero-trust-avatar:first-child{margin-left:0}.hero-trust-text{color:var(--text-secondary);font-size:13px}.hero-trust-text strong{color:var(--text-primary);font-weight:600}.hero-deco-dot{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-deco-shape{opacity:.06;z-index:0;pointer-events:none;width:90px;height:90px;transition:transform .15s ease-out;animation:25s linear infinite hSpin;position:absolute;bottom:12%;left:6%}.hero-arrows{z-index:10;pointer-events:none;justify-content:space-between;padding:0 20px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.hero-arrow-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;z-index:10;width:48px;height:48px;color:var(--text-primary);pointer-events:auto;background:#ffffffe6;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.hero-arrow-btn:hover{background:var(--text-primary);color:var(--bg-primary);transform:scale(1.1);box-shadow:0 8px 24px #00000026}.hero-bottom-nav{z-index:10;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-dots{gap:8px;display:flex}.hero-dot{cursor:pointer;background:#1111111f;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.hero-dot.active{background:var(--text-primary);border-radius:4px;width:32px}.hero-progress-bar{background:#11111114;border-radius:1px;width:60px;height:2px;overflow:hidden}.hero-progress-fill{background:var(--accent-red);border-radius:1px;width:0%;height:100%}.hero-slide.active .hero-progress-fill{animation:5s linear forwards hProgress}.hero-counter{z-index:10;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:12px;font-weight:600;position:absolute;top:20px;right:24px}.hero-scroll{z-index:10;opacity:0;align-items:center;gap:12px;animation:.6s 2s forwards hFadeUp;display:flex;position:absolute;bottom:24px;left:6vw}.hero-scroll-line{background:var(--border-color);width:1px;height:36px;animation:1.5s infinite hBounceArrow}.hero-scroll-text{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:10px}@media (max-width:900px){.hero-slide-inner{text-align:center;padding-top:120px}.hero-left{align-items:center}.hero-text-card{width:100%;height:auto;min-height:480px;padding:22px 24px}.hero-badge{margin-left:auto;margin-right:auto}.hero-title{font-size:clamp(32px,8vw,54px)}.hero-desc{max-width:100%;margin-bottom:24px;font-size:15px}.hero-ctas,.hero-pills,.hero-trust{justify-content:center}.hero-trust-text{display:none}.hero-btn-primary{width:fit-content;padding:12px 22px}.hero-bottom-nav{bottom:18px}.hero-counter{top:14px;right:14px}.hero-scroll{bottom:18px;left:16px}.hero-arrows,.hero-deco-shape{display:none}}@media (max-width:680px){.hero-slide-inner{justify-content:center;min-height:100dvh;padding-top:120px}.hero-text-card{width:100%;height:auto;min-height:520px;padding:28px 24px;box-shadow:0 20px 50px #0000001f}.hero-title{font-size:clamp(30px,10vw,50px);line-height:1.05}.hero-desc{margin-bottom:20px;font-size:15px;line-height:1.65}.hero-pills{justify-content:center}.hero-btn-primary{justify-content:center;width:100%;padding:14px 20px}.hero-bottom-nav{gap:8px}.hero-progress-bar{width:48px}.hero-dot{width:6px;height:6px}.hero-dot.active{width:28px}.hero-scroll-line{height:32px}.hero-scroll-text{font-size:9px}}@media (max-width:480px){.hero-slide-inner{justify-content:center;min-height:100dvh;padding:110px 4vw 40px}.hero-text-card{border-width:1.5px;border-radius:16px;width:100%;height:auto;min-height:540px;padding:28px 22px;box-shadow:0 20px 50px #00000026}.hero-badge{gap:6px;margin-bottom:14px;padding:6px 14px}.hero-badge-text{font-size:9px}.hero-badge-dot{width:5px;height:5px}.hero-title{margin-bottom:10px;font-size:clamp(22px,9.5vw,32px);line-height:1.15}.hero-desc{max-width:100%;margin-bottom:16px;font-size:14px;line-height:1.6}.hero-pills{gap:6px;margin-bottom:16px}.hero-pill-item{padding:5px 10px;font-size:9px}.hero-ctas{flex-direction:column;gap:8px;margin-bottom:14px}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:100%;padding:10px 14px;font-size:12px}.hero-trust-avatar{width:22px;height:22px;font-size:7px}.hero-trust-text{font-size:10px}.hero-trust{gap:8px}.hero-scroll{display:none}.hero-counter{font-size:9px;top:8px;right:8px}.hero-bottom-nav{gap:4px;bottom:8px}.hero-dot{width:4px;height:4px}.hero-dot.active{width:16px}.hero-progress-bar{width:32px;height:1.5px}.hero-section{min-height:100dvh}}
